This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6446 NAND issue

Hi,


In our custom DM6446 processor board, when we try to load the Linux kernel with the following commands

U-Boot > tftp 0x80700000 uImage
U-Boot > nand erase 0x60000 0x200000
U-Boot > nand write 0x80700000 0x60000 0x200000

all are executed successfully. kernel also loaded successfully. But when we re-boot the board  UBL massages are looping as given below

DM644x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000014.
   DONE
Jumping to entry point at 0x81080000.
    .
    .
    .
 
DM644x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x00000014.
   DONE
Jumping to entry point at 0x81080000.

if we don't load the kernel in NAND and run form DDR every-time, the device working perfectly.

please guide us in solving the issue.

Thanks,

Satish.