Skip to content

Commit 89bc3eb

Browse files
docs(linux): AM62AX: Fix installer name and MCU+SDK link
Signed-off-by: Shreyash Sinha <[email protected]>
1 parent bd31564 commit 89bc3eb

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

source/devices/AM62AX/linux/Overview/Download_and_Install_the_SDK.rst

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ to start Linux development on the TI microprocessor.
88

99
**The** |__SDK_FULL_NAME__| **Release supports installer only for Linux machine.**
1010

11-
+--------------------------------------------+----------------------------------------------------------------------+
12-
| **Installer Details** | **Installers Name** |
13-
+--------------------------------------------+----------------------------------------------------------------------+
14-
| PSDK Linux AM62A Installer (Linux version) | ti-processor-sdk-linux-am62axx-evm-<version>-Linux-x86-Install.bin |
15-
+--------------------------------------------+----------------------------------------------------------------------+
11+
+--------------------------------------------+-----------------------------------------------------------------------------+
12+
| **Installer Details** | **Installers Name** |
13+
+--------------------------------------------+-----------------------------------------------------------------------------+
14+
| PSDK Linux AM62A Installer (Linux version) | |__SDK_INSTALL_FILE__| |
15+
+--------------------------------------------+-----------------------------------------------------------------------------+
1616

1717
Use Linux installer for complete source package, tools, prebuilt-image, filesystems,
1818
etc for product development.
@@ -27,12 +27,14 @@ Note that this **does not** prevent the user from installing the SDK on other Li
2727
distributions.
2828

2929
.. rubric:: Downloading the SDK installer
30+
3031
:name: downloading-the-sdk-installer
3132

3233
You can download the latest |__SDK_FULL_NAME__| installer from the
3334
|__SDK_DOWNLOAD_URL__|.
3435

3536
.. rubric:: How to Run the SDK Installer in Linux
37+
3638
:name: how-to-run-the-sdk-installer-linux
3739

3840
Make sure that the execute permissions are set. Bring up a terminal
@@ -48,16 +50,19 @@ Alternatively, you can give execute permissions and run the "|__SDK_INSTALL_FILE
4850
by double clicking on it within your Linux host PC.
4951

5052
.. rubric:: How to Run the SDK Installer in Windows
53+
5154
:name: how-to-run-the-sdk-installer-windows
5255

5356
Double click on the installer to begin installation.
5457

5558
.. note::
59+
5660
As a part of the installation, the installer will run a script to configure your
5761
environment and extract the Linux devkit. This will cause the installation to
5862
continue for roughly a minute even after it shows that it has reached 100%.
5963

6064
.. note::
65+
6166
If nothing seems to happen, your computer may be running a 32-bit version of
6267
its operating system. The installer is 64-bit, and will not execute properly.
6368

@@ -76,7 +81,10 @@ application specific demos. The SDK has the below folder structure
7681
| board-support | Linux board supported packages (prebuilt-images, tools, |
7782
| | Linux kernel and u-boot in source) |
7883
+----------------------+---------------------------------------------------------+
79-
| docs | Manifest and License |
84+
| licenses | Software Licenses |
85+
| | |
86+
+----------------------+---------------------------------------------------------+
87+
| manifests | Software Manifests |
8088
| | |
8189
+----------------------+---------------------------------------------------------+
8290
| filesystem | Prebuilt Filesystems (both tar and wic images) |
@@ -85,6 +93,9 @@ application specific demos. The SDK has the below folder structure
8593
| linux-devkit | Linux development kit (tools, compilers etc.) |
8694
| | |
8795
+----------------------+---------------------------------------------------------+
96+
| k3r5-devkit | RTOS (R5F) development kit (tools, compilers etc.) |
97+
| | |
98+
+----------------------+---------------------------------------------------------+
8899
| example-applications | Sample examples and application specific demos |
89100
| | (GUI composer of benchmark demos) |
90101
+----------------------+---------------------------------------------------------+
@@ -95,10 +106,11 @@ Refer :ref:`Release Notes <Release-note-label>` for complete feature-set and fur
95106
**MCU+ SDK for RTOS/NO-RTOS**
96107

97108
.. note::
109+
98110
Processor SDK Linux AM62A contains only the Linux specific source and application intended
99111
to runs on A53/Linux core. For R5F and RTOS/NO-RTOS side source and applications, refer **MCU+ SDK**
100-
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/08_06_00_18/exports/docs/api_guide_am62ax/index.html>`__.
112+
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/latest/exports/docs/api_guide_am62ax/index.html>`__.
101113

102114
**Instructions to set-up CCS**
103115

104-
- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/08_06_00_18/exports/docs/api_guide_am62ax/CCS_SETUP_PAGE.html>`__
116+
- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/latest/exports/docs/api_guide_am62ax/CCS_SETUP_PAGE.html>`__

0 commit comments

Comments
 (0)