Hi All
I use yocto repo sync (Linux 6.6.23_2.0.0)and bitbake imx-image-core then flash .wic(uuu) to imx8 evk that work fine.
but when rebuild the uboot and kernel (no changed any code ) and flash .wic(uuu) to imx8 evk that Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2) occur?
The steps to recompile are as follows:
1.
$ bitbake -c compile -f u-boot-imx
$ bitbake -c deploy -f u-boot-imx
2.
$ bitbake -c compile -f linux-imx
$ bitbake -c deploy -f linux-imx
3.
Attached is the boot information.Thanks