Tool/software: Linux
Hi,
My device is hanging at boot level after porting u-boot.bin to device.
I2C: ready
DRAM: 128 MiB
Hangs at this stage
My DDR2 is 128MB
NOR Flash 32MB
We are booting from NOR flash.
Following steps followed
1) Flashed recovery image using X-modem u-boot-spl.bin
2) Flashed recovery image using Y-modem u-boot_uartboot.img
u-boot#
3) setenv ipaddr <<IP>
4) setenv serverip <IP>
5) ftp 0x82000000 u-boot.bin
6) erase 0x8000000 0x807ffff
7) cp.b 0x82000000 0x8000000 0xXXXX
8) tftp 0x82000000 device.dtb
9) erase 0x80a0000 0x80fffff
10) cp.b 0x82000000 0x80a0000 0xXXXX
11) re
At this stage device is hanging at
I2C: ready
DRAM: 128 MiB
Please let me know how to debug
Regards
Subramanya