Use included templates to build you own distro. Menu driven image writing to SD card.
Requires Docker. Runs on Ubuntu (should work on all debian based distros)
- Create Ubuntu/Debian distro (Optional)
git clone https://github.com/CrocNet/CrocNetDistro.git
cd CrocNetDistro
./run.sh
cd ..
- Instal Docker Builder
git clone https://github.com/CrocNet/duo-docker-builder.git
cd duo-docker-builder
- Run (menu driven)
This builds the image, using duo-buildroot-sdk-v2
./run.sh
Your complete image will be in the images
directory.
Menu driven sd card writer.
./write2sd.sh
./write2sd.sh [.img file path]
Creates an SD card installer with emmc build.
./write2emmc.sh
./write2emmc.sh [.img file path]
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