mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-19 16:49:02 +00:00
Add radio-test build command to README, cleanup old precompiled binary
This commit is contained in:
parent
fed97b213d
commit
cd86480428
File diff suppressed because it is too large
Load Diff
@ -70,6 +70,14 @@ Build the application for the t3w1_revA_nrf52832 board:
|
||||
west build ./trezor-ble -b t3w1_revA_nrf52832 --sysbuild -- -DOVERLAY_CONFIG=debug.conf
|
||||
```
|
||||
|
||||
### Building radio-test
|
||||
|
||||
To build the radio-test application which is used for BLE chamber test
|
||||
you can use following command.
|
||||
|
||||
```sh
|
||||
west build ./radio_test/ -b t3w1_revA_nrf52832 --sysbuild --pristine
|
||||
```
|
||||
|
||||
### Flashing the Application
|
||||
Flash the compiled application onto the board:
|
||||
|
Loading…
Reference in New Issue
Block a user