Difference between revisions of "Zephyr building blocks"
From Wiki at Neela Nurseries
(starting notes page for Zephyr firmware building blocks.) |
(→USART references) |
||
Line 8: | Line 8: | ||
* https://devzone.nordicsemi.com/f/nordic-q-a/44187/how-do-i-configure-uart-send-data-from-nrf52832-to-quectel-module-by-using-zephyr-sdk | * https://devzone.nordicsemi.com/f/nordic-q-a/44187/how-do-i-configure-uart-send-data-from-nrf52832-to-quectel-module-by-using-zephyr-sdk | ||
+ | "Hello world" example build command: | ||
+ | |||
+ | west build -b circuitdojo_feather_nrf9160ns samples/hello_world -p | ||
+ | |||
+ | Programming command: | ||
+ | |||
+ | newtmgr -c serial image upload build/zephyr/app_update.bin | ||
<!-- comment --> | <!-- comment --> |
Revision as of 06:40, 6 August 2021
2021-08-05 Thursday
- OVERVIEW -
Zephyr RTOS explorations and building blocks
USART references
"Hello world" example build command:
west build -b circuitdojo_feather_nrf9160ns samples/hello_world -p
Programming command:
newtmgr -c serial image upload build/zephyr/app_update.bin