diff options
| author | Darius Arnold <mail@dariusarnold.de> | 2025-05-21 22:17:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 21:17:42 +0100 |
| commit | 248a6aea8771389cf733e89090096258e936f3b2 (patch) | |
| tree | 7b4c6391f1f480e3ef492b9d24232de0513641a9 /doc/buildAndProgram.md | |
| parent | 0880b08546ce2dd5cf8fe2b505a474ffe1d22195 (diff) | |
Fix nRF SDK download links (#2270)
nRF has moved the download to a new location- Update the build script to fetch from the same URL the download website currently provides.
Diffstat (limited to 'doc/buildAndProgram.md')
| -rw-r--r-- | doc/buildAndProgram.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md index b588b649..5d3af46e 100644 --- a/doc/buildAndProgram.md +++ b/doc/buildAndProgram.md @@ -5,7 +5,7 @@ To build this project, you'll need: - A cross-compiler : [ARM-GCC (10.3-2021.10)](https://developer.arm.com/downloads/-/gnu-rm) -- The NRF52 SDK 15.3.0 : [nRF-SDK v15.3.0](https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/nRF5_SDK_15.3.0_59ac345.zip) +- The NRF52 SDK 15.3.0 : [nRF-SDK v15.3.0](https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/sdks/nrf5/binaries/nrf5sdk153059ac345.zip) - The Python 3 modules `cbor`, `intelhex`, `click` and `cryptography` modules for the `mcuboot` tool (see [requirements.txt](../tools/mcuboot/requirements.txt)) - To keep the system clean, you can install python modules into a python virtual environment (`venv`) ```sh |
