From 2abcf741954d992f73254b5cbf5181dae168e059 Mon Sep 17 00:00:00 2001 From: Doru Gucea Date: Wed, 31 May 2023 02:17:44 -0700 Subject: [PATCH] [k32w1] fix nbu flashing instructions Signed-off-by: Doru Gucea --- examples/lighting-app/nxp/k32w/k32w1/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/lighting-app/nxp/k32w/k32w1/README.md b/examples/lighting-app/nxp/k32w/k32w1/README.md index 1a05d0d90d51d8..fa9d8435573fb7 100644 --- a/examples/lighting-app/nxp/k32w/k32w1/README.md +++ b/examples/lighting-app/nxp/k32w/k32w1/README.md @@ -167,13 +167,11 @@ The image needed on the host side is the one generated in `out/debug/` while the ### Flashing the NBU image -NBU image should be written only when a new NXP-SDK is released. [blhost tool](https://cache.nxp.com/secured/assets/downloads/en/device-drivers/blhost_2.6.7.zip?fileExt=.zip) can be used for flashing. Before writing the image, please make sure that K32W1 is in bootloader mode by keeping the SW4 button pressed while connecting the K32W1 board to an USB port (unplug the board if already connected to an USB port): +NBU image should be written only when a new NXP-SDK is released. -```bash -C:\nxp\blhost_2.6.7> blhost.exe -p COM50 -- receive-sb-file .\k32w1_nbu_ble_15_4_dyn_a1.sb3 -``` - -Please note that COM50 should be replaced with the COM port that corresponds to the K32W1 device. +[K32W148 board quick start guide](https://www.nxp.com/document/guide/getting-started-with-the-k32w148-development-platform:GS-K32W148EVK) can be used for updating the NBU/radio core: +- Section 2.4 – Get Software – install SPSDK (Secure Provisioning Command Line Tool) +- Section 3.3 – Updating NBU for Wireless examples - use the corresponding .sb3 file found in the SDK package at path `middleware\wireless\ieee-802.15.4\bin\k32w1\`