File tree 3 files changed +8
-7
lines changed
integrations/docker/images
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- 44 : [Telink] Update Docker image (Zephyr update)
1
+ 45 : [TI] Update Sysconfig Version to 1.18.1
2
+
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.16.2.3028 /sysconfig-1.16.2_3028 -setup.run \
16
- && chmod +x sysconfig-1.16.2_3028 -setup.run \
17
- && ./sysconfig-1.16.2_3028 -setup.run --mode unattended \
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 \
18
18
&& : # last line
19
19
20
- ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.16.2
20
+ ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ COPY --from=rw61x /opt/sdk /opt/nxp-sdk
56
56
57
57
COPY --from=imx /opt/fsl-imx-xwayland /opt/fsl-imx-xwayland
58
58
59
- COPY --from=ti /opt/ti/sysconfig_1.16.2 /opt/ti/sysconfig_1.16.2
59
+ COPY --from=ti /opt/ti/sysconfig_1.18.1 /opt/ti/sysconfig_1.18.1
60
60
61
61
COPY --from=openiotsdk /opt/FVP_Corstone_SSE-300/ /opt/FVP_Corstone_SSE-300/
62
62
@@ -127,7 +127,7 @@ ENV QEMU_ESP32_DIR=/opt/espressif/qemu
127
127
ENV SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
128
128
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
129
129
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.16.1
130
- ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.16.2
130
+ ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
131
131
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
132
132
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.16.5
133
133
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
You can’t perform that action at this time.
0 commit comments