Cannibal
Still Fresh
Hi,
Partitioned an SD card with as EXT2 with a 512MB Swap partition, using GParted on Ubuntu 10.10.
I followed: http://pandorawiki.o...rom_an_SD_card, used the second example 'autoboot.txt', the problem is I've only gotten my Pandora to boot from SD twice... On next boot it just sticks on the Pandora logo, hard-resetting then holding R-Button I can see lots of errors about failure to read 'autoboot.txt', then the kernel image ending with a CRC error.
So I formatted and extracted the Pandora image again to the SD, still wouldn't boot same errors. Booted from NAND, restarted then it now decided to boot from the SD.
This seems to be a common theme, If I'm to have any chance of booting from SD I MUST boot from NAND then restart to get it to boot from SD, cold boot never succeeds, the last time I did this however all the fonts were squares... sounds like corruption?
Camera shot of the boot error:
UPDATE: Tried using mkfs.ext2, no better... tried doing the format and the unpack on the Pandora itself... no good.
UPDATE2: Both my SD cards do the same, doesn't sound like corruption to me.
UPDATE3: This looks like it could be a bug U-boot? http://www.mail-arch...e/msg26953.html & http://plugcomputer....age;topic=517.0
This looks very relevant: http://lists.denx.de...une/072198.html - [U-Boot] cannot load file from ext2 partition on OMAP3 evm
UPDATE4: Logged as a bug that needs verification: http://bugs.openpand...ils&task_id=192
UPDATE5: Found the code responsible /fs/ext2/dev.c in u-boot-1.3.2.tar::
Answers on a postcard... ?
Thanks.
Partitioned an SD card with as EXT2 with a 512MB Swap partition, using GParted on Ubuntu 10.10.
I followed: http://pandorawiki.o...rom_an_SD_card, used the second example 'autoboot.txt', the problem is I've only gotten my Pandora to boot from SD twice... On next boot it just sticks on the Pandora logo, hard-resetting then holding R-Button I can see lots of errors about failure to read 'autoboot.txt', then the kernel image ending with a CRC error.
So I formatted and extracted the Pandora image again to the SD, still wouldn't boot same errors. Booted from NAND, restarted then it now decided to boot from the SD.
This seems to be a common theme, If I'm to have any chance of booting from SD I MUST boot from NAND then restart to get it to boot from SD, cold boot never succeeds, the last time I did this however all the fonts were squares... sounds like corruption?
Camera shot of the boot error:
UPDATE: Tried using mkfs.ext2, no better... tried doing the format and the unpack on the Pandora itself... no good.
UPDATE2: Both my SD cards do the same, doesn't sound like corruption to me.
UPDATE3: This looks like it could be a bug U-boot? http://www.mail-arch...e/msg26953.html & http://plugcomputer....age;topic=517.0
This looks very relevant: http://lists.denx.de...une/072198.html - [U-Boot] cannot load file from ext2 partition on OMAP3 evm
UPDATE4: Logged as a bug that needs verification: http://bugs.openpand...ils&task_id=192
UPDATE5: Found the code responsible /fs/ext2/dev.c in u-boot-1.3.2.tar::
Code:
if (ext2fs_block_dev_desc->block_read (ext2fs_block_dev_desc->dev,
part_info.start + sector,
block_len / SECTOR_SIZE,
(unsigned long *) buf) !=
block_len / SECTOR_SIZE) {
printf (" ** ext2fs_devread() read error - blockn");
return (0);
}
Answers on a postcard... ?
Thanks.