1
0
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:
kopecdav 2025-03-21 14:30:04 +01:00
parent fed97b213d
commit cd86480428
2 changed files with 8 additions and 2234 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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: