I want to compile a custom kernel with overlayfs support for ASUS Tinker Board but it simply would not boot. I installed DietPI and am trying to replace its kernel.
The kernel I am using:
https://github.com/TinkerBoard/debian_kernel
The commands I use to compile kernel:
Code: Select all
make rockchip_linux_defconfig
# Here I enable Overlayfs support, I also disable networking support because otherwise it does not compile
make menuconfig
make -j8 zImage modules rk3288-miniarm.dtb
What could I be doing wrong? How does u-boot load the kernel on ASUS Tinker Board?
Thank you!