On Wednesday 08 September 2010, jeremy jozwik wrote: > On Wed, Sep 8, 2010 at 2:15 AM, Al Johnson <[email protected]> wrote: > > Can uboot list directories on the card? You'll need a populated ext2/3 > > partition for this. > > ext2ls mmc 1:6 /etc > > That will list /etc on ext3 formatted partition 6. Change the path and > > partition number to suit. > > 8 gig > GTA02v6 # ext2ls mmc 16 /etc > ** Bad partition - mmc 22:1 **
Typo - you missed a colon. Would be correct if you had a partition 6. > 2 gig > GTA02v6 # ext2ls mmc 1:6 /etc > ** Bad partition - mmc 1:6 ** Correct, but only if you have a partition 6 to read. > 512 mb > GTA02v6 # ext2ls mmc 1:6 /etc > ** Bad partition - mmc 1:6 ** Correct, but only if you have a partition 6 to read. > first two cards were partitioned under gparted, the 512 card was > partitioned with the steps noted in > http://wiki.openmoko.org/wiki/FileSystem_microSD_cards If you're following that then you probably only have partition 1, so you need to change the 6 from my example to a 1, as in: ext2ls mmc 1:1 /etc Even then you would need a /etc directory in there to list. Change the path to list something you know is in there. What we're trying to establish is whether u-boot can access the card. If it can then there's hope. If it can't then there is most likely a hardware problem, and the error might help determine what it is if we're lucky. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
