> 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/v3000/sbc-platform/bedrock-v3000-technical-documentation/specifications-bedrock-v3000/bedrock-v3000-basic-minimal.md).

# Bedrock V3000 Basic / Minimal

The only technical difference between Bedrock V3000 Basic and Bedrock V3000 Minimal is that Basic includes 4x 2.5 GbE ports (Intel i226 NICs, RJ45) which are not included in Minimal.

![](/files/VaAsP3UixY1H4TSjDCcb)

## Hardware implementation

Both Basic and Minimal hardware is comprised of SoM, NIO and optional SX and PM.

* Bedrock V3000 Basic is using **NIO V3000 Basic**.
* Bedrock V3000 Minimal is using **NIO V3000 Minimal**.\
  It is the same PCB as NIO V3000 Basic, assembled without the 2.5 GbE related components and connector.
* All other boards are identical for Basic and Minimal.

Dual 10 GbE ports are present in both Basic and Minimal.

### See also:

* [Bedrock V3000 Basic block diagram](https://drive.google.com/file/d/1bgjY0bzk7xiONxsBhrf3vpstDtXHDJUl/view?usp=share_link)
* [Bedrock V3000 Minimal block diagram](https://drive.google.com/file/d/1gaiv6PfVrkQYSuAmSQe3LVbpXx-s2_EB/view?usp=share_link)

## Software

Bedrock V3000 Basic and Bedrock V3000 Minimal use the same BIOS and support the same operating systems.

{% hint style="info" %}
10 GbE is currently **not** supported in Windows. Therefore, Bedrock V3000 Minimal is not recommended for running Windows due to lack of wired networking.
{% endhint %}

## Mechanical

Basic and Minimal have identical mechanical design.

* Bedrock V3000 Basic has 1x4 RJ45 on the front panel
* Bedrock V3000 Minimal does not have those RJ45 ports

## Pricing

Bedrock V3000 Minimal is priced lower than Bedrock V3000 Basic.

{% hint style="info" %}
Please contact [SolidRun](https://www.solid-run.com/fanless-computers/industrial-embedded-computers/bedrock-v3000-basic/#evaluate-bedrock) or [Bedrock resellers](https://www.solid-run.com/fanless-computers/industrial-embedded-computers/bedrock-v3000-basic/#bedrock-resellers) for a quotation.
{% endhint %}


---

# 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/v3000/sbc-platform/bedrock-v3000-technical-documentation/specifications-bedrock-v3000/bedrock-v3000-basic-minimal.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.
