Skip to content

Commit

Permalink
update docker img for sysconfig 1.18.1 update (#32741)
Browse files Browse the repository at this point in the history
  • Loading branch information
abiradarti authored Mar 27, 2024
1 parent 4775e8a commit ce7d1d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
44 : [Telink] Update Docker image (Zephyr update)
45 : [TI] Update Sysconfig Version to 1.18.1

8 changes: 4 additions & 4 deletions integrations/docker/images/stage-2/chip-build-ti/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ RUN set -x \

# Install Sysconfig
RUN set -x \
&& 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 \
&& chmod +x sysconfig-1.16.2_3028-setup.run \
&& ./sysconfig-1.16.2_3028-setup.run --mode unattended \
&& 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 \
&& chmod +x sysconfig-1.18.1_3343-setup.run \
&& ./sysconfig-1.18.1_3343-setup.run --mode unattended \
&& : # last line

ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.16.2
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ COPY --from=rw61x /opt/sdk /opt/nxp-sdk

COPY --from=imx /opt/fsl-imx-xwayland /opt/fsl-imx-xwayland

COPY --from=ti /opt/ti/sysconfig_1.16.2 /opt/ti/sysconfig_1.16.2
COPY --from=ti /opt/ti/sysconfig_1.18.1 /opt/ti/sysconfig_1.18.1

COPY --from=openiotsdk /opt/FVP_Corstone_SSE-300/ /opt/FVP_Corstone_SSE-300/

Expand Down Expand Up @@ -127,7 +127,7 @@ ENV QEMU_ESP32_DIR=/opt/espressif/qemu
ENV SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.16.1
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.16.2
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.16.5
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
Expand Down

0 comments on commit ce7d1d1

Please sign in to comment.