Hello,
I followed the instructions to update to kernel 5.13.8 but booting ends in kernel panic:
VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
It looks like bootargs are not handled over to the kernel:
Kernel command line: console=ttyS0,115200
Bute bootargs are set to
console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=armada-nand:2m(u-boot),2m(env),2m(config),15m(kernel1),110m(rootfs1),15m(kernel2),-(rootfs2) earlyprintk=serial
So the kernel seems to ignore the bootargs. Booting with kernel 4.12.4 is fine, the rootdelay=10 is applied, so the HDDs can spin up and finally boot the rootfs.
I attached the printenv output and the boot log of the kernel
I followed the instructions to update to kernel 5.13.8 but booting ends in kernel panic:
VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
It looks like bootargs are not handled over to the kernel:
Kernel command line: console=ttyS0,115200
Bute bootargs are set to
console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=armada-nand:2m(u-boot),2m(env),2m(config),15m(kernel1),110m(rootfs1),15m(kernel2),-(rootfs2) earlyprintk=serial
So the kernel seems to ignore the bootargs. Booting with kernel 4.12.4 is fine, the rootdelay=10 is applied, so the HDDs can spin up and finally boot the rootfs.
I attached the printenv output and the boot log of the kernel