Add example scripts to generate mcuboot image, dfu file and program them with openocd.
This commit is contained in:
parent
4154dae01a
commit
00451ef05b
4 changed files with 43 additions and 0 deletions
3
bootloader/create_dfu.sh
Executable file
3
bootloader/create_dfu.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application image.bin dfu.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue