Skip to content

Commit 88dacbb

Browse files
r-vigneshjeevantelukula
authored andcommitted
fix(directory-structure): Update the directory for AM62LX
AM62LX SDK folder doesn't have k3-r5-devkit folder. Exclude it. Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent f2fdd83 commit 88dacbb

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

source/linux/Overview/GCC_ToolChain.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,13 @@ libraries.
268268
k3r5-devkit
269269
^^^^^^^^^^^
270270

271-
.. ifconfig:: CONFIG_part_variant in ('AM335X', 'AM437X', 'AM57X')
271+
.. ifconfig:: CONFIG_part_variant in ('AM335X', 'AM437X', 'AM57X', 'AM62LX')
272272

273273
.. attention::
274274

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

277-
.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X')
277+
.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X', 'AM62LX')
278278

279279
.. rubric:: Overview
280280

source/linux/Overview/_Processor_SDK_Linux_Directory_Structure.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ directories and files
2727
├── Rules.make
2828
└── setup.sh*
2929
30-
.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X')
30+
.. ifconfig:: CONFIG_part_variant not in ('AM335X', 'AM437X', 'AM57X', 'AM62LX')
3131

3232
.. code-block:: console
3333
@@ -45,6 +45,23 @@ directories and files
4545
├── Rules.make
4646
└── setup.sh*
4747
48+
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
49+
50+
.. code-block:: console
51+
52+
./
53+
├── bin/
54+
├── board-support/
55+
├── example-applications/
56+
├── filesystem/
57+
├── licenses/
58+
├── linux-devkit/
59+
├── Makefile
60+
├── makerules/
61+
├── manifest/
62+
├── Rules.make
63+
└── setup.sh*
64+
4865
.. ifconfig:: CONFIG_sdk in ('JACINTO','j7_foundational')
4966

5067
.. code-block:: console
@@ -93,6 +110,9 @@ Processor SDK devices.
93110

94111
- **linux-devkit** - Contains the tools and libraries to speed
95112
development for the target device for the ARMV8 architechture
113+
114+
.. ifconfig:: CONFIG_part_variant not in ('AM62LX')
115+
96116
- **k3r5-devkit** - Contains the tools and libraries to speed
97117
development for the target device for the ARMV7 architechture
98118

0 commit comments

Comments
 (0)