nrf52810的升级命令

52810的升级命令
nrfutil settings generate --family NRF52 --application app.hex --application-version 1 --bootloader-version 1 --bl-settings-version 1 settings.hex
mergehex.exe --merge bootloader.hex settings.hex --output b1_temp.hex
mergehex.exe --merge b1_temp.hex app.hex s112_nrf52_6.1.1_softdevice.hex --output whole.hex
nrfjprog --eraseall -f NRF52
nrfjprog --program whole.hex --verify -f NRF52
nrfjprog --reset -f NRF52

nrfutil pkg generate --application app_new.hex --application-version 2 --hw-version 52 --sd-req 0xB8 --key-file priv.pem SDK153_app_s112.zip

nrfutil pkg generate --help

猜你喜欢

转载自www.cnblogs.com/TorryLong/p/12739891.html
nrf