Hi all, I'm building a rpi5b image with some success.
My build machine is a x86_64 GNU/Linux with a 1gb ssd and 32gb of ram
.
The image builds and boots fine but there is no wlan0 device available in the booted image.
I can get it by installing the armbian-firmware-full package and rebooting
apt install -y armbian-firmware-full
reboot
I thought I could include the install in the customize-image.sh script
but I get an error
E: Unable to locate package armbian-firmware-full ( line 515 in the log ) - any ideas guys