I have compiled my kernel and I want to test it.
I used
fastboot boot zImage
but this command booted my old kernel. Why?
I have created and flashed boot.img with ramdisk from old kernel, but it doesn't boot. Is there any way to debug boot process without UART?
Greetings, Michal.
Edit:
I found solution. Before executing boot command, first I have to execute erase boot.
But I get boot loop :( Is there any way to read logs when I can't boot?
I really would like to make this kernel bootable. I will be glad for any suggestions.