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.

66AK2G02: Boot from NAND

Part Number: 66AK2G02

Hello,

I am trying to boot the K2G general eval board off NAND. I am able to write files to the nand and have been able to boot from nand once in u-boot. However, I can't get the board to boot to u-boot from nand. Below you can see the partition table I have setup for this test:

0: bootloader 0x00100000 0x00000000 1 <Placed MLO 
1: u.boot.spl 0x00100000 0x00100000 1 <Placed u-boot-spl.gph
2: u.boot 0x00100000 0x00200000 1 <Placed u-boot.img
3: u.boot.params 0x00080000 0x00300000 1 <placed boot.env 

The files were all generated and copied to nand with default k2g_evm_defconfig in the SDK.

Any ideas where I am going wrong? I have tried looking around and havent been able to find the right answer.

Thanks!