File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,12 @@ RUN wget $CMAKE_SCRIPT \
26
26
&& /tmp/dc-downloads/cmake-install.sh --skip-license --prefix=/tmp/dc-extracted/cmake \
27
27
&& rm /tmp/dc-downloads/cmake-install.sh
28
28
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
30
30
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
31
31
RUN mkdir -p /tmp/dc-extracted/titools \
32
32
&& curl -o /tmp/dc-downloads/titools.zip $TI_TOOL_URL -L \
33
33
&& unzip -d /tmp/dc-extracted/titools /tmp/dc-downloads/titools.zip
34
34
35
-
36
35
FROM ubuntu:latest AS devcontainer
37
36
38
37
# Avoid warnings by switching to noninteractive
@@ -61,7 +60,7 @@ RUN mkdir -p /usr/local/bin/gcc \
61
60
# Clone what is needed for TI
62
61
RUN git clone --branch 4.10.00.07 https://github.com/nanoframework/SimpleLink_CC32xx_SDK.git --depth 1 ./sources/SimpleLinkCC32 \
63
62
# 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 \
65
64
&& git clone --branch 5.40.00.40 https://github.com/nanoframework/SimpleLink_CC13xx_26xx_SDK.git --depth 1 ./sources/SimpleLinkCC13 \
66
65
&& git clone --branch 1.10.0 https://github.com/nanoframework/TI_SysConfig.git --depth 1 ./sources/TI_SysConfig \
67
66
&& chmod +x ./sources/TI_SysConfig/sysconfig_cli.sh
You can’t perform that action at this time.
0 commit comments