Skip to content

Commit 21151d6

Browse files
committed
fix(source): Fix MCU+SDK links for AM62A
* Fix all MCU+SDK docs references for AM62A to point at a valid release tag for 11.1 instead of latest. Signed-off-by: Chirag Shilwant <[email protected]>
1 parent c6bd7a6 commit 21151d6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

source/devices/AM62AX/index_RTOS.rst

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

55
**For MCU+ SDK RTOS/NO-RTOS documentation, refer below links**
66

7-
- `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/10_01_00_33/exports/docs/api_guide_am62ax/index.html>`__
7+
- `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/index.html>`__
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Processor SDK AM62A support GNU make based build system.
1414
Refer the respective user guides to build Linux and other RTOS/NO-RTOS packages
1515

1616
- For Linux Kernel, u-boot & DTB `[Use Link] <../../../linux/Foundational_Components.html>`__
17-
- For RTOS/NO-RTOS source (MCU+ SDK) `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/10_01_00_33/exports/docs/api_guide_am62ax/index.html>`__
17+
- For RTOS/NO-RTOS source (MCU+ SDK) `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/index.html>`__
1818

1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Refer :ref:`Release Notes <Release-note-label>` for complete feature-set and fur
106106

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

111111
**Instructions to set-up CCS**
112112

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

source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ from the firmware side, please refer to the relevant documentation:
588588

589589
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
590590

591-
`MCU+ SDK for AM62Ax <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/latest/exports/docs/api_guide_am62ax/index.html>`__
591+
`MCU+ SDK for AM62Ax <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/index.html>`__
592592

593593
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
594594

source/linux/How_to_Guides/Target/How_to_boot_quickly.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Reducing bootloader time
127127

128128
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
129129

130-
You can track current performance numbers here: `AM62AX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/latest/exports/docs/api_guide_am62ax/DATASHEET_AM62AX_EVM.html#autotoc_md148>`_
130+
You can track current performance numbers here: `AM62AX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/DATASHEET_AM62AX_EVM.html#autotoc_md148>`_
131131

132132
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
133133

@@ -146,11 +146,11 @@ Reducing bootloader time
146146

147147
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
148148

149-
- `UART flashing tool AM62AX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/latest/exports/docs/api_guide_am62ax/TOOLS_FLASH.html>`_
149+
- `UART flashing tool AM62AX <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/TOOLS_FLASH.html>`_
150150

151-
- `U-Boot eMMC flashing tool AM62AX <https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/latest/exports/docs/linux/Foundational_Components/U-Boot/UG-General-Info.html#u-boot-environment>`_
151+
- `U-Boot eMMC flashing tool AM62AX <https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/11_01_00_16/exports/docs/linux/Foundational_Components/U-Boot/UG-General-Info.html#u-boot-environment>`_
152152

153-
- `U-Boot SPI flashing tool AM62AX <https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/latest/exports/docs/linux/Foundational_Components/U-Boot/UG-SPI.html#spi>`_
153+
- `U-Boot SPI flashing tool AM62AX <https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/11_01_00_16/exports/docs/linux/Foundational_Components/U-Boot/UG-SPI.html#spi>`_
154154

155155
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
156156

@@ -168,7 +168,7 @@ Secondary Boot Loader (SBL)
168168

169169
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
170170

171-
The following section will reference `AM62AX MCU+ SDK's SBL examples <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/latest/exports/docs/api_guide_am62ax/EXAMPLES_DRIVERS_SBL.html>`_.
171+
The following section will reference `AM62AX MCU+ SDK's SBL examples <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/EXAMPLES_DRIVERS_SBL.html>`_.
172172

173173
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
174174

@@ -180,7 +180,7 @@ Secondary Boot Loader (SBL)
180180

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

183-
- `AM62AX Falcon Mode <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/latest/exports/docs/api_guide_am62ax/TOOLS_BOOT.html#LINUX_APPIMAGE_GEN_TOOL>`_
183+
- `AM62AX Falcon Mode <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/11_01_00_16/exports/docs/api_guide_am62ax/TOOLS_BOOT.html#LINUX_APPIMAGE_GEN_TOOL>`_
184184

185185
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
186186

0 commit comments

Comments
 (0)