No subject


Tue Sep 28 18:24:53 EDT 2010


alinged) via DFU to the NAND.

The flashing worked fine.

But now when I re-boot the system :

barebox 2010.09.0-00003-ge5727b1-dirty (Sep 27 2010 - 17:18:50)

Board: STMicroelectronics EVB2065 with Cartesio Plus
NAND device: Manufacturer ID: 0x2c, Chip ID: 0x48 (Micron NAND 2GiB 3,3V 8-bit)
Scanning device for bad blocks
Malloc space: 0x00860000 -> 0x00e60000 (size  6 MB)
Stack space : 0x00850000 -> 0x00858000 (size 32 kB)


This system is stuck at this point. Investigating further - I see that
we are stuck at
in the common/environment.c
int envfs_load(char *filename, char *dir)
{
...
buf = xmalloc(size);
buf_free = buf;
ret = read(envfd, buf, size); - Stuck here

I'm wondering why this read is failing. Could the developers shed some
light on this ?

Regards
Gaurav



More information about the barebox mailing list