This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: BEAGLEBK
Tool/software: Code Composer Studio
I follow the instructions to install CCS v9.1 on Ubuntu 18.04 LTS:
And then CCS upgraded itself to v9.2.
In both CCS v9.1 and v9.2 version, I can not see the "SSH terminals" option when setting RSE (Remote System Explorer) connection.
Someone said he rebooted PC and solved the problem, but it doesn't work for me.
Could you give me a hand?
Thanks.
Hi,
I am looking into it and do not have this terminal as well - CCS has installed the TM Terminal SSH extensions.
One report mentions the need to install additional components, but it is for an older version (Mars) - check:
https://aninternetpresence.net/2015/08/eclipse-mars-rse-terminal/
This threw me for a loop with installing previous versions, reinstalling the existing one, etc. I then issued a right-click on the main icon of the connection and found an option that mentioned "Open Terminal".
Does that option show for you?
If not, there may be a chance you need to go through the same process of uninstalling and reinstalling the TM Terminal Plug-in component.
- Go to menu Help --> About --> Installation Details and locate the TM Terminal component near the end of the list. Click on the button Uninstall and follow the instructions.
- Then, go to the Eclipse Downloads page and locate the TM Terminal 4.4 (compatible with Eclipse Photon). Copy the address shown in the link "update site" to the clipboard.
- Open the menu Help --> Install new software then click on the button "Add". Type a meaningful name (TM Terminal updates, for example) and paste the update site address in the box "Location". Click on Add and Eclipse should retrieve the contents of the update site.
- Make sure the option "Show only software applicable to target environment" is checked (you don't want to select linux or macos components).
- Select everything but the "SDK" components and finish the installation.
Hope this helps,
Rafael
Hi Rafael,
Thanks for your reply.
I decide to use the "Open a Terminal" icon (on the tool bar) to open a terminal.
Charles