Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.17 KB

File metadata and controls

55 lines (37 loc) · 1.17 KB

Milk-V Duo Docker Image Builder

ARM64, RISC-V, Ubuntu, Debian, Busybox

Pulls latest Milk-V SDK.

Use included templates to build you own distro. Menu driven image writing to SD card.

imgConsole

Requires Docker. Runs on Ubuntu (should work on all debian based distros)

  1. Create Ubuntu/Debian distro (Optional)
    git clone https://github.com/CrocNet/CrocNetDistro.git
    cd CrocNetDistro
    ./run.sh
    cd ..
  1. Instal Docker Builder
    git clone https://github.com/CrocNet/duo-docker-builder.git  
    cd duo-docker-builder  
  1. Run (menu driven)

This builds the image, using duo-buildroot-sdk-v2

    ./run.sh  

Your complete image will be in the images directory.

./write2sd.sh

Menu driven sd card writer.

./write2sd.sh
./write2sd.sh [.img file path]

./write2emmc.sh

Creates an SD card installer with emmc build.

./write2emmc.sh
./write2emmc.sh [.img file path]

Notes

If you want to use your own forked sdk add the following to .ENV

export GITSDK=https://github.com/CrocNet/duo-buildroot-sdk-v2.git