Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,29 @@ The following platforms and EVMs are supported with Processor SDK.

.. 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 |
+--------------+-----------+-----------+-----------------------+-------------------+------------------+
+--------------+------------+-----------+-------------------+------------------+
| **Platform** | **EVM** | **Tested | **PSDK Linux** | **PSDK RTOS** |
| | | Version** | | |
+--------------+------------+-----------+-------------------+------------------+
| AM57X | AM572x EVM | A3 | Y | Y |
+--------------+------------+-----------+-------------------+------------------+
| AM57X | AM572x EVM | 1.3A | Y | Y |
+--------------+------------+-----------+-------------------+------------------+
| AM57 | AM571x IDK | 1.3A | Y | Y |
+--------------+------------+-----------+-------------------+------------------+
| AM57 | AM574x IDK | 1.0A | Y | Y |
+--------------+------------+-----------+-------------------+------------------+

Document reference:

+------------------------------------------------------+----------------------------------------------------------------+
| **EVM** | **Document** |
+------------------------------------------------------+----------------------------------------------------------------+
| `AM572x EVM <https://www.ti.com/tool/TMDSEVM572X>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/spruig1>`__ |
+------------------------------------------------------+----------------------------------------------------------------+
| `AM572x IDK <https://www.ti.com/tool/TMDXIDK5728>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/sprui64>`__ |
+------------------------------------------------------+----------------------------------------------------------------+
| `AM571x IDK <https://www.ti.com/tool/tmdxidk5718>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/sprui97>`__ |
+------------------------------------------------------+----------------------------------------------------------------+
| `AM574x IDK <https://www.ti.com/tool/TMDSIDK574>`__ | `Hardware User's Guide <https://www.ti.com/lit/pdf/spruij9>`__ |
+------------------------------------------------------+----------------------------------------------------------------+
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
#. IVA
#. libdce
#. H264 codec
#. Multimedia


.. _release-specific-sdk-components-versions:
Expand Down Expand Up @@ -405,7 +406,7 @@
.. rubric:: Host Support
:name: host-support

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
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

Check warning on line 409 in source/devices/AM57X/linux/Release_Specific_Release_Notes.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'is developed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'is developed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "source/devices/AM57X/linux/Release_Specific_Release_Notes.rst", "range": {"start": {"line": 409, "column": 19}}}, "severity": "INFO"}
are described in `this page <How_to_Guides/Host/How_to_Build_a_Ubuntu_Linux_host_under_VMware.html>`__.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
- ``make linux`` configures and builds the kernel
- ``make u-boot`` builds u-boot

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

Check warning on line 335 in source/linux/Overview/Processor_SDK_Linux_Getting_Started_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.UserReplacedValues] Separate words by underscores in user-replaced values. Raw Output: {"message": "[RedHat.UserReplacedValues] Separate words by underscores in user-replaced values.", "location": {"path": "source/linux/Overview/Processor_SDK_Linux_Getting_Started_Guide.rst", "range": {"start": {"line": 335, "column": 88}}}, "severity": "INFO"}


.. code-block:: bash
Expand Down