资源下载汇总
官方镜像
官方镜像基于 Buildroot 构建,目前有两个版本。
提示
- V1 版本镜像只支持 RISCV 核。(建议 Duo 64M 使用该版本)
- V2 版 本镜像既支持 RISCV 核,也支持 ARM 核。(建议 Duo256M 和 DuoS 使用该版本)
建议 Duo 64M 选用 V1 版本的镜像,主要是由于其内存较小,V2 版本的镜像中相关的 AI 应用目前还无法在 Duo 64M 中正常运行。
V1 版本镜像
镜像地址: https://github.com/milkv-duo/duo-buildroot-sdk/releases/
V2 版本镜像
V2 版本支持 Duo256M 和 DuoS 的 RISC-V 核和 ARM 核的镜像。
镜像地址:https://github.com/milkv-duo/duo-buildroot-sdk-v2/releases/
镜像描述
默认启用 ssh。
默认启用 USB-NCM 网络。
蓝色 LED 闪烁。
root 密码: milkv
使用 ssh 通过 USB-NCM 登录:
如果需要关闭 LED 闪烁功能:
mv /mnt/system/blink.sh /mnt/system/blink.sh_backup && sync
然后执行 reboot
命令或者重新上电。
也就是将 LED 闪烁脚本改名,重启 Duo 后,LED 就不闪烁了。
如果需要恢复 LED 闪烁,再将其名字改回来,重启即可:
mv /mnt/system/blink.sh_backup /mnt/system/blink.sh && sync
然后执行 reboot
命令或者重新上电。
官方SDK
如果您需要自行构建镜像,请参考文档:Buildroot SDK
第三方镜像
警告
第三方镜像未经过严格测试,可能会存在未知问题,仅用于评估使用。
Duo (CV1800B)
OS | Download Link | Guide Link | Author |
---|---|---|---|
Fedora 41 | Download | - | Fedora-V Force |
Arch Linux | Download | Milk-V Community Milk-V Community | @Judehahh @sRGB |
AlpineLinux | Download | Github Milk-V Community | @xyzdims.com @cwt |
Ubuntu 22.04 | Download | Github Milk-V Community | @bassusteur @xyzdims.com |
Debian | Download | Milk-V Community Github | @sRGB |
Fedora-RISCV-Builder | Learn more | Github | @chainsx |
Debian/Ubuntu image builder | Learn more | Github | @Logic Ethos Ltd |
OpenWRT | Learn more | Milk-V Community | @Baozhu @Pillar1989 |
Zephyr | Download | Github | @kinsamanka |
Yocto | Learn more | Github | @kinsamanka |
RT-Thread | Learn more | Github RISC-V RT-Thread Programming Guide | @hflyingcys |
ThreadX | Learn more | Github | @hsaicogn |
Duo 256M (SG2002)
OS | Download Link | Guide Link | Author |
---|---|---|---|
Fedora 41 | Download | - | Fedora-V Force |
Debian | Download | Github | @Fishwaldo |
Ubuntu 22.04 | Download | Github Milk-V Community | @bassusteur @xyzdims.com |
Arch Linux | Download | Milk-V Community Milk-V Community | @Judehahh @sRGB |
AlpineLinux | Download | Github Milk-V Community | @xyzdims.com @cwt |
Duo S (SG2000)
OS | Download Link | Guide Link | Author | Account and Password |
---|---|---|---|---|
Fedora 41 | Download | - | Fedora-V Force | root/riscv |
Debian | Download | Github | @Fishwaldo | |
NuttX | Learn more | Github | @lupyuen |