Hi, when I want change boot partition in old FSL 2009.08 U-boot, it simple to do(for example mmc device 2, partition 2):
mmc bootpart 2 1
but when I using u-boot-fslc branch patches-2014.07, I notice bootpart have change it's name to bootpart-resize,
and its' args are also changed:
mmc bootpart-resize <dev> <boot part size MB> <RPMB part size MB>
- Change sizes of boot and RPMB partitions of specified device
I'm now confusing how to chage boot partition, I also google this command, but found lots of website still using old "bootpart" command.
Can someone give me some hint? thanks.
Wally