mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2026-04-03 01:45:24 +08:00
10 lines
308 B
Bash
Executable File
10 lines
308 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./nrfjprog --family NRF52 --eraseall
|
|
./nrfjprog --family NRF52 --program s132_nrf52_4.0.2_softdevice.hex --sectorerase --reset
|
|
./nrfjprog --family NRF52 --program secure_dfu_ble_s132_pca10040_debug.hex --sectoranduicrerase --reset
|
|
|
|
echo "test by flashing with dfu_test_app_hrm_s132.zip"
|