Prerequisites
Before you start:- follow Installation/talosctl to intall
talosctl
Boot options
You can boot Talos from:- booting from SD card
- booting from a USB or NVMe (requires a spi image on the SPI flash)
Booting from SD card
Go tohttps://factory.talos.dev
select Single Board Computers
, select the version and select Orange Pi 5
from the options.
Choose your desired extensions and fill in the kernel command line arguments if needed.
Download the disk image and decompress it:
Flash the Image
The image can be flashed using Etcher on Windows, macOS, or Linux or using dd on Linux:Booting from USB or NVMe
Requirements
- An SD card to boot the Orange Pi 5 board from in order to flash the SPI flash.
https://factory.talos.dev
select Single Board Computers
, select the version and select Orange Pi 5
from the options.
Choose your desired extensions and fill in the kernel command line arguments if needed.
You should also add the spi_boot: true
overlay extra option in order to remove u-boot from the final image, as the bootloader will be flashed to the SPI flash.
Download the disk image and decompress it:
Steps
- Make sure to install the NVMe or USB drive in the Orange Pi 5 board.
- Boot the Orange Pi 5 board from the SD card:
-
From the Ubuntu image, find the latest
sbc-rockchip
overlay, download and extract the u-boot SPI image:- Find the latest release tag of the sbc-rockchip repo.
-
Download and extract the u-boot SPI image:
-
Flash the SPI flash with the u-boot SPI image:
-
Flash the Talos raw image to the NVMe or USB drive:
- Shutdown the Orange Pi 5 board and remove the SD card.