> 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/intel/braswell/sbc-platform.md).

# SBC / Platform

SolidRun Intel Braswell single board computer and platform documentation for **IB8000**, **IB3710**, and **SolidPC** systems.

Use this section for **embedded PC**, **industrial PC**, and **platform** resources based on **Intel Braswell**.

Find **BIOS** documentation, **installation media** guides, **Ethernet** notes, **microSD card slot** details, **real-time clock (RTC)** references, **STM32** overview content, and other hardware resources for Intel Braswell platforms.

### Available documentation

* [<mark style="color:red;">How to prepare an Installation Media for IB8000</mark>](/intel/braswell/sbc-platform/how-to-prepare-an-installation-media-for-ib8000.md)
* [<mark style="color:red;">IB8000 Bios Flash Via DediProg</mark>](/intel/braswell/sbc-platform/ib8000-bios-flash-via-dediprog.md)
* [<mark style="color:red;">IB8000 BIOS</mark>](/intel/braswell/sbc-platform/ib8000-bios.md)
* [<mark style="color:red;">IB8000/IB3710 STM32 Overview</mark>](/intel/braswell/sbc-platform/ib8000-ib3710-stm32-overview.md)
* [<mark style="color:red;">SolidPC Ethernet</mark>](/intel/braswell/sbc-platform/solidpc-ethernet.md)
* [<mark style="color:red;">SolidPC MicroSD Card Slot</mark>](/intel/braswell/sbc-platform/solidpc-microsd-card-slot.md)
* [<mark style="color:red;">SolidPC Q4</mark>](/intel/braswell/sbc-platform/solidpc-q4.md)
* [<mark style="color:red;">SolidPC Real-Time Clock (RTC)</mark>](/intel/braswell/sbc-platform/solidpc-real-time-clock-rtc.md)
* [<mark style="color:red;">SolidPC Testpoints</mark>](/intel/braswell/sbc-platform/solidpc-testpoints.md)


---

# 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/intel/braswell/sbc-platform.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.
