Build Kernel
Clone kernel repo
Build kernel locally:
You need to have SDK installed in /opt/miyoo directory
- set environment variables inline with SDK location:
- build kernel
Build kernel using docker with MiyooCFW Toolchain:
We will use uClibc, but any libc implementation will fit one another:
docker run --volume ./:/src/ -it miyoocfw/toolchain-shared-uclibc:latest
cd /src
make miyoo_defconfig
make
make dir-pkg
Install kernel on SD card
- copy
arch/arm/boot/zImagetobootpartition on the SD card
Install modules on SD card
- copy
tar-install/libdirectory torootfspartition on the SD card