We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174998a commit 6025132Copy full SHA for 6025132
.devcontainer/All/Dockerfile.All.SRC
@@ -26,7 +26,7 @@ RUN wget $CMAKE_SCRIPT \
26
&& /tmp/dc-downloads/cmake-install.sh --skip-license --prefix=/tmp/dc-extracted/cmake \
27
&& rm /tmp/dc-downloads/cmake-install.sh
28
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
+# 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
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
RUN mkdir -p /tmp/dc-extracted/titools \
32
&& curl -o /tmp/dc-downloads/titools.zip $TI_TOOL_URL -L \
0 commit comments