Skip to content

Commit 22ddff0

Browse files
committed
fix(linux): Host machine version and supported platform cleanup
Fix host OS version and clean up of support platform with document links. Changes in v4: - Added extra space in table Changes in v3: - Use ref for hyperlink page Changes in v2: - Used Macro instead of hardcoded value of Host OS - Added space in table - Fixed one missing link Signed-off-by: Udit Kumar <[email protected]>
1 parent 92ab64d commit 22ddff0

File tree

3 files changed

+29
-14
lines changed

3 files changed

+29
-14
lines changed

source/common/Release_Specific/_Processor_SDK_Supported_Platforms_and_Versions.rst

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,29 @@ The following platforms and EVMs are supported with Processor SDK.
235235

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

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-
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
238+
+--------------+------------+-----------+-------------------+------------------+
239+
| **Platform** | **EVM** | **Tested | **PSDK Linux** | **PSDK RTOS** |
240+
| | | Version** | | |
241+
+--------------+------------+-----------+-------------------+------------------+
242+
| AM57X | AM572x EVM | A3 | Y | Y |
243+
+--------------+------------+-----------+-------------------+------------------+
244+
| AM57X | AM572x EVM | 1.3A | Y | Y |
245+
+--------------+------------+-----------+-------------------+------------------+
246+
| AM57 | AM571x IDK | 1.3A | Y | Y |
247+
+--------------+------------+-----------+-------------------+------------------+
248+
| AM57 | AM574x IDK | 1.0A | Y | Y |
249+
+--------------+------------+-----------+-------------------+------------------+
250+
251+
Document reference:
252+
253+
+------------------------------------------------------+----------------------------------------------------------------+
254+
| **EVM** | **Document** |
255+
+------------------------------------------------------+----------------------------------------------------------------+
256+
| `AM572x EVM <https://www.ti.com/tool/TMDSEVM572X>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/spruig1>`__ |
257+
+------------------------------------------------------+----------------------------------------------------------------+
258+
| `AM572x IDK <https://www.ti.com/tool/TMDXIDK5728>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/sprui64>`__ |
259+
+------------------------------------------------------+----------------------------------------------------------------+
260+
| `AM571x IDK <https://www.ti.com/tool/tmdxidk5718>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/sprui97>`__ |
261+
+------------------------------------------------------+----------------------------------------------------------------+
262+
| `AM574x IDK <https://www.ti.com/tool/TMDSIDK574>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/spruij9>`__ |
263+
+------------------------------------------------------+----------------------------------------------------------------+

source/devices/AM57X/linux/Release_Specific_Release_Notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Processor SDK 9.3 Release has following new features:
7373
#. IVA
7474
#. libdce
7575
#. H264 codec
76+
#. Multimedia
7677

7778

7879
.. _release-specific-sdk-components-versions:
@@ -405,7 +406,7 @@ Composer Studio.
405406
.. rubric:: Host Support
406407
:name: host-support
407408

408-
The Processor SDK is developed, built and verified on Ubuntu 16.04 and 18.04. Details on how to create a virtual machine to load Ubuntu
409+
The Processor SDK is developed, built and verified on Ubuntu |__LINUX_UBUNTU_VERSION_SHORT__|. Details on how to create a virtual machine to load Ubuntu
409410
are described in `this page <How_to_Guides/Host/How_to_Build_a_Ubuntu_Linux_host_under_VMware.html>`__.
410411

411412

source/linux/Overview/Processor_SDK_Linux_Getting_Started_Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ which you can start development.
332332
- ``make linux`` configures and builds the kernel
333333
- ``make u-boot`` builds u-boot
334334

335-
The file system can be rebuilt following the instructions at `Building the SDK <Overview_Building_the_SDK.html>`__.
335+
The file system can be rebuilt following the instructions at :ref:`Building the SDK <overview-building-the-sdk>`.
336336

337337

338338
.. code-block:: bash

0 commit comments

Comments
 (0)