Other Parts Discussed in Thread: CCSTUDIO
Dear Sir:
I follow AM335x starter kit labA1_3day_setup.pdf Instruction 20-23 to install CCSv6,
but I can not start CCSv6 (I can start CCSv6 by click shortcut before changing "command"). Please
give me a help.
Installing Code Composer Studio v.6.0.1.00040
....
20. Change desktop shortcut to a custom script
Right-click the shortcut and select properties
Change “command:”
From: /home/user/ti/ccsv6/eclipse/ccstudio
To: /home/user/ti/ccsv6/eclipse/my_ccstudio.sh
21. Create “myccstudio.sh” launch script
# gedit /home/user/ti/ccsv6/eclipse/my_ccstudio.sh
Enter the following:
export PATH=/home/user/gcc-linaro-arm-linux-gnueabihf-4.7-2013-03-
20130313_linux/bin:$PATH
/home/user/ti/ccsv6/eclipse/ccstudio
22. Make the script executable
# chmod a+x /home/user/ti/ccsv6/eclipse/my_ccstudio.sh
23. Start Code Composer Studio
....
Thanks.
Thomas Tang