Skip to content

Commit

Permalink
Drop 4.3.1 in favor of 4.4.2 for legacy multipan firmwares
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 20, 2024
1 parent 8151739 commit a3b5727
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,17 @@ RUN \
&& tar -C /opt -xf arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz \
&& rm arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz

# GCC Embedded Toolchain 10.3-2021.10 (for earlier Gecko SDKs)
RUN \
curl -O https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 \
&& tar -C /opt -xf gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 \
&& rm gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2

# Simplicity SDK 2024.6.0
RUN \
curl -o simplicity_sdk_2024.6.0.zip -L https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.0/sisdk-sdk.zip \
&& unzip -q -d simplicity_sdk_2024.6.0 simplicity_sdk_2024.6.0.zip \
&& rm simplicity_sdk_2024.6.0.zip

# Gecko SDK 4.3.1
# Gecko SDK 4.4.2
RUN \
curl -o gecko_sdk_4.3.1.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.3.1/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.3.1 gecko_sdk_4.3.1.zip \
&& rm gecko_sdk_4.3.1.zip
curl -o gecko_sdk_4.4.2.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.2/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.2 gecko_sdk_4.4.2.zip \
&& rm gecko_sdk_4.4.2.zip

ARG USERNAME=builder
ARG USER_UID=1000
Expand Down

0 comments on commit a3b5727

Please sign in to comment.