OMAP-L138 移植Linux-3.3内核,Flash采用SPI Nor Flash(w25q128),内核分区为/dev/mtd2,文件系统为ubifs(分区为/dev/mnd3)。但是加载文件系统的时候出现如下错误信息,请问怎么解决? 文件系统变为只读。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
OMAP-L138 移植Linux-3.3内核,Flash采用SPI Nor Flash(w25q128),内核分区为/dev/mtd2,文件系统为ubifs(分区为/dev/mnd3)。但是加载文件系统的时候出现如下错误信息,请问怎么解决? 文件系统变为只读。
可以尝试用NFS把LINUX起来,然后再LINUX下面制作文件系统分区。
NFS把Linux挂载起来具体怎么实现的?另外我图中的错误怎么解释?
http://processors.wiki.ti.com/index.php/MCSDK_OMAPL138_User_Guide_Chapter_Tools?keyMatch=omap-l138%20nfs&tisearch=Search-EN#Loading_and_Running_Linux_Kernel_using_tftp_with_NFS_file_system
图中的错误可以通过代码来分析,分析难度比较大,最终结论可能是FLASH的格式不符合UBIFS规范。