Dears, I re-installed ti-sdk-am335x-evm-06.00.00.00 and now u-boot.img do not work properly: It seems "lost" the commands, even help command does not work. the booting process stops like this:
U-Boot 2013.01.01-g1c34fd6-dirty (Sep 05 2014 - 16:51:24)
I2C: ready
DRAM: 512 MiB
WARNING: Caches not enabled
NAND: 256 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
cpsw
Hit any key to stop autoboot: 0
Unknown command 'mmc' - try 'help'
Unknown command 'run' - try 'help'
U-Boot#
one of many used compilation lines that I tryed:
make am335x_evm_config
make ARCH=arm CROSS_COMPILE=/home/USER/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf- am335x_evm
Do anyone experienced something similar?