I am using ti-sdk-am335x-evm-07.00.00.00,and have successfully created a bootable SD card image by using the various scripts that come with the SDK.
I have followed the instructions at "http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User%27s_Guide#Writing_to_NAND_from_U-Boot" to successfully copy MLO, SPL, and Kernel to the NAND on the AM335x EVM board, and have booted that image.
However, I can't seem to change the environment variables for the uboot environment.
I don't have the links in front of me at the moment, but on various pages within the SDK realm, there are clear statements that the TI image uses uEnv.txt to set the environment variables used by uboot. However, the image created by the scripts in the SDK, do not include this file, and if I manually create it on the SD card, it seems to be totally ignored.
I am sure I am missing something obvious, but I need to know how to get over this hump, because my end project will need to change some of the things away from the defaults created by the SDK scripts. Please advise.