1. Install ELDK (VMware guest: Ubuntu 11.4)
http://processors.wiki.ti.com/index.php/ELDK_usage
2. Setup shared folder (host & guest)
-------------------------------------------------------------------------
ELDK:
1. Init env.
source ./init_eldk arm
2. Implement: assembly & C
./eldk/usr/src/u-boot/
./eldk/usr/src/usr-app/
3. Write linker file, Makefile
4. Ready to build user application
5. Copy elf file to host, and debug on target.