> 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/renesas/rz-g2ul-g2lc/sbc-platform.md).

# SBC / Platform

## Renesas RZ/G2UL & RZ/G2LC SBC / Platform documentation

SolidRun documentation for **Renesas RZ/G2UL** and **RZ/G2LC** single board computer and platform products.

Use this section for **HummingBoard Ripple** documentation based on the **RZ/G2UL SoM** and **RZ/G2LC SoM**.

It covers **quick start guides**, **boot setup**, **boot select**, **serial console**, **Debian**, **Buildroot**, and **Yocto** resources for embedded Linux bring-up.

### What you'll find

* HummingBoard Ripple quick start guides for Renesas RZ/G2UL and RZ/G2LC
* SBC bring-up steps for power, console, microSD, and eMMC boot
* Linux image setup for Debian, Buildroot, and Yocto
* Platform guidance for boot media selection, networking, Wi-Fi, Bluetooth, and modem support

### Pages in this section

* [<mark style="color:red;">HummingBoard Ripple & RZ/G2LC SOM Quick Start Guide</mark>](/renesas/rz-g2ul-g2lc/sbc-platform/hummingboard-ripple-rz-g2lc-som-quick-start-guide.md)\
  Quick start guide for HummingBoard Ripple with Renesas RZ/G2LC SoM, including boot setup, serial console, Debian, Buildroot, Yocto, and SD card imaging.
* [<mark style="color:red;">HummingBoard Ripple & RZ/G2UL SOM Quick Start Guide</mark>](/renesas/rz-g2ul-g2lc/sbc-platform/hummingboard-ripple-rz-g2ul-som-quick-start-guide.md)\
  Quick start guide for HummingBoard Ripple with Renesas RZ/G2UL SoM, including boot media selection, Linux bring-up, Debian and Buildroot image generation, and peripheral setup.

### Related documentation

* [<mark style="color:blue;">RZ/G2UL & RZ/G2LC overview</mark>](/renesas/rz-g2ul-g2lc.md)
* [<mark style="color:blue;">RZ/G2UL & RZ/G2LC COM / SOM</mark>](/renesas/rz-g2ul-g2lc/com-som.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/renesas/rz-g2ul-g2lc/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.
