Skip to content

Commit

Permalink
[Docker][NXP] Update Docker image for RW61X SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dinabenamar committed Feb 21, 2024
1 parent a64773a commit b9f0efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36 : [Silabs] Update GeckoSDK and WIFI SDK
37 : [NXP] Update Docker image for RW61X SDK
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ WORKDIR /opt/sdk
# Setup RW61x SDK
RUN set -x \
&& mkdir -p rw61x \
&& wget https://www.nxp.com/lgfiles/bsps/SDK_2_13_2_RD-RW612-BGA.zip \
&& unzip SDK_2_13_2_RD-RW612-BGA.zip -d rw61x \
&& rm -rf SDK_2_13_2_RD-RW612-BGA.zip \
&& wget https://www.nxp.com/lgfiles/bsps/SDK_2_13_3_RD-RW612-BGA.zip \
&& unzip SDK_2_13_3_RD-RW612-BGA.zip -d rw61x \
&& rm -rf SDK_2_13_3_RD-RW612-BGA.zip \
&& : # last line

FROM ghcr.io/project-chip/chip-build:${VERSION}
Expand Down

0 comments on commit b9f0efb

Please sign in to comment.