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
6 changes: 3 additions & 3 deletions source/linux/Overview/GCC_ToolChain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,13 @@ libraries.
k3r5-devkit
^^^^^^^^^^^

.. ifconfig:: CONFIG_part_variant in ('AM335X', 'AM437X', 'AM57X')
.. ifconfig:: CONFIG_part_variant in ('AM335X', 'AM437X', 'AM57X', 'AM62LX')

.. attention::

The Processor SDK LINUX package for AM335x, AM437x and AM57X devices does not support k3r5-devkit toolchain.
The Processor SDK LINUX package for |__PART_FAMILY_NAME__| devices do not support k3r5-devkit toolchain.

.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X')
.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X', 'AM62LX')

.. rubric:: Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ directories and files
├── Rules.make
└── setup.sh*
.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X')
.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X', 'AM62LX')

.. code-block:: console
Expand All @@ -45,6 +45,23 @@ directories and files
├── Rules.make
└── setup.sh*
.. ifconfig:: CONFIG_part_variant in ('AM62LX')

.. code-block:: console
./
├── bin/
├── board-support/
├── example-applications/
├── filesystem/
├── licenses/
├── linux-devkit/
├── Makefile
├── makerules/
├── manifest/
├── Rules.make
└── setup.sh*
.. ifconfig:: CONFIG_sdk in ('JACINTO','j7_foundational')

.. code-block:: console
Expand Down Expand Up @@ -93,6 +110,9 @@ Processor SDK devices.

- **linux-devkit** - Contains the tools and libraries to speed
development for the target device for the ARMV8 architechture

.. ifconfig:: CONFIG_part_variant not in ('AM62LX')

- **k3r5-devkit** - Contains the tools and libraries to speed
development for the target device for the ARMV7 architechture

Expand Down