We designed a system using DM355,and when debugging ,we met a problem,did someone else know something about it ?
When the board booting ,it stoped here:
NAND read: device 0 offset 0xc00000, size 0x300000
3145728 bytes read: OK
Loading from NAND 1GiB 3,3V 8-bit, offset 0x400000
Image Name: Linux-2.6.10_mvl401
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1585188 Bytes = 1.5 MB
Load Address: 80008000
Entry Point: 80008000
## Booting image at 80700000 ...
Image Name: Linux-2.6.10_mvl401
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1585188 Bytes = 1.5 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................
............................................. done, booting thek
That is ,when the kernel was uncompressed ,it didn't start to boot,just stop there. We have tried all kinds of booting methods ,but all met the same problem.
We have checked that the flash is good,for there is nothing wrong about u-boot,and we have run the ddr test program which TI offered ,also good. Tftp command work right.
Can someone give us a hand ?