Hi,
I’m currently diagnosing a kernel issue for this reason I’m repeatedly building the kernel myself according to this guide:
https://wiki.radxa.com/Rock5/guide/build-kernel-on-5b
There are three sections (building, packaging, installing packages). Unfortunately, the build/pack-kernel.sh
script appears to run make distclean
in the kernel directory and rebuild everything from scratch. Afterwards, it compresses everything into a .deb
package, and then I can install it and boot into my new kernel. All in all, this takes around an hour, which is too long.
Is there a simpler, quicker way to do an incremental rebuild, skip the packaging step and just boot into the new image? I’m currently using Ubuntu 20.04.