Hello,
SDK version: 0806
The following are uboot environment variables
Currently rootfs mounts mmc device 1 partition 2
The following are uboot environment variables
Currently rootfs mounts mmc device 1 partition 2
I want to mount rootfs to mmc device 1. Should I directly change bootpart to 1:3 for partition 3?
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
bootpart=1:2
finduuid=part uuid ${boot} ${bootpart} uuid