Unable to mount root fs on unknown-block(0,0) when booting from S3C6410 board

戏子无情 提交于 2019-12-06 07:04:23
EyesIsMine

You need to enable the ext2 filesystem in your kernel config:

CONFIG_EXT2_FS=y

You should post your entire kernel boot log if you want anyone to help you on this. Apparently, the /dev/mtdblock2 device does not exists, which probably indicates that your kernel has not been given a partition for your flash.

Also, this question has absolutely nothing to do with Buildroot, it's purely a kernel configuration / kernel command line problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!