How to modify the file system mount partition in uboot

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to modify the file system mount partition in uboot

792件の閲覧回数
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 返答(返信)

768件の閲覧回数
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 件の賞賛
返信

758件の閲覧回数
logic887
Contributor III

I am sure these configurations exist in uboot

0 件の賞賛
返信