Tutorial
Visible to Intel only — GUID: GUID-DE771C55-0232-40C3-ADBD-7107207056F3
Visible to Intel only — GUID: GUID-DE771C55-0232-40C3-ADBD-7107207056F3
Step 6: 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) the target directory 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.gz
For more install options, go to tcc_setup.md or run the setup script with --help option:
./tcc_setup.py --help