From e15c39bb570f9b246e36ff12ef8d11a618466581 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Tue, 11 Mar 2025 12:49:34 +0100 Subject: [PATCH] chore(nordic): add updated build DTS parameters for old devboard t3w1_d1_nrf52833 [no changelog] --- nordic/trezor/README.md | 3 ++- .../boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/nordic/trezor/README.md b/nordic/trezor/README.md index 7b8810323b..b21359ea0d 100644 --- a/nordic/trezor/README.md +++ b/nordic/trezor/README.md @@ -40,7 +40,6 @@ First, launch the nRF shell using the `nrfutil` toolchain manager and set the NC ```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 @@ -64,6 +63,8 @@ cd trezor west build ./trezor-ble -b t3w1_revA_nrf52832 --sysbuild ``` +When building for first time, add `--pristine=always` so that NCS versions and their cached files don't mix and fubar each other. + Debug builds can be built using the debug overlay configuration: Build the application for the t3w1_revA_nrf52832 board: diff --git a/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts b/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts index 6aaff07c1b..3269e76e0f 100644 --- a/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts +++ b/nordic/trezor/boards/arm/t3w1_d1_nrf52833/t3w1_d1_nrf52833.dts @@ -23,6 +23,7 @@ zephyr,flash = &flash0; zephyr,code-partition = &slot0_partition; zephyr,ieee802154 = &ieee802154; + zephyr,bt-hci = &bt_hci_controller; }; leds { @@ -67,6 +68,14 @@ }; }; +&bt_hci_sdc { + status = "disabled"; +}; + +&bt_hci_controller { + status = "okay"; +}; + &adc { status = "okay"; };