-
copy your OS image into any removable storage SD / USB Flash , etc (formatted by exfat or ext2/3/4 or fat)
-
start OOWOW by press FUNCTION + RESET
-
exit from wizard
-
plug removable storage with OS image
-
choose this image to write by menu → Write image to eMMC and up to .. mounts
Installation instructions:
- Write image to SD using BalenaEtcher.
- Boot from SD by holding the recovery (RCI) button while powering the board.
- Release RCY button after the blue LED flashes once.
- Once booted, use
armbian-install
to write u-boot to MTD (SPI flash). This completely and irrevocably removes Petitboot, replacing it with mainline u-boot. - You can also install to NVMe, USB, or eMMC. NVMe or eMMC is recommended.
- 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