mmc read addr blk# cnt
mmc write addr blk# cnt
mmc erase blk# cnt
mmc rescan
mmc part - lists available partition on current mmc device
mmc dev [dev] [part] - show or set current mmc device [partition]
mmc bootpart [dev] [part] - show or set boot partition
mmc list - lists available devices
Program the kernel uImage located in RAM at ${loadaddr} into the microSD. For
example the command to write the image with the size 0x400000 from ${loadaddr}
to the offset of 0x100000 of the microSD card. Refer to the following examples for
the definition of the mmc Parameters.