Unfortunately that’s not the only point of failure in the Makefile as it won’t build even if you removed all the middleware and example files it still fails down the road. So far I’ve made it through 600 lines of the 700 line Makefile and as soon as I resolve one culprit another pops up 5 lines down breaking the build process…
I’ve had no trouble building SDK V2. I’m building on Fedora 40 using the docker image and procedures described on the Milk-V website. I did initially have a few glitches when trying to use an old docker image from last year, but updating to the latest helped.
Pop!_OS 22.04 LTS,
on my pc had this error, and tried building the same on my laptop running the same os, the build went through(arm64 version) but it doesnt boot on duo 256,
then again i tried flashing the official github release milkv-duo256m-glibc-arm64-sd_v2.0.0.img
and even that doesnt boot, no blue light heartbeat, or no usb activity when i connect it directly to the laptop,
ubuntu version of riscv is booting fine and i installed a torrent client(qbittorrent nox) its able to download movies at 5 MBps and i am able to stream videos locally but its risc v, so filebrowser isnt working.
any one has a working arm64 version booted and working on milkv duo 256 boards?
thanks i knew about duo s, i tested both arm and risc oss, thanks for letting me know.
are there any resources on how to build debian/ubuntu for arm64 version for duo 256?
Yes - I had to do that python link when I tried to use last year’s docker image to run SDK V2. If you remove the old docker image and grab the latest one then you won’t need to do that though.
Use these commands:
to list the docker images you’ve got installed:
sudo docker image list
to remove a docker image:
sudo docker image rm -f
I removed the images “ubuntu” and “milkvtech/milkv-duo”, then re-ran: