Milk-V Duo 是一款基于 CV1800B 芯片的超紧凑型嵌入式开发平台。它可以运行Linux和RTOS,为专业人士、工业ODM、AIoT爱好者、DIY爱好者和创作者提供可靠、低成本、高性能的平台。
硬件
- CPU:CVITEK CV1800B (C906@1Ghz + C906@700MHz)
- 双 RV64 内核,频率高达 1GHz
- 64MB内存
- 通过可选的附加板提供 10/100Mbps 以太网
1. 安装依赖
sudo apt install -y pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils jq python3-distutils scons parallel tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools tcl openssh-client cmake expect
2. 在Linux中下载安装包
git clone https://github.com/milkv-duo/duo-buildroot-sdk.git --depth=1
3. 使用以下命令编译固件
source device/milkv-duo/boardconfig.sh
source build/milkvsetup.sh
defconfig cv1800b_milkv_duo_sd
clean_all
build_all
pack_sd_image
在duo-buildroot-sdk/install/soc_cv1800b_milkv_duo_sd下会生成images镜像文件
使用FileZilla将其传输到Windows中,然后将其压缩为.zip。使用balenaEtcher工具将其烧录到sd卡,将sd插到板子上就可以看到其可以顺利启动。