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!