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.

TMS320DM8148: Nand boot with DDR Single EMIF Dm8148 EVM

Part Number: TMS320DM8148

Dear TI team,

I try config DDR ram with  Single EMIF  (Bank 0 512MB) using file patch in 

And comment 

//gd->bd->bi_dram[1].start = PHYS_DRAM_2;

 //gd->bd->bi_dram[1].size = PHYS_DRAM_2_SIZE;

In file evm.c

After I build Building U-Boot-MIN for UART(ti8148_evm_min_uart) and NAND(ti8148_evm_min_nand)

U-boot load with UART  success but fail with NAND .

I am sure that I choosed boot mode correct.

Please help me config u-boot for NAND in  Single EMIF  DDR.

Thank you so much !