1, installation TI-SDK-AM335X-EVM
2, installation ccsv5 specific installation steps See: Http://processors.wiki.ti.com/index.php/Code_Composer_Studio_v5_Users_Guide#Importing_ C.2fc.2b.2b_projects
3. When you create a new project in CCSV5, you need to set the compiler to cross-compile.
4. Open remote system Explorer in CCS, after opening res, we log in to the remote file directory in the BBB system and access the files in the root directory of BBB through the Res directory.
See: Http://processors.wiki.ti.com/index.php/How_to_setup_Remote_System_Explorer_plug-in
5. Copy the results of the cross-compilation to the res file, and modify the permissions of the compiled results.
6, configure the debug environment. See: HTTP://PROCESSORS.WIKI.TI.COM/INDEX.PHP/HOW_TO_RUN_GDB_ON_CCSV5
When the above settings are complete, you can start debugging and run the program on the BBB system. In fact, the above is to log on to the remote system resources on the CCSV5, by copying the cross-compiled executable files to the remote system files directory, run.
Using the CCS5 development environment on BBB