How to modify the file system mount partition in uboot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to modify the file system mount partition in uboot

801 Views
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 Kudos
Reply
2 Replies

777 Views
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 Kudos
Reply

767 Views
logic887
Contributor III

I am sure these configurations exist in uboot

0 Kudos
Reply