Hi,
I am trying to load u-boot on NAND for 66AK2H14 processor.
Currently, i am loading u-boot through CCS to MSMC RAM and executing it.I have made a minimal u-boot with only ddr and flash configuration. I could get the uboot prompt but its not able to detect NAND flash. This is same u-boot which is ported on EVMK2H kit and nand detect properly in it.
Below is the uboot log executed from MSMC RAM ,
U-Boot code: 0C001000 -> 0C053414 BSS: -> 0C0B730C
I2C: ready
DDR3 PLL (PLL2) Setup ...
DDR3 PLL Setup complete, DDR3A clock now running at 400MHz.
DDR3A initialization complete
DDR config done
DDR size 536870912
init_async_emif done
init_ddr3_ecc donemonitor len: 000B630C
ramsize: 20000000
TLB table from 9fff0000 to 9fff4000
Top of RAM usable for U-Boot at: 9fff0000
Reserving 728k for U-Boot at: 9ff39000
Reserving 2304k for malloc() at: 9fcf9000
Reserving 32 Bytes for Board Info at: 9fcf8fe0
Reserving 128 Bytes for Global Data at: 9fcf8f60
New Stack Pointer is: 9fcf8f50
gd->baudrate is: 115200
gd->bd->bi_baudrate is: 115200
RAM Configuration:
Bank #0: 80000000 512 MiB
relocation Offset is: 93f38000
monitor flash len: 0005BACC
Now running in RAM - U-Boot at: 9ff39000
NAND: NAND: No NAND device found!!! 0 MiB
Warning: K2HK_EMAC using MAC address from net device
, K2HK_EMAC1, K2HK_EMAC2, K2HK_EMAC3
Initial value for argc=3
Final value for argc=3
### main_loop entered: bootdelay=3
Hit any key to stop autoboot: 0
K2HK EVM #
Should I need to do any configuration for EMIF to detect NAND. ?
Please suggest,


