- Images here are for 5B, for model 5A can be found here.
- Some eMMC devices are broken on 5A
- PD is broken for the 5B model (background) on most revisions that are in the wild and is causing boot loop. Workaround is to use a stupid / fixed 5-24 volts USB-C power supply.
- Installation to NVME or USB is done via standard armbian install utility (
sudo armbian-install
). Make sure to generate partitions and format them before start.
Kernel 6.8.y is at experimental support level! Not all features work but it runs fairy stable.
In order to run Kodi (sudo apt install kodi
) with HW acceleration, you have to run kodi under gbm or wayland.
In case you need to run Docker:
update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
If you have a Radxa Zero with eMMC (any model with 2GB or 4GB of RAM), you’ll need to erase the eMMC before you can boot it from a microSD card and use Armbian. 1GB version is not supported.
Full instructions are available on the Radxa wiki, but here are some quick notes.
– Connect a USB cable to the Zero’s OTG port (the USB-C plug marked USB-PWR)
– Hold down the “USB BOOT” button on the Radxa Zero while connecting the USB cable to a USB port on the Linux host
– sudo pip3 install pyamlboot
on the host
– curl -O https://dl.armbian.com/radxa-zero/loader/radxa-zero-erase-emmc.bin
– sudo boot-g12.py radxa-zero-erase-emmc.bin
You may have to run the sudo boot-g12.py
command a second time to fully clear the eMMC. In case you encounter boot issues, try this hint and report there.