From 8a28c072f906498dd028c266d922bda735f0fe1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Bida?= Date: Thu, 1 Aug 2024 17:28:29 +0200 Subject: [PATCH] Update ncs to `52623f18f0b0da420195cc93c3002b283d7d260b` (#82) Openthread version inside: `602167f94ad4318a26d73bb7ecb639cbf54df633` --- config/ncs/sdk-nrf-commit | 2 +- script/make-firmware.bash | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/ncs/sdk-nrf-commit b/config/ncs/sdk-nrf-commit index 66b6cfc..d94b60d 100644 --- a/config/ncs/sdk-nrf-commit +++ b/config/ncs/sdk-nrf-commit @@ -1 +1 @@ -3190fa573ff67bfb745028f203e9d0ea4144a1ce +52623f18f0b0da420195cc93c3002b283d7d260b diff --git a/script/make-firmware.bash b/script/make-firmware.bash index a022d71..c3e8d38 100755 --- a/script/make-firmware.bash +++ b/script/make-firmware.bash @@ -336,11 +336,11 @@ package_ncs() commit_id=$(git rev-parse --short HEAD) timestamp=$(date +%Y%m%d) - distribute "/tmp/ncs_cli_1_1/zephyr/zephyr.hex" "ot-cli-ftd" "1.1" "${timestamp}" "${commit_id}" - distribute "/tmp/ncs_cli_1_2/zephyr/zephyr.hex" "ot-cli-ftd" "1.2" "${timestamp}" "${commit_id}" - distribute "/tmp/ncs_rcp_1_2/zephyr/zephyr.hex" "ot-rcp" "1.2" "${timestamp}" "${commit_id}" - distribute "/tmp/ncs_cli_1_3/zephyr/zephyr.hex" "ot-cli-ftd" "1.3" "${timestamp}" "${commit_id}" - distribute "/tmp/ncs_rcp_1_3/zephyr/zephyr.hex" "ot-rcp" "1.3" "${timestamp}" "${commit_id}" + distribute "/tmp/ncs_cli_1_1/cli/zephyr/zephyr.hex" "ot-cli-ftd" "1.1" "${timestamp}" "${commit_id}" + distribute "/tmp/ncs_cli_1_2/cli/zephyr/zephyr.hex" "ot-cli-ftd" "1.2" "${timestamp}" "${commit_id}" + distribute "/tmp/ncs_rcp_1_2/coprocessor/zephyr/zephyr.hex" "ot-rcp" "1.2" "${timestamp}" "${commit_id}" + distribute "/tmp/ncs_cli_1_3/cli/zephyr/zephyr.hex" "ot-cli-ftd" "1.3" "${timestamp}" "${commit_id}" + distribute "/tmp/ncs_rcp_1_3/coprocessor/zephyr/zephyr.hex" "ot-rcp" "1.3" "${timestamp}" "${commit_id}" } build_ncs() @@ -359,7 +359,7 @@ build_ncs() cd nrf for variant in "${variants[@]}"; do - west build -d "${!variant:0:1}" -b nrf52840dongle_nrf52840 -p always "${!variant:1:1}" -- -DOVERLAY_CONFIG="${!variant:2:1}" + west build -d "${!variant:0:1}" -b nrf52840dongle/nrf52840 -p always "${!variant:1:1}" --sysbuild -- -DOVERLAY_CONFIG="${!variant:2:1}" done package_ncs "ot-cli-ftd" "1.1"