From 494d04f1f291d7e337476279991ac21e6ee1e734 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 31 May 2025 00:14:12 -0600 Subject: [PATCH] update build commands --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 507df38..b23567f 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,10 @@ nrfutil install device ## Building ```bash -west build -p -b nrf52dk/nrf52832 zephyr/samples/basic/blinky +west build -p auto -b nrf52dk/nrf52832 firmware/blinky +west build -p auto -b nrf52dk/nrf52832 firmware/app +west flash ``` # Zephyr Example Application