mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-14 07:06:05 +00:00
chore(nordic): add updated build DTS parameters for old devboard t3w1_d1_nrf52833
[no changelog]
This commit is contained in:
parent
9d8d4e4f21
commit
e15c39bb57
@ -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:
|
||||
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user