Build uBoot
Clone uBoot repo
Build uBoot locally
You need to have SDK installed in /opt/miyoo directory
- set environment variables inline with SDK location:
- build uBoot
build uBoot using docker with MiyooCFW Toolchain:
We will use uClibc, but any libc implementation will work on another:
cd uboot
docker run --volume ./:/src/ -it miyoocfw/toolchain-shared-uclibc:latest
cd /src
make miyoo_defconfig
make