Hi, im trying to boot a selfcompiled Kernel but i'm stuck at the start. It seems the bootloader does not find the the ramdisk to continue the boot sequence. I compiled my kernel with KASAN and it's not booting. is there a way to properly figure out the changes in offsets i have to come up with when i build a different kernel which is larger in size than the normal one? When we have like a default set of offsets, how do i know which offsets i have to change? i tried to increase the offset for the ramdisk due to the larger kernel but did not succeed. Can i find out where the tags_offset should be in the image itself? are there some identifiers i can use?
pagesize=2048 base=0x10000000 kernel_offset=0x00008000 ramdisk_offset=0x01000000 second_offset=0x00f00000 tags_offset=0x00000100 Thanks a lot -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/android-porting/d97ea4b6-c159-4345-aeda-3e86de76e7c5%40googlegroups.com.