Skip to content

Commit 0e32479

Browse files
committed
Fix TI dev container
1 parent 2fd4e95 commit 0e32479

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/TI/Dockerfile.TI.SRC

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ RUN wget $CMAKE_SCRIPT \
2626
&& /tmp/dc-downloads/cmake-install.sh --skip-license --prefix=/tmp/dc-extracted/cmake \
2727
&& rm /tmp/dc-downloads/cmake-install.sh
2828

29-
# This is TI XDC tools for linux. Check all versions here: https://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/index.html
29+
# This is TI XDC tools for linux. Cheack all versions here: https://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/index.html
3030
ARG TI_TOOL_URL=https://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/3_62_00_08/exports/xdccore/xdctools_3_62_00_08_core_linux.zip
3131
RUN mkdir -p /tmp/dc-extracted/titools \
3232
&& curl -o /tmp/dc-downloads/titools.zip $TI_TOOL_URL -L \
3333
&& unzip -d /tmp/dc-extracted/titools /tmp/dc-downloads/titools.zip
3434

35-
3635
FROM ubuntu:latest AS devcontainer
3736

3837
# Avoid warnings by switching to noninteractive
@@ -61,7 +60,7 @@ RUN mkdir -p /usr/local/bin/gcc \
6160
# Clone what is needed for TI
6261
RUN git clone --branch 4.10.00.07 https://github.com/nanoframework/SimpleLink_CC32xx_SDK.git --depth 1 ./sources/SimpleLinkCC32 \
6362
# you can't use the nanoFramework repository as it's Windows only
64-
# && git clone --branch 3.62.01.15 https://github.com/nanoframework/TI_XDCTools.git --depth 1 ./sources/TI_XDCTools \
63+
# && git clone --branch 3.61.00.16 https://github.com/nanoframework/TI_XDCTools.git --depth 1 ./sources/TI_XDCTools \
6564
&& git clone --branch 5.40.00.40 https://github.com/nanoframework/SimpleLink_CC13xx_26xx_SDK.git --depth 1 ./sources/SimpleLinkCC13 \
6665
&& git clone --branch 1.10.0 https://github.com/nanoframework/TI_SysConfig.git --depth 1 ./sources/TI_SysConfig \
6766
&& chmod +x ./sources/TI_SysConfig/sysconfig_cli.sh

0 commit comments

Comments
 (0)