Mainline Kernel Build/Install Instructions?

Hi @Hongyang.Zhao , I hope you are well. Do you have any instructions on how to build and install the mainline kernel that you submitted in this patch? Making sure you're not a bot!

I git clone the mainline kernel, and apply the patch, that part is successful. :tada:

But if I run make and then make binpkg-deb and then sudo dpkg -i *.deb and then reboot, I get a kernel panic when the Rubik Pi restarts and it won’t boot.

I think I am probably missing some steps or not doing it correctly. Do you have any instructions about how to properly build and install the mainline kernel with your patch? Thanks!

The relevant documentation is being prepared and will be distributed as soon as it becomes available.

Excellent, thank you!

Hi @davidt,

I shared my mainline debugging methods:

Thanks @Hongyang.Zhao - I’ll check it out!