Skip to content

Commit

Permalink
[NuttX] Update docker image (#32707)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhhyu7 authored Mar 26, 2024
1 parent d26d2e5 commit 4004d0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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 @@
42 : [Ameba] Update Ameba System time
43 : [NuttX] Fix build errors
10 changes: 6 additions & 4 deletions integrations/docker/images/stage-2/chip-build-nuttx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ RUN set -x \
# Download NuttX SDK
RUN set -x \
&& cd /opt/nuttx \
&& wget -q -O nuttx.zip https://codeload.github.com/apache/nuttx/zip/b8e0423 \
&& rm -rf nuttx \
&& wget -q -O nuttx.zip https://codeload.github.com/apache/nuttx/zip/ce61e866 \
&& unzip -q nuttx.zip \
&& mv nuttx-b8e0423 nuttx \
&& mv nuttx-ce61e866 nuttx \
&& rm nuttx.zip

RUN set -x \
&& cd /opt/nuttx \
&& wget -q -O nuttx_app.zip https://codeload.github.com/apache/nuttx-apps/zip/9c48a8d \
&& rm -rf apps \
&& wget -q -O nuttx_app.zip https://codeload.github.com/apache/nuttx-apps/zip/e2805fc9 \
&& unzip -q nuttx_app.zip \
&& mv nuttx-apps-9c48a8d apps \
&& mv nuttx-apps-e2805fc9 apps \
&& rm nuttx_app.zip

0 comments on commit 4004d0b

Please sign in to comment.