am64x/am243x/am263x : read MCU + SDK URL from file
read MCU + SDK URL from file Fixes: PINDSW-5641 Signed-off-by: Naresh A <nareshk@ti.com>
This commit is contained in:
parent
f0ff2c7f2d
commit
c8f794c6ce
@ -16,6 +16,8 @@ for Motor Control SDK which includes but are not limited to:
|
||||
- TI ARM CLANG
|
||||
- SysConfig
|
||||
- NodeJS and required packages
|
||||
- MCU + SDK
|
||||
- Industrial Communications SDK
|
||||
|
||||
Currently the scripts only support a Linux / Git Bash environment. Support will
|
||||
be added soon for Windows native environment.
|
||||
|
||||
@ -73,7 +73,7 @@ else
|
||||
install_ccs ${CCS_VERSION} ${install_dir}
|
||||
#install_clang ${CGT_TI_ARM_CLANG_VERSION} ${clang_url_folder} ${clang_install_folder} ${clang_install_file} ${install_dir}
|
||||
install_syscfg ${SYSCFG_VERSION} ${install_dir}
|
||||
install_mcu_plus_sdk ${mcu_sdk_version} ${platform} ${motor_control_folder}
|
||||
install_mcu_plus_sdk ${mcu_sdk_version} ${platform} ${motor_control_folder} ${mcu_plus_sdk_url}
|
||||
if [ "$skip_nodejs" == "false" ]; then
|
||||
install_nodejs ${NODEJS_VERSION} ${motor_control_folder}
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user