Skip to content

Commit

Permalink
docs: clarify purpose of Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart authored Oct 26, 2022
1 parent 0788ddf commit f8f5835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

This project defines a Docker image that contains all dependencies to run `west` commands with the nRF Connect SDK. Bind mount the project folder you'd like to build, and the output will end up in the same folder (nested in build/zephyr subdir of the app).

The aim is to provide a Docker image that can compile application and samples in a [nRF Connect SDK](https://github.com/nrfconnect/sdk-nrf) release branch, not to exactly replicate the software configuration used when the release was made.

> ℹ️ Read more about this aproach [here](https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/build-ncs-application-firmware-images-using-docker).
![Docker + Zephyr -> merged.hex](./diagram.png)
Expand Down

0 comments on commit f8f5835

Please sign in to comment.