How to modify the file system mount partition in uboot

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

How to modify the file system mount partition in uboot

798 次查看
logic887
Contributor III

How to modify the file system mount partition in uboot on the IMX8MP platform?I modified CONFIG_MMCROOT but it didn't work. After the system restarted, it became mmcroot /dev/mmcblk2p2 rootwait rw again, but I want to mount the file system on /dev/mmcblk2p3

0 项奖励
回复
2 回复数

774 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @logic887 

I hope you are doing very well.

 

Please refer to this thread and let me know if it is working for you.

Basically, ensure that you have this configuration:

CONFIG_BOARD_LATE_INIT=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_BOARD_INIT=y

 

Best regards,

Salas.

0 项奖励
回复

764 次查看
logic887
Contributor III

I am sure these configurations exist in uboot

0 项奖励
回复