From 29ed8893755ec9282fdf97b5c7bc4b41470ea5c2 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Mon, 24 Feb 2025 17:29:06 +0100 Subject: [PATCH] docs(nordic): update README.md for build [no changelog] --- nordic/trezor/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nordic/trezor/README.md b/nordic/trezor/README.md index 94043355c1..7b8810323b 100644 --- a/nordic/trezor/README.md +++ b/nordic/trezor/README.md @@ -31,21 +31,22 @@ Follow these steps to set up the project on your local machine. Using nrfutil, install the required toolchain for the nRF Connect SDK: ```sh -nrfutil toolchain-manager install --ncs-version v2.6.2 +nrfutil toolchain-manager install --ncs-version v2.9.0 ``` ### Launch the nRF Shell -First, launch the nRF shell using the `nrfutil` toolchain manager: +First, launch the nRF shell using the `nrfutil` toolchain manager and set the NCS to chosen version: ```sh nrfutil toolchain-manager launch --shell +west init -m https://github.com/nrfconnect/sdk-nrf --mr v2.9.0 v2.9.0 ``` ### Initialize the Workspace Initialize your West workspace for the Trezor BLE Gateway project: ```sh -cd west +cd nordic west init -l ./trezor ```