am64x/am243x : include Industrial Communications SDK inside Motor Control SDK

Include Industrial Communications SDK inside Motor Control SDK

Fixes: PINDSW-6565

Signed-off-by: Naresh A <nareshk@ti.com>
This commit is contained in:
Naresh A 2023-08-28 14:11:15 +05:30
parent fe8c10f886
commit d64d851759
2 changed files with 4 additions and 4 deletions

View File

@ -46,9 +46,9 @@ IND_COMMS_SDK_AM243X_NIGHTLY_URL="http://mcupnas.dhcp.ti.com/release_area/nightl
IND_COMMS_SDK_AM263X_NIGHTLY_URL="http://mcupnas.dhcp.ti.com/release_area/nightly_builds/mcu_plus_sdk_am263x_nightly/latest/artifacts/output/webgen/exports"
#INDUSTRIAL COMMUNICATIONS SDK RC URL
IND_COMMS_SDK_AM64X_RC_URL="http://tigt_qa.dal.englab.ti.com/qacm/test_area/INDUSTRIAL-COMMUNICATIONS-SDK/${IND_COMMS_SDK_AM64X:8}/am64x"
IND_COMMS_SDK_AM243X_RC_URL="http://tigt_qa.dal.englab.ti.com/qacm/test_area/INDUSTRIAL-COMMUNICATIONS-SDK/${IND_COMMS_SDK_AM243X:8}/am243x"
IND_COMMS_SDK_AM263X_RC_URL="http://tigt_qa.dal.englab.ti.com/qacm/test_area/INDUSTRIAL-COMMUNICATIONS-SDK/${IND_COMMS_SDK_AM263X:8}/am263x"
IND_COMMS_SDK_AM64X_RC_URL="http://tigt_qa.dal.englab.ti.com/qacm/test_area/INDUSTRIAL-COMMUNICATIONS-SDK/${IND_COMMS_SDK_AM64X:8}/am64x/${IND_COMMS_SDK_AM64X//\./_}/exports""
IND_COMMS_SDK_AM243X_RC_URL="http://tigt_qa.dal.englab.ti.com/qacm/test_area/INDUSTRIAL-COMMUNICATIONS-SDK/${IND_COMMS_SDK_AM243X:8}/am243x/${IND_COMMS_SDK_AM243X//\./_}/exports""
IND_COMMS_SDK_AM263X_RC_URL="http://tigt_qa.dal.englab.ti.com/qacm/test_area/INDUSTRIAL-COMMUNICATIONS-SDK/${IND_COMMS_SDK_AM263X:8}/am263x/${IND_COMMS_SDK_AM263X//\./_}/exports""
#INDUSTRIAL COMMUNICATIONS SDK RELEASE URL
IND_COMMS_SDK_AM64X_RELEASE_URL="https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-SfkcjYAjGS/${IND_COMMS_SDK_AM64X}"

View File

@ -271,7 +271,7 @@ install_ind_comms_sdk() {
local version=$1
local platform=$2
local install_dir=$3
local mcu_plus_sdk_url=$4
local ind_comms_sdk_url=$4
local version_underscore=`echo ${version} | sed -e "s|\.|_|g"`
local ind_comms_sdk_download_file="ind_comms_sdk_${platform}_${version_underscore}-linux-x64-installer.run"