From e472a734199e960269c05585a1fa1298719e1a66 Mon Sep 17 00:00:00 2001 From: Krisztian <34309983+kr-t@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:54:38 +0100 Subject: [PATCH] Update build command and sample references in README Signed-off-by: Krisztian <34309983+kr-t@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d17617c..fe5de619 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ west sdk install -t \ Build the sample application: ```sh -west build -p always -b b_u585i_iot02a ocre-runtime/src/samples/demo/zephyr +west build -p always -b b_u585i_iot02a ocre-runtime/src/samples/mini/zephyr ``` Connect the board and flash the application: @@ -112,7 +112,7 @@ Connect the board and flash the application: west flash ``` -Alternatively, you can try the `mini` or `supervisor` samples. +Alternatively, you can try the `demo` or `supervisor` samples. ### Full Zephyr build from scratch