Skip to content

Build uBoot

tiopex edited this page Sep 11, 2024 · 6 revisions

build uBoot using docker with MiyooCFW Toolchain:

git clone https://github.com/MiyooCFW/uboot.git
cd uboot
docker run --volume ./:/src/ -it miyoocfw/toolchain-shared-uclibc:latest
cd /src
make miyoo_defconfig
make

install uboot on SD card

dd if=./u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8
Clone this wiki locally