[U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread alex
Hi: I have one board which hardware copied from mx28evk board, and compiled the source code cloned from u-boot mainline git. The rom in mx28 print 0x80508008, that is NAND DMA timed out. I compile the source from u-boot-testing, and it's no any wrong print, and the start is OK. I don't know

Re: [U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread Marek Vasut
Dear alex, Hi: I have one board which hardware copied from mx28evk board, and compiled the source code cloned from u-boot mainline git. The rom in mx28 print 0x80508008, that is NAND DMA timed out. I compile the source from u-boot-testing, and it's no any wrong print, and the start is OK.

Re: [U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread alex
No network on my board, so nand_update_full can't be run. I use command kobs-ng init u-boot.sb to update(default: /dev/mtd0) or mfgtools from freescale. I just add support NAND to mx28evk configs file copied from m28evk configs. Sub-page size of nand flash is 2048bytes with oob size is 64byte,

Re: [U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread alex
No sd support on my board. I use the the latest code. update by command kobs-ng init u-boot.sb, and give error as below: mtd: erase stepping bounds mtd: Failed to erase block @0x1e mtd: Failed to write BS#1 FAILED to commit structures At 2012-06-29 10:51:58,Fabio Estevam