From f5ffa8855b68eaec3e5d1a546189488a07c45b83 Mon Sep 17 00:00:00 2001 From: Telukula Jeevan Kumar Sahu Date: Wed, 22 Oct 2025 16:07:58 +0530 Subject: [PATCH] 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 --- .../linux/Overview/Download_and_Install_the_SDK.rst | 4 ++-- source/devices/AM62PX/index_RTOS.rst | 2 +- .../linux/Overview/Download_and_Install_the_SDK.rst | 4 ++-- .../linux/Demo_User_Guides/Display_Cluster_User_Guide.rst | 2 +- .../Foundational_Components/Tools/Flash_via_UART.rst | 2 +- source/linux/How_to_Guides/Target/How_to_boot_quickly.rst | 8 ++++---- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/source/devices/AM62LX/linux/Overview/Download_and_Install_the_SDK.rst b/source/devices/AM62LX/linux/Overview/Download_and_Install_the_SDK.rst index 173fbf6ac..4ed008e6c 100644 --- a/source/devices/AM62LX/linux/Overview/Download_and_Install_the_SDK.rst +++ b/source/devices/AM62LX/linux/Overview/Download_and_Install_the_SDK.rst @@ -85,8 +85,8 @@ by double clicking on it within your Linux host PC. .. note:: AM62L Linux SDK contains only the Linux specific source and application intended to run on A53/Linux core. For A53 based FreeRTOS side source and applications, refer **MCU+ SDK** - package `[Use Link] `__. + package `[Use Link] `__. **Instructions to set-up CCS** -- Refer `[Use Link] `__ +- Refer `[Use Link] `__ diff --git a/source/devices/AM62PX/index_RTOS.rst b/source/devices/AM62PX/index_RTOS.rst index dddfd5ed0..0da8e5ea5 100644 --- a/source/devices/AM62PX/index_RTOS.rst +++ b/source/devices/AM62PX/index_RTOS.rst @@ -8,4 +8,4 @@ RTOS/NO-RTOS [MCU+ SDK] **For MCU+ SDK RTOS/NO-RTOS documentation, refer below links** -- `MCU+ SDK Documentation `__ +- `MCU+ SDK Documentation `__ diff --git a/source/devices/AM62PX/linux/Overview/Download_and_Install_the_SDK.rst b/source/devices/AM62PX/linux/Overview/Download_and_Install_the_SDK.rst index 7dedc4ca9..4baa4aff6 100644 --- a/source/devices/AM62PX/linux/Overview/Download_and_Install_the_SDK.rst +++ b/source/devices/AM62PX/linux/Overview/Download_and_Install_the_SDK.rst @@ -85,8 +85,8 @@ by double clicking on it within your Linux host PC. .. note:: Processor SDK Linux AM62Px contains only the Linux specific source and application intended to runs on A53/Linux core. For R5F and RTOS/NO-RTOS side source and applications, refer **MCU+ SDK** - package `[Use Link] `__. + package `[Use Link] `__. **Instructions to set-up CCS** -- Refer `[Use Link] `__ +- Refer `[Use Link] `__ diff --git a/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst b/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst index ac2e0702b..aadeb4ea0 100644 --- a/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst +++ b/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst @@ -84,6 +84,6 @@ Building the Linux Demo binary from sources Building the MCU Firmware from sources -------------------------------------- - #. Please refer to the `MCU+ SDK Documentation `__ + #. Please refer to the `MCU+ SDK Documentation `__ diff --git a/source/linux/Foundational_Components/Tools/Flash_via_UART.rst b/source/linux/Foundational_Components/Tools/Flash_via_UART.rst index c8c546c94..82d986e43 100644 --- a/source/linux/Foundational_Components/Tools/Flash_via_UART.rst +++ b/source/linux/Foundational_Components/Tools/Flash_via_UART.rst @@ -18,4 +18,4 @@ Detailed instructions on using the tool can be found in MCU+SDK docs. .. ifconfig:: CONFIG_part_variant in ('AM62PX') - `MCU+SDK Flash Tools Documentation `__. + `MCU+SDK Flash Tools Documentation `__. diff --git a/source/linux/How_to_Guides/Target/How_to_boot_quickly.rst b/source/linux/How_to_Guides/Target/How_to_boot_quickly.rst index a3cd19718..e233febe1 100644 --- a/source/linux/How_to_Guides/Target/How_to_boot_quickly.rst +++ b/source/linux/How_to_Guides/Target/How_to_boot_quickly.rst @@ -135,7 +135,7 @@ Reducing bootloader time .. ifconfig:: CONFIG_part_variant in ('AM62PX') - You can track current performance numbers here: `AM62PX `_ + You can track current performance numbers here: `AM62PX `_ - Flashing binaries: @@ -158,7 +158,7 @@ Reducing bootloader time .. ifconfig:: CONFIG_part_variant in ('AM62PX') - - `UART flashing tool AM62PX `_ + - `UART flashing tool AM62PX `_ - U-Boot eMMC flashing tool AM62PX: :ref:`u-boot-build-guide-environment-k3` @@ -176,7 +176,7 @@ Secondary Boot Loader (SBL) .. ifconfig:: CONFIG_part_variant in ('AM62PX') - The following section will reference `AM62PX MCU+ SDK's SBL examples `_. + The following section will reference `AM62PX MCU+ SDK's SBL examples `_. .. ifconfig:: CONFIG_part_variant in ('AM62X') @@ -188,7 +188,7 @@ Secondary Boot Loader (SBL) .. ifconfig:: CONFIG_part_variant in ('AM62PX') - - `AM62PX Falcon Mode `_ + - `AM62PX Falcon Mode `_ - Removing unnecessary prints