Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi,
Is there a valid tutorial for the TMDSSK3358 AM335x starter kit to get up and running in Lunux?
I've tried working through the lab1A instructions but they are wrong in numerous ways.
I am using Ubuntu 16.04 LTS which is specified to be one of the supported versions.
I am here:
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
Sorry for the crappy formatting, this interface seems to be crappy.
So the directories are wrong, not sure what they should be...
Also I have no idea what this is or where this is actually located:
export PATH=/home/user/gcc-linaro-arm-linux-gnueabihf-4.7-2013-03-
20130313_linux/bin:$PATH