Hi,
We have NAND flashed RDK u-boot binary 'uboot_NAND_DM816X_TI_EVM' which was generated after compiling RDK for 'DM816X_TI_EVM' board type.
For flashing the u-boot we followed steps mentioned in "Flashing U-Boot from U-Boot" section in DVR RDK V3.0.1 GA Installation Guide.pdf for 816X Platforms.
When we fired the command 'mw.b 0x81000000 0xFF 0x32800;tftp 0x81000000 uboot_NAND_DM816X_TI_EVM;nandecc hw 2;nand erase 0x0 0x240000;nand write.i 0x81000000 0x0 0x32800', on the console we show successful NAND write messages and then after console got halted.
After that we power cycled the board but we are not getting any prints on console.
Can anybody please help on this or provide idea how to resolve it ?
Thanks,
Shashank