Skip to content

Commit 1384e77

Browse files
committed
docs(linux): AM57X: Sync with 9.3 forked branch
SDK 9.3 had forked document branck for AM57. This commit merge back code section into main branch. Changes in v3: Fixed indentation Changes in v2: 1- Fixed indentation in _Users_Guide.rst 2- _Processor_SDK_Linux_Directory_Structure.rst did clean up as AM57 falls under Jacinto SDK 3- Release_Specific_Release_Notes.rst fixed Addressed review comments Signed-off-by: Udit Kumar <[email protected]>
1 parent 2c5678b commit 1384e77

20 files changed

+1306
-690
lines changed

configs/AM57X/AM57X_linux_config.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ Replacement Variables
2222
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-am57xx-evm-<version>-Linux-x86-Install.bin'
2323
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-am57xx-evm-<version>'
2424
'__SDK_DOWNLOAD_URL__' : '`AM57X-Linux-SDK-Download-page <http://software-dl.ti.com/processor-sdk-linux/esd/AM57X/latest/index_FDS.html>`__'
25-
'__LINUX_UBUNTU_VERSION_LONG__' : '18.04 (64-bit)'
26-
'__LINUX_UBUNTU_VERSION_SHORT__' : '18.04'
25+
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
26+
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
2727
'__OPTEE_PLATFORM_FLAVOR__' : 'am57xx'
28-
'__RTOS_UBUNTU_VERSION_LONG__' : '18.04 (64-bit)'
29-
'__WINDOWS_SUPPORTED_LONG__' : '7 (64-bit)'
28+
'__RTOS_UBUNTU_VERSION_LONG__' : '22.04'
3029
'__FEATURINGMATRIX__' : \
3130
'__SYSFW_CORE_NAME__' : \
3231
'__IMAGE_TYPE__' : 'default'

source/common/Release_Specific/_Processor_SDK_Supported_Platforms_and_Versions.rst

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,15 @@ SDK.
4949
+---------------------------+-------------------------+
5050
| **Operating System** | | **Version** |
5151
+---------------------------+-------------------------+
52-
| Ubuntu | | 18.04 (64-bit) |
52+
| Ubuntu | | 22.04 (64-bit) |
5353
+---------------------------+-------------------------+
5454

5555
- **RTOS SDK**
5656

5757
+---------------------------+-------------------------+
5858
| **Operating System** | | **Version** |
5959
+---------------------------+-------------------------+
60-
| Windows | | 7 (64-bit) |
61-
+---------------------------+-------------------------+
62-
| Ubuntu | | 18.04 (64-bit) |
60+
| Ubuntu | | 22.04 (64-bit) |
6361
+---------------------------+-------------------------+
6462

6563
|
@@ -234,3 +232,18 @@ The following platforms and EVMs are supported with Processor SDK.
234232
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
235233
| J7200/DRA821 | J7200 EVM | Alpha | Hardware User's Guide | Y | Y |
236234
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
235+
236+
.. ifconfig:: CONFIG_part_family in ('AM57X_family')
237+
238+
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
239+
| **Platform** | **EVM** | **Tested | **Document** | **PSDK Linux** | **PSDK RTOS** |
240+
| | | Version** | | | |
241+
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
242+
| AM57X | AM572x EVM| A3 | Hardware User's Guide | Y | Y |
243+
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
244+
| AM57X | AM572x EVM| 1.3A | Hardware User's Guide | Y | Y |
245+
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
246+
| AM57 | AM571x IDK| 1.3A | Hardware User's Guide | Y | Y |
247+
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
248+
| AM57 | AM574x IDK| 1.0A | Hardware User's Guide | Y | Y |
249+
+--------------+-----------+-----------+-----------------------+-------------------+------------------+

0 commit comments

Comments
 (0)