Difference between revisions of "Zephyr-sdk-install-and-config"
From Wiki at Neela Nurseries
m (adding links to Nordic Semi engineer Simon's nRF tutorial series, which touches in Segger Embedded Studio (or so we hope).) |
|||
Line 9: | Line 9: | ||
Back to Nordic, their instructions for installing Segger Embedded Studio for Nordic development: | Back to Nordic, their instructions for installing Segger Embedded Studio for Nordic development: | ||
* https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html | * https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html | ||
+ | |||
+ | |||
+ | Nordic Semi Simon's four part nRF tutorial series: | ||
+ | * https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial | ||
+ | * https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0 | ||
+ | * https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0 | ||
+ | * https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-3-ncs-v1-4-0 | ||
+ | |||
+ | |||
+ | <!-- comment --> |
Revision as of 04:19, 24 September 2021
Steps to installing Zephyr SDK and prerequisites in the context of NordicSemi's forked branch of Zephyr, and specifically details on `west init`, `west zephyr-export` and `west update`:
Instructions to install Zephyr SDK 0.13.0, note this is a Zephyr website page:
Back to Nordic, their instructions for installing Segger Embedded Studio for Nordic development:
Nordic Semi Simon's four part nRF tutorial series:
- https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial
- https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0
- https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0
- https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-3-ncs-v1-4-0