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

View File

@@ -0,0 +1,3 @@
#!/bin/bash
/home/jf/nrf52/openocd-code/src/openocd -s /home/jf/nrf52/openocd-code/tcl/ -c "tcl_port disabled" -c "gdb_port 3333" -c "telnet_port 4444" -f /home/jf/nrf52/openocd-code/tcl/interface/jlink.cfg -c "transport select swd" -f /home/jf/nrf52/openocd-code/tcl/target/nrf52.cfg -f booloader_app_jlink.ocd