A Dimarts 20 Juliol 2010 13:22:18, S va escriure: > Is there a way to check which partition contains uImage.bin from u-boot > console?
use mmcinit to activate the uSD to list the root directory of a ext2 filesystem in the first partition: mmcint ; ext2ls mmc 0:1 to list the /boot on the same partition: mmcinit ; ext2ls mmc 0:1 /boot on the second partition: mmcinit ; ext2ls mmc 0:2 /boot _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
