Skip to content

Commit 96f12f4

Browse files
jeevantelukulapraneethbajjuri
authored andcommitted
fix: update AM62LX/AM62PX mcu-plus-sdk links
Update the references of mcu-plus-sdk documentation links to point to latest release url's for AM62PX and AM62LX devices. Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent 6b90522 commit 96f12f4

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ by double clicking on it within your Linux host PC.
8585
.. note::
8686
AM62L Linux SDK contains only the Linux specific source and application intended
8787
to run on A53/Linux core. For A53 based FreeRTOS side source and applications, refer **MCU+ SDK**
88-
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62LX/latest/exports/docs/api_guide_am62lx/index.html>`__.
88+
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62LX/11_00_00_23/exports/docs/api_guide_am62lx/index.html>`__.
8989

9090
**Instructions to set-up CCS**
9191

92-
- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62LX/latest/exports/docs/api_guide_am62lx/CCS_SETUP_PAGE.html>`__
92+
- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62LX/11_00_00_23/exports/docs/api_guide_am62lx/CCS_SETUP_PAGE.html>`__

source/devices/AM62PX/index_RTOS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RTOS/NO-RTOS [MCU+ SDK]
88

99
**For MCU+ SDK RTOS/NO-RTOS documentation, refer below links**
1010

11-
- `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_00_16/exports/docs/api_guide_am62px/index.html>`__
11+
- `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/index.html>`__

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ by double clicking on it within your Linux host PC.
8585
.. note::
8686
Processor SDK Linux AM62Px contains only the Linux specific source and application intended
8787
to runs on A53/Linux core. For R5F and RTOS/NO-RTOS side source and applications, refer **MCU+ SDK**
88-
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/index.html>`__.
88+
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/index.html>`__.
8989

9090
**Instructions to set-up CCS**
9191

92-
- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/CCS_SETUP_PAGE.html>`__
92+
- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/CCS_SETUP_PAGE.html>`__

source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ Building the Linux Demo binary from sources
8484
Building the MCU Firmware from sources
8585
--------------------------------------
8686

87-
#. Please refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/group__DRV__DSS__MODULE.html>`__
87+
#. Please refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/group__DRV__DSS__MODULE.html>`__
8888

8989

source/linux/Foundational_Components/Tools/Flash_via_UART.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Detailed instructions on using the tool can be found in MCU+SDK docs.
1818

1919
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
2020

21-
`MCU+SDK Flash Tools Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62x/TOOLS_FLASH.html>`__.
21+
`MCU+SDK Flash Tools Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/TOOLS_FLASH.html>`__.

source/linux/How_to_Guides/Target/How_to_boot_quickly.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Reducing bootloader time
135135

136136
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
137137

138-
You can track current performance numbers here: `AM62PX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/DATASHEET_AM62PX_EVM.html#autotoc_md119>`_
138+
You can track current performance numbers here: `AM62PX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/DATASHEET_AM62PX_EVM.html#autotoc_md119>`_
139139

140140

141141
- Flashing binaries:
@@ -158,7 +158,7 @@ Reducing bootloader time
158158

159159
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
160160

161-
- `UART flashing tool AM62PX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/TOOLS_FLASH.html>`_
161+
- `UART flashing tool AM62PX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/TOOLS_FLASH.html>`_
162162

163163
- U-Boot eMMC flashing tool AM62PX: :ref:`u-boot-build-guide-environment-k3`
164164

@@ -176,7 +176,7 @@ Secondary Boot Loader (SBL)
176176

177177
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
178178

179-
The following section will reference `AM62PX MCU+ SDK's SBL examples <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/EXAMPLES_DRIVERS_SBL.html>`_.
179+
The following section will reference `AM62PX MCU+ SDK's SBL examples <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/EXAMPLES_DRIVERS_SBL.html>`_.
180180

181181
.. ifconfig:: CONFIG_part_variant in ('AM62X')
182182

@@ -188,7 +188,7 @@ Secondary Boot Loader (SBL)
188188

189189
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
190190

191-
- `AM62PX Falcon Mode <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/latest/exports/docs/api_guide_am62px/TOOLS_BOOT.html#LINUX_APPIMAGE_GEN_TOOL>`_
191+
- `AM62PX Falcon Mode <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/TOOLS_BOOT.html#LINUX_APPIMAGE_GEN_TOOL>`_
192192

193193
- Removing unnecessary prints
194194

0 commit comments

Comments
 (0)