Prerequisites
You will need- follow Installation/talosctl to intall
talosctl
- an SD card
Download the Image
Visit the Image Factory, selectSingle Board Computers
, select the version and select Radxa ROCK 5B
from the options.
Choose realtek-firmware
and any other desired extension.
Next fill in the kernel command line arguments if needed.
Download the image and decompress it:
Writing the Image
This guide assumes the node should boot from SD card. Booting from eMMC or NVMe has not been tested yet. The path to your SD card can be found usingfdisk
on Linux or diskutil
on macOS.
In this example, we will assume /dev/mmcblk0
.
Now dd
the image to your SD card:
First boot
Insert the SD card into the board, turn it on and proceed by following the getting started guide for further steps on how to configure Talos.Troubleshooting
Serial console
If you experience any issues you can check the serial console. Follow the official guideline on how to connect a serial adapter. Hint: The rock5b overlay uses baudrate of115200
instead of the default 1500000