Hi!
I am using OpenRD ultimates with Debian wheezy as network probes and am now looking at the Mirabox as a possible successor, so I ordered one Mirabox + microSD card from NewIT.
Now I cannot get the Mirabox to boot from the SD card.
As far as I can see, the uBoot discovers the SD reader but cannot use it:
Marvell>> usb start
(Re)start USB...
USB: Active port: invalid port number 2, switching to port 0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
scanning bus for storage devices... Device NOT ready
Request Sense returned 02 3A 00
Device NOT ready
Request Sense returned 02 3A 00
2 Storage Device(s) found
Marvell>> usb storage
Device 0: Vendor: Generic Rev: 9451 Prod: STORAGE DEVICE
Type: Removable Hard Disk
Capacity: not available
Device 1: Vendor: Generic Rev: 9451 Prod: STORAGE DEVICE
Type: Removable Hard Disk
Capacity: not available
Marvell>> ext2load usb 1:1 0x6400000 uImage
** Bad partition 1 **
I tried with FAT instead of ext2, but that doesn't work, either:
Marvell>> fatload usb 1:1 0x6400000 uImage
Device NOT ready
Request Sense returned 02 3A 00
** Can't read from device 1 **
** Unable to use usb 1:1 for fatload **
I suppose the following should at least show a partition table:
Marvell>> usb part 1
print_part of 1
## Unknown partition table
The box itself works, booting into the old Debian on the NAND flash that Linux recognises the microSD card just fine:
scsi 2:0:0:0: Direct-Access Generic STORAGE DEVICE 9451 PQ: 0 ANSI: 0
sd 2:0:0:0: [sda] Attached SCSI removable disk
scsi 3:0:0:0: Direct-Access Generic STORAGE DEVICE 9451 PQ: 0 ANSI: 0
sd 3:0:0:0: [sdb] 30702592 512-byte logical blocks: (15.7 GB/14.6 GiB)
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Mode Sense: 03 00 00 00
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1 sdb2 sdb3
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Attached SCSI removable disk
So apparently the SD reader isn't broken. I'd love to boot from microSD, though.
Any help is appreciated.