David Guerin Posted 14 hours ago Posted 14 hours ago Hi, I attempted to build armbian for orange pi 5 with these steps (I'm on macos): multipass delete armbian-build multipass purge multipass launch -n armbian-build --disk 50G --mem 8G --cpus 4 multipass shell armbian-build sudo apt install curl build-essential bc bison flex libssl-dev chrpath cmake cpio wget xz-utils curl -LO https://github.com/armbian/build/archive/refs/tags/v25.5.0-trunk.67.tar.gz curl -LO https://github.com/armbian/build/archive/refs/tags/v25.5.0-trunk.32.tar.gz tar -xzvf v25.5.0-trunk.67.tar.gz cd build-25.5.0-trunk.67 ./compile.sh (select edge version for orange pi 5 in the cli) CTRL+D multipass transfer armbian-build:/home/ubuntu/build-25.5.0-trunk.67/output/images/Armbian-unofficial_25.02.0-trunk_Orangepi5_noble_edge_6.13.3_cinnamon_desktop.img . And for a reason I can't grasp, when I boot the orange pi 5 with the freshly flashed armbian.img on the SD card, the usb ports arent powering at all, so i can't use a keyboard, bluetooth or wifi dongles. But I can see armbian being displayed on the screen and asking for a new password On the nvme ssd, I have Ubuntu running and no issue with the usb ports. I wanted to try the native support for vulkan and 3588s in 6.13. Any idea? PS: I tried both v25.5.0-trunk.67 and v25.5.0-trunk.32, but the same issue arises 0 Quote
Werner Posted 13 hours ago Posted 13 hours ago Have you tried pre-built images? https://github.com/armbian/os/releases/tag/25.5.0-trunk.90 Edit: Ah, no edge images available. Could you please test this one? https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.05.0-trunk_Orangepi5_bookworm_edge_6.13.4_minimal.img.xz 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.