Skip to content

docs(linux): AM57X: Sync with 9.3 forked branch #370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions configs/AM57X/AM57X_linux_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ Replacement Variables
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-am57xx-evm-<version>-Linux-x86-Install.bin'
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-am57xx-evm-<version>'
'__SDK_DOWNLOAD_URL__' : '`AM57X-Linux-SDK-Download-page <http://software-dl.ti.com/processor-sdk-linux/esd/AM57X/latest/index_FDS.html>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '18.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '18.04'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
'__OPTEE_PLATFORM_FLAVOR__' : 'am57xx'
'__RTOS_UBUNTU_VERSION_LONG__' : '18.04 (64-bit)'
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
'__RTOS_UBUNTU_VERSION_LONG__' : '22.04'
'__FEATURINGMATRIX__' : \
'__SYSFW_CORE_NAME__' : \
'__IMAGE_TYPE__' : 'default'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,15 @@ SDK.
+---------------------------+-------------------------+
| **Operating System** | | **Version** |
+---------------------------+-------------------------+
| Ubuntu | | 18.04 (64-bit) |
| Ubuntu | | 22.04 (64-bit) |
+---------------------------+-------------------------+

- **RTOS SDK**

+---------------------------+-------------------------+
| **Operating System** | | **Version** |
+---------------------------+-------------------------+
| Windows | | 7 (64-bit) |
+---------------------------+-------------------------+
| Ubuntu | | 18.04 (64-bit) |
| Ubuntu | | 22.04 (64-bit) |
+---------------------------+-------------------------+

|
Expand Down Expand Up @@ -234,3 +232,18 @@ The following platforms and EVMs are supported with Processor SDK.
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
| J7200/DRA821 | J7200 EVM | Alpha | Hardware User's Guide | Y | Y |
+--------------+-----------+-----------+-----------------------+-------------------+------------------+

.. ifconfig:: CONFIG_part_family in ('AM57X_family')

+--------------+-----------+-----------+-----------------------+-------------------+------------------+
| **Platform** | **EVM** | **Tested | **Document** | **PSDK Linux** | **PSDK RTOS** |
| | | Version** | | | |
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
| AM57X | AM572x EVM| A3 | Hardware User's Guide | Y | Y |
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
| AM57X | AM572x EVM| 1.3A | Hardware User's Guide | Y | Y |
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
| AM57 | AM571x IDK| 1.3A | Hardware User's Guide | Y | Y |
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
| AM57 | AM574x IDK| 1.0A | Hardware User's Guide | Y | Y |
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
Loading
Loading