Armbian Notes

Supported Version

The supported version of Arbmian for the RPI4 appears to be based on Ubuntu instead of Raspian

The debian version it's based on appears to be bookworm (which is what we want)

cat /etc/debian_version

Unsupported Version

There's also some unsupported versions here

This uses Ubuntu lunar or bookworm based on the hardware For the RPI4 this is Lunar or Ubuntu 23.04

Enable Kernel Updates

There is a menu option to switch kernels here

armbian-config
# Select System -> Defreeze
# Select System -> Other

However, selecting a different kernel here just seemed to delete the kernel image / make the system unbootable
The most recent kernel for supported is 6.1.11

Overclocking

It looks like by default it's doing a bit of overlclocking

over_voltage=2
arm_freq=1800

Building Image

apt install git
git clone --depth=1 --branch=main https://github.com/armbian/build
cd build
./compile.sh

The free disk space check seems borked with a usb hard disk mounted