> 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/hailo/hailo-15/sbc-platform/hailo-15-other-articles/hummingboard-hailo-15-boot-select.md).

# HummingBoard Hailo 15 Boot Select

#### Boot Select

Before powering up the board for the first time it is recommended to select the boot media. Hailo 15 SOM has two boot options: qSPI boot (main option) and UART firmware update mode. In the qSPI boot mode SPL uses GPIO1 to select if it needs to boot from eMMC or use Y-modem protocol to load u-boot with UART.

## Using HummingBoard IIoT

S5 DIP switch should be modified.

qSPI boot:

| **Switch #** | **1** | **2** | **3** | **4** | **5** | **6**  |
| ------------ | ----- | ----- | ----- | ----- | ----- | ------ |
| Position     | Off   | Off   | Off   | Off   | Off   | **On** |

UART boot:

| **Switch #** | **1**  | **2** | **3** | **4** | **5** | **6**  |
| ------------ | ------ | ----- | ----- | ----- | ----- | ------ |
| Position     | **On** | Off   | Off   | Off   | Off   | **On** |

qSPI boot with Y-modem u-boot load:

| **Switch #** | **1** | **2** | **3**  | **4** | **5** | **6**  |
| ------------ | ----- | ----- | ------ | ----- | ----- | ------ |
| Position     | Off   | Off   | **On** | Off   | Off   | **On** |

## Using HummingBoard Ripple/Pulse/Pro

S3 DIP switch should be modified.

qSPI boot:

| **Switch #** | **1** | **2** | **3** | **4** | **5** | **6** |
| ------------ | ----- | ----- | ----- | ----- | ----- | ----- |
| Position     | Off   | Off   | Off   | Off   | Off   | Off   |

UART boot:

| **Switch #** | **1** | **2**  | **3** | **4** | **5** | **6** |
| ------------ | ----- | ------ | ----- | ----- | ----- | ----- |
| Position     | Off   | **On** | Off   | Off   | Off   | Off   |

qSPI boot with Y-modem u-boot load:

| **Switch #** | **1** | **2** | **3**  | **4** | **5** | **6** |
| ------------ | ----- | ----- | ------ | ----- | ----- | ----- |
| Position     | Off   | Off   | **On** | Off   | Off   | Off   |


---

# 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/hailo/hailo-15/sbc-platform/hailo-15-other-articles/hummingboard-hailo-15-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.
