Unable to handle kernel paging request at virtual address 5c5c5c5c
Opened this issue · 0 comments
vamshi51 commented
Thanks for the source and the build commands.
After successful build, I have seen kernel crash as it failed to handle the paging request. To over come this issue, I have copied the bbb_android_defconfig to am335x_evm_android_defconfig
$ cd aosp
$ cp ./device/ti/beagleboneblack/kernel-patches/bbb_android_defconfig ./kernel/arch/arm/configs/am335x_evm_android_defconfig
After this I have clean compiled the kernel and able to boot to shell fine.