Root file system is not mounted

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Root file system is not mounted

1,301 次查看
leelambjae
Contributor I

Hi 

We asked about root file system mount again.

We changed our bootm parameter but it didn't work yet.

We attach the image name what we use, boot script, and console window screen shot.

1.png

This is name of each image we use.

2.png

This is bootscript.

We make this bootscript using mkimage.

command is as follows:

~./mkimage -A ppc -T script -a 0 -e 0x40 -d bootscript.txt bootscript

3.png

This is the console window what we get.

We can't mount root file system yet.

Could you tell us how to do it??

Second question is secure u-boot patch.

Secure booting and normal booting use the same file system. And normal booting works well, but secure booting didn't work. So we think that secure u-boot has problem. (Is this right?)

When we change secure u-boot, do we have to change secure u-boot based on sdk u-boot source code? Or can secure u-boot changed based on u-boot of DENX?

标签 (1)
0 项奖励
回复
1 回复

1,199 次查看
Pavel
NXP Employee
NXP Employee

It looks like that your "bootm" command contains incorrect address for root file system.

Test your script if manually set commands from this script.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复