Skip to content

Commit 852d123

Browse files
[Silabs] Update silabs docker to use new SDKS (project-chip#39610)
* updating the silabs docker image * correcting the comment * added the space
1 parent 3c9946c commit 852d123

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
142 : [NXP] Update NXP SDK Docker image (25.03.00)
1+
143 : Upgrading Silabs Docker - SiSDK 2025.6.0, Wiseconnect SDK 3.5.0 and WC BT 2.12.0

integrations/docker/images/stage-2/chip-build-efr32/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN set -x \
1212
&& rm -rf /var/lib/apt/lists/ \
1313
&& : # last line
1414

15-
# Download Simplicity SDK v2024.12.2 (1f19b37)
16-
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.2/simplicity-sdk.zip -O /tmp/simplicity_sdk.zip \
15+
# Download Simplicity SDK v2025.6.0 (f107f75)
16+
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2025.6.0/simplicity-sdk.zip -O /tmp/simplicity_sdk.zip \
1717
&& unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
1818
&& rm -rf /tmp/simplicity_sdk.zip \
1919
# Deleting files that are not needed to save space
@@ -28,14 +28,14 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.1
2828
&& find /tmp/simplicity_sdk/platform/Device/SiliconLabs -mindepth 1 -maxdepth 1 -type d ! \( -name 'EFR32MG24' -o -name 'EFR32MG26' -o -name 'MGM24' -o -name 'MGM26' \) -exec rm -rf {} + \
2929
&& : # last line
3030

31-
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.11.4 (bf6b600)
32-
RUN git clone --depth=1 --single-branch --branch=2.11.4 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
31+
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.12.0 (a18b5dd)
32+
RUN git clone --depth=1 --single-branch --branch=2.12.0 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
3333
cd /tmp/wiseconnect-wifi-bt-sdk && \
3434
rm -rf .git examples \
3535
&& : # last line
3636

37-
# Clone WiSeConnect SDK v3.4.2 (2f93cc4)
38-
RUN git clone --depth=1 --single-branch --branch=v3.4.2 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
37+
# Clone WiSeConnect SDK v3.5.0 (ca4c4b0)
38+
RUN git clone --depth=1 --single-branch --branch=v3.5.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
3939
cd /tmp/wifi_sdk && \
4040
rm -rf .git examples components/device/stm32 \
4141
&& : # last line

0 commit comments

Comments
 (0)