Step 5: Install on Target
In this step, you will install Intel® TCC Tools on the target system.
- Copy required files to the target system:
- On the development host system, go to the Intel® TCC Tools install directory:cd ${TCC_ROOT}
- Use a minimum CAT-5E Ethernet cable to connect the target system to the same network as the host. To find the location of the connector, see the user guide that accompanied the system.
- Copy (scp) thetargetdirectory on the host system to the target system. Replace<target>with the IP address or hostname of the target system.scp -r target root@<target>:~
- Connect to the target system via SSH. Replace<target>with the IP address or hostname of the target system.ssh root@<target>
- In the SSH session, go to the destination directory:cd target
- Run the setup script to install Intel® TCC Tools binaries on the deployed image. By default, it will install all files../tcc_setup.py -i tcc_tools_target_<version>.tar.gzFor more install options, go totcc_setup.mdor run the setup script with--helpoption:./tcc_setup.py --help