> 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/marvell/a38x/sbc-platform/a388-other-articles/clearfog-gtr-boot-select.md).

# ClearFog GTR Boot Select

You will need to download an operating system for the ClearFog GTR and flash in to a USB Disk or M.2 SSD in order to use the system. You can download official release distributions and find flashing instructions at [SolidRun Images](https://images.solid-run.com/A38X). In addition, there are also several community released distributions available. Once downloaded and flashed, the USB Disk/M.2 with the flashed OS image must be inserted into the ClearFog.

#### ClearFog GTR Family Boot Select

Before powering up the board for the first time it is recommended to select the boot media. In order to configure the boot media to eMMC, please set the **SW4** switch to match the second option from the following table (SD/eMMC):

|         | **Switch 1** | **Switch 2** | **Switch 3** | **Switch 4** | **Switch 5** |
| ------- | ------------ | ------------ | ------------ | ------------ | ------------ |
| SPI     | OFF          | OFF          | OFF          | ON           | OFF          |
| SD/eMMC | OFF          | OFF          | ON           | ON           | ON           |
| M.2 SSD | ON           | ON           | ON           | OFF          | OFF          |
| UART    | OFF          | ON           | OFF          | OFF          | ON           |

{% hint style="info" %}

* The ClearFog GTR including U-Boot into eMMC by default.
* The ClearFog GTR does not have an SD card slot.
  {% 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:

```
GET https://dev.solid-run.com/marvell/a38x/sbc-platform/a388-other-articles/clearfog-gtr-boot-select.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
