Antwort: RE: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: barebox image size
christian.buettner at rafi.de
christian.buettner at rafi.de
Tue Jul 17 06:49:11 EDT 2012
Ahh, thank you for the hint with the BB!
And finally - it is working!!
I forgot to change the erase settings in the lauterbach script.
Thank you all for your help and long lives barebox ;)
- christian
Von: "Marc Reilly" <marc at cpdesign.com.au>
An: <christian.buettner at rafi.de>,
Kopie: <barebox at lists.infradead.org>, "'Sascha Hauer'"
<s.hauer at pengutronix.de>
Datum: 17.07.2012 12:44
Betreff: RE: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re:
barebox image size
Gesendet von: Marc Reilly <marc.reilly at gmail.com>
Hi,
>ok i was able to preceed a little. The new error message after booting
is:
>
>Board: RAFI i.MX53
>eth at eth0: got MAC address from EEPROM: ********
>NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB
3,3V
8-bit)
>Bad block table found at page 65472, version 0x01
>Bad block table found at page 65408, version 0x01
>nand_read_bbt: Bad block at 0x060a0000
>Malloc space: 0x7df00000 -> 0x7fefffff (size 32 MB)
>Stack space : 0x7def8000 -> 0x7df00000 (size 32 kB)
>envfs: wrong magic on /dev/env0
>running /env/bin/init...
>not found
>barebox:/
What commands are you using to erase and program the flash area?
>Environment config
>nand_parts="512k(barebox)ro,512k(bareboxenv),4M(kernel),120M(root)"
>board_init.c
>devfs_add_partition("nand0", 0x00000, 0x80000, PARTITION_FIXED, "self0");
>devfs_add_partition("nand0", 0x80000, 0x80000, PARTITION_FIXED, "env0");
These partitions aren't bad block aware, from memory, I think u want
something like:
devfs_add_partition("nand0", 0x80000, 0x80000, PARTITION_FIXED,
"env0_raw");
dev_add_bb_dev("env0_raw", "env0");
Cheers,
Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20120717/1d902210/attachment.html>
More information about the barebox
mailing list