forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 4
R Car X5H Ironhide Sample and Demo hardware configuration
tuando-px edited this page Jun 17, 2026
·
5 revisions
Followings are hardware connection and test samples for the R-Car X5H Ironhide board.
| Physical Interface | Location | Software Interface | Converter | Further Information |
|---|---|---|---|---|
| CN44_USB_PORT (USB 2.0 Micro-B) | CPU Board | SCIF1/HSCIF0 | FT2232H-56Q | Default Zephyr serial on SCIF1/ Linux serial on HSCIF0 |
The default UART port can be accessed by connecting a USB 2.0 Micro-B cable to the CN44_USB_PORT on the board.
Open a serial terminal, such as Tera Term or minicom, with the following settings:
- Speed: 115200
- Data: 8 bits
- Parity: None
- Stop bits: 1
For required tool and environment setup to develop Zephyr, please check: System Requirements
west build -p always -b rcar_ironhide_x5h/r8a7800/r52 <application_path>At this time, no direct flashing method is officially supported by this Zephyr port. However, it is possible to load the Zephyr binary via specific method.
-
- Hardware configuration: refer to default UART connection.
- Build command:
$ west build -b rcar_ironhide_x5h/r8a7800/r52 -p always samples/hello_world
- Flash command: refer to 2. Flash Command.
-
echo_bot (samples/drivers/uart/echo_bot):
- Hardware configuration: refer to default UART connection.
- Build command:
west build -p always -b rcar_ironhide_x5h/r8a7800/r52 samples/drivers/uart/echo_bot
- Flash command: refer to 2. Flash Command.
-
zTest uart_basic_api (tests/drivers/uart/uart_basic_api):
- Hardware configuration: refer to default UART connection.
- Build command:
west build -p always -b rcar_ironhide_x5h/r8a7800/r52 tests/drivers/uart/uart_basic_api
- Flash command: refer to 2. Flash Command.
-
Blinky (samples/basic/blinky): Simple LED blinky
- HW configuration: refer to default UART connection.
- Build command:
$ west build -p always -b rcar_ironhide_x5h/r8a7800/r52 samples/basic/blinky - Flash command: refer to 2. Flash Command.
-
Button (samples/basic/button): Simple button test
- HW configuration: refer to default UART connection.
- Build command:
$ west build -p always -b rcar_ironhide_x5h/r8a7800/r52 samples/basic/button - Flash command: refer to 2. Flash Command.
- Renesas RA Zephyr Support
- Renesas RX Zephyr Support
- Renesas RZ Zephyr Support
- Renesas RH850 Zephyr Support
- Renesas R-Car Gen5 Zephyr Support
RA Sample and Demo Hardware configuration
-
EK-RA8M2 Sample and Demo hardware configuration
-
EK-RA8D2 Sample and Demo hardware configuration
-
MCK-RA8T2 Sample and Demo hardware configuration
-
EK-RA8P1 Sample and Demo hardware configuration
-
EK-RA8M1 Sample and Demo hardware configuration
-
EK-RA8D1 Sample and Demo hardware configuration
-
MCK-RA8T1 Sample and Demo hardware configuration
-
EK-RA6M1 Sample and Demo hardware configuration
-
EK-RA6M2 Sample and Demo hardware configuration
-
EK-RA6M3 Sample and Demo hardware configuration
-
EK-RA6M4 Sample and Demo hardware configuration
-
EK-RA6M5 Sample and Demo hardware configuration
-
FPB-RA6E1 Sample and Demo hardware configuration
-
FPB-RA6E2 Sample and Demo hardware configuration
-
EK-RA6E2 Sample and Demo hardware configuration
-
FPB-RA4E1 Sample and Demo hardware configuration
-
Voice-RA4E1 Sample and Demo hardware configuration
-
EK-RA4E2 Sample and Demo hardware configuration
-
EK-RA4C1 Sample and Demo hardware configuration
-
EK-RA4L1 Sample and Demo hardware configuration
-
EK-RA4M1 Sample and Demo hardware configuration
-
EK-RA4M2 Sample and Demo hardware configuration
-
EK-RA4M3 Sample and Demo hardware configuration
-
EK-RA4W1 Sample and Demo hardware configuration
-
MCK-RA4T1 Sample and Demo hardware configuration
-
EK-RA2A1 Sample and Demo hardware configuration
-
EK-RA2L1 Sample and Demo hardware configuration
-
AWS MQTT demo application
-
Zephyr TensorFlow-Micro EthosU Sample on EK‐RA8P1
-
Zephyr TensorFlow‐Micro EthosU Face Detection Sample on EK‐RA8P1
RX Sample and Demo Hardware configuration
RZ Sample and Demo Hardware configuration
-
RZ/V2H-EVK Sample and Demo hardware configuration
-
RZ/V2N-EVK Sample and Demo hardware configuration
-
RZ/V2L-SMARC Sample and Demo hardware configuration
-
RZ/N2L-RSK Sample and Demo hardware configuration
-
RZ/T2M-RSK Sample and Demo hardware configuration
-
RZ/T2L-RSK Sample and Demo hardware configuration
-
RZ/G3S-SMARC Sample and Demo hardware configuration
-
RZ/G2L-SMARC Sample and Demo hardware configuration
-
RZ/G2LC-SMARC Sample and Demo hardware configuration
-
RZ/G2UL-SMARC Sample and Demo hardware configuration
-
RZ/A3UL-SMARC Sample and Demo hardware configuration
-
RZ/A2M-EVK Sample and Demo hardware configuration