File tree 2 files changed +12
-7
lines changed
integrations/docker/images
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- 69 : [Infineon ] Update ModusToolbox version to 3.2
1
+ 70 : [NXP ] Update k32w1 SDK
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ RUN set -x \
14
14
WORKDIR /opt/sdk
15
15
16
16
RUN set -x \
17
- && python3 -m pip install --break-system-packages -U --no-cache-dir west==1.0.0 \
17
+ && python3 -m pip install --break-system-packages -U --no-cache-dir west==1.2.0 \
18
+ && : # last line
19
+
20
+ RUN set -x \
18
21
&& west init -m https://github.com/nxp-mcuxpresso/mcux-sdk --mr "MCUX_2.6.14_K32W0" \
19
22
&& west update \
20
23
&& chmod +x core/tools/imagetool/sign_images.sh \
@@ -24,14 +27,16 @@ RUN set -x \
24
27
&& : # last line
25
28
26
29
RUN set -x \
27
- && mkdir -p k32w1 \
28
- && wget https://cache.nxp.com/lgfiles/bsps/SDK_2_12_7_K32W148-EVK.zip \
29
- && unzip SDK_2_12_7_K32W148-EVK.zip -d k32w1 \
30
- && rm -rf SDK_2_12_7_K32W148-EVK.zip
30
+ && mkdir -p k32w1/repo \
31
+ && cd k32w1/repo
32
+ && west init -m https://github.com/nxp-mcuxpresso/mcux-sdk --mr "MCUX_2.16.000" \
33
+ && west update -o=--depth=1 -n -f smart \
34
+ && cd - \
35
+ && : # last line
31
36
32
37
FROM ghcr.io/project-chip/chip-build:${VERSION}
33
38
34
39
COPY --from=build /opt/sdk/ /opt/sdk/
35
40
36
41
ENV NXP_K32W0_SDK_ROOT=/opt/sdk/core
37
- ENV NXP_K32W1_SDK_ROOT =/opt/sdk/k32w1
42
+ ENV NXP_SDK_ROOT =/opt/sdk/k32w1/repo
You can’t perform that action at this time.
0 commit comments