ubuntu-rockchip icon indicating copy to clipboard operation
ubuntu-rockchip copied to clipboard

Orange Pi 5 - Build fails due to missing packages for Noble

Open lucianor opened this issue 1 year ago • 2 comments

Command: sudo ./build.sh --board=orangepi-5 --project=preinstalled-server --release=noble --kernel=mainline

While building an image with noble, the WiringPi packages are not available and therefore the image packaging stops.

This is due to line 27 of config/boards/orangepi-5.conf not having a switch for Ubuntu versions for installing WiringPi.

After commenting that line, I was able to build it. Keeping it here for reference and for an easy fix for a low severity issue.

lucianor avatar Feb 17 '24 18:02 lucianor

So now you have Ubuntu noble on Orange Pi 5 with GPU working?

Jonathan-Chayna avatar Mar 03 '24 13:03 Jonathan-Chayna

Yeah, I should have work-in-progress builds on GitHub actions soon.

Joshua-Riek avatar Mar 05 '24 05:03 Joshua-Riek