Add example scripts to generate mcuboot image, dfu file and program them with openocd.

This commit is contained in:
JF
2020-05-24 17:47:07 +02:00
parent 4154dae01a
commit 00451ef05b
4 changed files with 43 additions and 0 deletions

3
bootloader/create_dfu.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application image.bin dfu.zip