Hi,
I'm using a Intel flash 28F128P33B85 with JFFS2 file system on my own board...
The system work fine, but sometimes (I don't understand when but I think when I write a file in the flash..) the JFFS2 fail whit a kernel panic and at the next reboot, the uboot find a kernel in the flash with CRC corrupted....
What's happend?
I think that the flash_timing in arch/avr32/boards/atngw100/flash.c is incorrect...
It's possible?
Where I can find the correct parameters?
PS: I'm using a linux 2.6.34 and uboot 2.3.0
Many thanks.
Paolo.
hce
Posted: Sep 21, 2010 - 06:03 AM
Joined: Jan 07, 2003
Posts: 4580
Location: Oslo, Norway
Quote:
Where I can find the correct parameters?
The flash datasheet.
Also, make your own board, don't rely on the stuff in arch/avr32/boards/atngw100/. It will be better for you in the long run to have a dedicated board.