1.1.2. Installing the SDK

Overview

The Processor SDK Linux Automotive Installer (ti-processor-sdk-linux-automotive-j7-evm-<version>-Linux-x86-Install.bin) will install the necessary components to start your development on the TI microprocessor.

The SDK consists of a development filesystem, a target filesystem, example applications, toolchain and board support package, ease of use scripts and documentation.

The Processor SDK Linux Automotive now includes the ARM GCC toolchain. The Processor SDK Linux Automotive was built and tested against a specific Linux Distribution name and version, Ubuntu 18.04. Note this does not prevent the user from installing the SDK on other Linux distributions.

Downloading the SDK installer

You can download the latest Processor SDK Linux Automotive installer from https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/index_FDS.html

How to Run the SDK Installer

Make sure that the execute permissions are set. Bring up a terminal window and change directories to where the installer is located (probably the Downloads directory) and run the following commands:

chmod +x ./ti-processor-sdk-linux-automotive-j7-evm-<version>-Linux-x86-Install.bin
./ti-processor-sdk-linux-automotive-j7-evm-<version>-Linux-x86-Install.bin

Alternatively, you can give execute permissions and run the “ti-processor-sdk-linux-automotive-j7-evm-<version>-Linux-x86-Install.bin” by double clicking on it within your Linux host PC.

Note

If nothing seems to happen, you are probably running a 32-bit version of Linux. The installer is 64-bit, and will not execute properly.

Additional Installer Options

Invoking the installer with argument –help will list available options for the installer (e.g. text installer, etc.):

./ti-processor-sdk-linux-automotive-j7-evm-<version>-Linux-x86-Install.bin --help

SDK Installer Execution Steps

  1. Confirm User is to confirm if loading the Processor SDK Linux Automotive is ok. This is important to note if the user is trying to over-install on an existing directory and has made changes to the directory.
  2. Directory Install Location The user will be prompted for a location on where to put the Processor SDK Linux Automotive. An example is given below.
  3. Installation of software The software is installed.

Where to install the Processor SDK package

The default selection of where to install is the user’s home directory.

../../_images/Processor_sdk_j7_select_directory.png

After the installation, refer to section Setting up host environment for next steps.