File tree 3 files changed +7
-7
lines changed
integrations/docker/images
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 115 : [nrfconnect] Add gcc-multilib and g++-multilib
1
+ 116 : [TI] Update Sysconfig Version to 1.22.0
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ RUN set -x \
12
12
13
13
# Install Sysconfig
14
14
RUN set -x \
15
- && wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.18.1.3343 /sysconfig-1.18.1_3343 -setup.run \
16
- && chmod +x sysconfig-1.18.1_3343 -setup.run \
17
- && ./sysconfig-1.18.1_3343 -setup.run --mode unattended \
15
+ && wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.22.0.3893 /sysconfig-1.22.0_3893 -setup.run \
16
+ && chmod +x sysconfig-1.22.0_3893 -setup.run \
17
+ && ./sysconfig-1.22.0_3893 -setup.run --mode unattended \
18
18
&& : # last line
19
19
20
- ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
20
+ ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.22.0
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ COPY --from=nxpzephyr /opt/nxp-zephyr/zephyrproject/ /opt/nxp-zephyr/zephyrproje
53
53
54
54
COPY --from=imx /opt/fsl-imx-xwayland /opt/fsl-imx-xwayland
55
55
56
- COPY --from=ti /opt/ti/sysconfig_1.18.1 /opt/ti/sysconfig_1.18.1
56
+ COPY --from=ti /opt/ti/sysconfig_1.22.0 /opt/ti/sysconfig_1.22.0
57
57
58
58
COPY --from=openiotsdk /opt/FVP_Corstone_SSE-300/ /opt/FVP_Corstone_SSE-300/
59
59
@@ -127,7 +127,7 @@ ENV QEMU_ESP32_DIR=/opt/espressif/qemu
127
127
ENV SYSROOT_AARCH64=/opt/ubuntu-24.04-aarch64-sysroot
128
128
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
129
129
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.17.0
130
- ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
130
+ ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.22.0
131
131
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
132
132
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.17.0
133
133
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
You can’t perform that action at this time.
0 commit comments