Milk-V Duo official image & buildroot-sdk update

Milk-V Duo official image & buildroot-sdk update

Image

  • (Latest) milkv-duo-20230616-2232.img
    Upload new image and sdk:

    Enable ssh
    Enable RNDIS
    Blink LED
    Root password: milkv
    Login via RNDIS using ssh:

    ssh root@192.168.42.1  
    

    If you want to disable LED blinking:
    mv /mnt/system/blink.sh /mnt/system/blink. sh_backup && sync
    then reboot the board

SDK

Buildroot-sdk

Get it on GitHub

Note

You can get information about every update from now on here

readme里面安装依赖那一步少了mtools这一项,安装之后编译才能通过

1 Like

Does this work with Duo S?

1 Like

It works, but no GPIO, no wiringX, no blink, no documentation

2 Likes

@hoka This link is leads to a “Page not found” currently

1 Like

you may find it on 🧰 Resources | Milk-V

1 Like

you may find it on :toolbox: Resources | Milk-V

1 Like

duo 256 any working arm64 os?

1 Like

Here’s what I assembled today to prove that Buildroot SDK v2 can build working images:

[root@milkv-duo]~# uname -a; free
Linux milkv-duo 5.10.4-tag- #1 SMP PREEMPT Thu Mar 6 03:21:06 CET 2025 aarch64 GNU/Linux
              total        used        free      shared  buff/cache   available
Mem:         154848       17220      125104          80       12524      131792
Swap:             0           0           0

Hope this convinces you.

yes mate, i was able to build v2 arm64 image on my laptop, and i was only unable to boot it as i did not short the pin to ground.
but with the same os, on my pc i got the above error when i tried to boot it.

Not sure what you get and when.