Salvador Liébana Posted June 15, 2020 Posted June 15, 2020 Hi, I need help. I've compiled the kernel, installed it with dpkg, but it keeps booting from the upstream kernel, how to set the env var to force the new kernel??
Werner Posted June 15, 2020 Posted June 15, 2020 How did you build your kernel? The supported way is using the build script. Then you get proper packages that will do the necessary stuff. https://github.com/armbian/build
Salvador Liébana Posted June 15, 2020 Author Posted June 15, 2020 yeah, but I had used patches made for mainline only.
Werner Posted June 15, 2020 Posted June 15, 2020 I never tried to point U-Boot to a custom kernel but I think you may need to edit the boot.cmd and create a new boot.scr from it Quote mkimage -C none -A arm -T script -d boot.cmd boot.scr
Recommended Posts