Skip to content

Commit 508f0cc

Browse files
fix(url): Update the SDK download URL with the correct links
Update the correct ti.com URL's for AM335x and AM437x Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent a7730ff commit 508f0cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/AM335X/AM335X_linux_config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Replacement Variables
2121
'__SDK_SHORT_NAME__' : 'SITARA'
2222
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-[platform]-<version>-Linux-x86-Install.bin'
2323
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-[platformName]-evm-<version>'
24-
'__SDK_DOWNLOAD_URL__' : '`AM335X-Linux-SDK-Download-page <http://software-dl.ti.com/processor-sdk-linux/esd/AM335X/latest/index_FDS.html>`__'
24+
'__SDK_DOWNLOAD_URL__' : '`AM335X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM335X>`__'
2525
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
2626
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
2727
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'

configs/AM437X/AM437X_linux_config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Replacement Variables
2121
'__SDK_SHORT_NAME__' : 'SITARA'
2222
'__SDK_INSTALL_FILE__' : 'ti-processor-sdk-linux-[platform]-<version>-Linux-x86-Install.bin'
2323
'__SDK_INSTALL_DIR__' : 'ti-processor-sdk-linux-[platformName]-evm-<version>'
24-
'__SDK_DOWNLOAD_URL__' : '`AM437X-Linux-SDK-Download-page <http://software-dl.ti.com/processor-sdk-linux/esd/AM437X/latest/index_FDS.html>`__'
24+
'__SDK_DOWNLOAD_URL__' : '`AM437X-Linux-SDK-Download-page <https://www.ti.com/tool/PROCESSOR-SDK-AM437X>`__'
2525
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
2626
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
2727
'__RTOS_UBUNTU_VERSION_LONG__' : '14.04 (64-bit), 16.04 (64-bit)'

0 commit comments

Comments
 (0)