Skip to content

Commit 062d49b

Browse files
[Docker][K32W1] Update to SDK 2.12.6 (project-chip#31738)
Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
1 parent f4400c5 commit 062d49b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32 : [Telink] Update Docker image (Zephyr update)
1+
33 : [K32W1] Update to SDK 2.12.6

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ RUN set -x \
2424

2525
RUN set -x \
2626
&& mkdir -p k32w1 \
27-
&& wget https://cache.nxp.com/lgfiles/bsps/SDK_2_12_5_K32W148-EVK.zip \
28-
&& unzip SDK_2_12_5_K32W148-EVK.zip -d k32w1 \
29-
&& rm -rf SDK_2_12_5_K32W148-EVK.zip
27+
&& wget https://cache.nxp.com/lgfiles/bsps/SDK_2_12_6_K32W148-EVK.zip \
28+
&& unzip SDK_2_12_6_K32W148-EVK.zip -d k32w1 \
29+
&& rm -rf SDK_2_12_6_K32W148-EVK.zip
3030

3131
FROM ghcr.io/project-chip/chip-build:${VERSION}
3232

0 commit comments

Comments
 (0)