> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/amd/r8000-r7000/sbc-platform/bedrock-mechanical-documentation/bedrock-3d-model.md).

# Bedrock 3D Model

![](/files/qlxE78wL93s5ro5ALV2S)

## How to use Bedrock 3D model

* Download [Bedrock V3000 3D model](https://drive.google.com/file/d/1-Z3mk5Rkw_cFG_db_DfQ5YZ9jnVawdb4/view?usp=sharing) (Zipped STEP file)\
  or [Bedrock R8000 4X25 3D model](https://drive.google.com/file/d/1KoEyWd1MuvvfmXSZu9UBX3dypOmPV8Yn/view?usp=drive_link) (Zipped STEP file)
* or [Bedrock R7000 Basic 3D Model](https://drive.google.com/file/d/1DJmKlTTG3yMpxpDfwzwTwnLOnJr0ObH2/view?usp=drive_link) (Zipped STEP file)
* Enable one of the enclosure types
  * Enclosure **tile**
  * Enclosure **30W**
  * Enclosure **60W**
* Enable / disable **Antennas**

{% hint style="info" %}
The 3D model is for integration. It is accurate externally , with no internal features.
{% endhint %}

## Installation notes

See also: [Bedrock Mounting options](/amd/r8000-r7000/sbc-platform/bedrock-mechanical-documentation/bedrock-mounting-options.md)

### Orientation

Bedrock 30W and Bedrock 60W should be installed in vertical position with at least 2 cm clearance below and above for airflow.

{% hint style="info" %}
Other mounting orientation can be considered with active cooling.
{% endhint %}

Bedrock Tile should have at least one of the walls thermally coupled to a cold plate.

## Mounting notes

### Rear panel: 2x M3 threadings. Depth 3mm

Rear panel can be used with

* Bedrock wall mounting bracket
* Bedrock DIN rail bracket
* Custom mounting fixture

![](/files/OaDNROxcyFVBHHIL7Y8Z)

### Bottom panel: 2x M4 threadings, depth 6mm

Bottom panel should not be used for direct mounting, but can be used with Bedrock foot.

![](/files/5Cfd4FYJiPdfbL90zTcF)

### Tile: 6x M4 threadings depth 3.5 mm on each wall

The threaded holes are intended for easy attachment to a cold plate for conduction cooling. Either of the walls can be attached at any orientation.

It is also possible to attach using another fixture e.g. a custom omega bracket.

It is advised to apply thermal interface material between wall and cold plate on the entire wall area.

![](/files/ETO8Nxne9NNekYXUeHpG)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dev.solid-run.com/amd/r8000-r7000/sbc-platform/bedrock-mechanical-documentation/bedrock-3d-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
