Open aruhri opened 10 months ago
You have flashed a 16mb image. You need to run run setnor16m
in uboot console to change partitioning in bootcmd.
I think thats not the problem because I have run that command. Somehow the addresses in the documentation do not fit to the output in the kernel-message. I really followed the docs step by step.
The documentation is for lite image, your recent patritioning is for ultimate. If you flashed kernel and rootfs as separate bins following that guide then most likely you need to revert to lite partitioning. Run run setnor8m
and see if it finds the kernel that way.
I started from beginning following the instructions, downloaded the lite image. Whether I format as 8m or 16m I run in a Kernel-panic. When flashing the ultimate image formatted as 16m with corrected addresses, I run too in a kernel panic. Which means: the kernel is loading, but at a specific state it panics. Investigating further.
But to say clearly: there is a fault in the docs. It is for lite and if lite needs 8m formatting, then it should say so. but it says run setnor16m
.
Making an upgrade from the camera ui it does not come up any more. The console log via serial connection shows a kernel panic.
I flashed kernel and rootfs whith recent downloads (Jan 6), but the kernel panic remains.
In the logs I remarked that the partition table seems to have changed:
In the install documentation it says the partition for the rootfs starts at
0x250000
. But even, when I change to that value when flashing the rootfs I receive the kernel-panic.