Hi,
I am trying to get fastboot to format an SD card on a custom board that has an OMAP4460 and I am getting a strange partition error. Can some one help me properly define or identify the SD card partition?
The device goes into fastboot mode, but executing the command "sudo ./fastboot flash xloader ./MLO" fails with the message:
sudo ./fastboot flash xloader ./MLO sending 'xloader' (23 KB)... OKAY [ 0.006s] writing 'xloader'... FAILED (remote: partition does not exist) finished. total time: 0.010s
Here is the serial output during the whole process.
[ aboot second-stage loader ] MSV=00000000 jumping to 0x80e80000... U-Boot 1.1.4-gc2a7c898-dirty (Oct 10 2013 - 09:09:55) Load address: 0x80e80000 DRAM: 1024 MB Flash: 0 kB Using default environment In: serial Out: serial Err: serial Initializing SD(0) Slot. ptbl slot: SD:(0). efi partition table not found efi partition table: ptbl slot: EMMC:(1). Read not permitted as Card on SLOT-1 not Initialized efi partition table not found Net: KS8851SNL Tablet: HOME key pressed: entering fastboot.... timed out in wait_for_pin: I2C_STAT=0 I2C read: I/O error timed out in wait_for_pin: I2C_STAT=0 I2C read: I/O error Device Serial Number: 01543E2009010014 Fastboot entered... Download Size 0 Download Size 0 Starting download of 24484 bytes Download Size 24484 Partition:'<NULL>' does not exist Download Size 0
The SD card definitely has the boot partition on it. The SD card has the following partitions:
boot - formatted FAT16, 65MB
rootfs - formatted ext3, 1.87 GB
data - formatted FAT32, 1.64GB
My end goal is to keep each of these partitions, but overwrite them with new files. Thanks for the help.