NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
How to install the terminal plugin in CCSv5
This article can help you to install the terminal plugin in CCSv5
The terminal plugin is developed by the open source community and provides the terminal view in the CCSv5 IDE.
From the terminal view, the users can connect to a remote target via a serial port or over TCP/IP using the TELNET or SSH protocol.
Here are the steps to install the plugins:
- To install plugins, go to menu Help --> Install New Software
- Before CCS 5.1: Add the Target Management repository http://download.eclipse.org/dsdp/tm/updates/3.1
- CCS 5.1 and 5.2: Click on the link Available Software Sites and enable the Target Management repository from the dialog box. The one that has the link to http://download.eclipse.org/tm/updates/3.3
- In the top Work With: drop-down menu, select the Target Management Terminal plugin, follow the instructions to install the plugin and restart CCSv5.
- In CCSv5.1 and 5.2 select the link shown in the step above. In the box for the updates expand the entry TM and RSE 3.3.1 Main Features and select Target Management Terminal.
- After restart, go to menu Help --> Install New Software
- Click on the button Add, give it a name RXTX repository and add the proper URL: http://rxtx.qbang.org/eclipse/
- Select the latest version of the RXTX End-User Runtime (you may need to expand the plug-in version tree), continue to finish the plugin installation and restart CCSv5.
How to use the terminal view:
- Select Window -> Show View -> Other
- Enter "Terminal" in the text box to select the view
- Configure the terminal view as needed
See this E2E forum post for a similar explanation. http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/162228.aspx |