Armbian for DuoS - for ARM and RISC-V

Using the great repository by @queenkjuul and my previous attempts, I forced Claude to bring up Armbian on Milk-V DuoS. What works for now are the features from @queenkjuul but their scripts are not integrated. This was built upon the previous systems, for example by @Fishwaldo

What’s interesting about the board, as implemented now, is that most of the bootloader (fip.bin) is built from source. The only binaries needed are two files, about 45 KB in total. Both architectures are as de-blobbed as possible.

Also, the kernel (7.0 edge and 7.1 bleedingedge at the moment) is built for arm64 and riscv64 from the exact same source. This is the only board that can do it in Armbian.

I plan to develop it a bit more and add to armbian as a csc board. Please help with testing.

Here’s a link to the branch where it lives: GitHub - lukaszsobala/build at milkv-duos-enablement · GitHub

1 Like