SPRADF9 January   2024 AM263P4 , AM263P4-Q1

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Control Card Overview
  5. 2SDK and Dependencies
    1. 2.1 Software Development Kit
    2. 2.2 Python
    3. 2.3 OpenSSL
  6. 3 Code Composer Studio
    1. 3.1 Download/Install
  7. 4Power Connections
    1. 4.1 Hardware Setup
  8. 5Build and Run Example
    1. 5.1 Device Setup
      1. 5.1.1 Configure the Device's BOOT Mode to be Used With CCS Scripting
      2. 5.1.2 Setup UART Terminal
    2. 5.2 Example Project Setup
  9. 6References

OpenSSL

OpenSSL is only needed for signing the bootloader and application images when booting using a bootloader.

Below are the steps for installing OpenSSL:

For Windows

  1. Download OpenSSL v1.1.1w Light: OpenSSL Download
  2. Install to the default path and follow the prompted steps
  3. When prompted, select to install binaries to /bin folder instead of the Windows system path
  4. Add path to OpenSSL in enviroment "Path" variables: C:/Program Files/OpenSSL-Win64/bin

    GUID-20231211-SS0I-WFHN-JG9Q-VPQ1BGHSWRVN-low.jpg

    Figure 2-1 OpenSSL Path in System Enviroment Variables

For Linux

  1. Run the following command in Linux Ubuntu shell to install
    $ sudo apt install openssl