On Wednesday 08 September 2010, jeremy jozwik wrote:
> On Tue, Sep 7, 2010 at 10:44 AM, Al Johnson <[email protected]> wrote:
> > You could also try opening a terminal connection to u-boot and seeing
> > what the result of the mmcinit command is, and whether it can list files
> > in your ext3 partition.
> 
> GTA02v6 # mmcinit
> cmd 0x8, arg 0x1aa flags 0x75
> Error after cmd: 0xfffffffc
> Card Type:          SD
> Manufacturer:       0x1b, OEM "SM"
> Product name:       "SMI  ", revision 1.0
> Serial number:      200214067
> Manufacturing date: 11/2007
> MMC/SD size:        497MiB
> 
> so, whats the dillio with this?

I just get the Card Type and the stuff after it. Mine doesn't give this part:
 cmd 0x8, arg 0x1aa flags 0x75
 Error after cmd: 0xfffffffc
You'll have to find some uboot expert to tell you exactly what this means, or 
look at the code. Something's wrong, but it may not be entirely fatal. It 
might be enough to upset the kernel mmc driver though.

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.
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to