openocd scripts
This commit is contained in:
6
tool/openocd-script/lock.tcl
Normal file
6
tool/openocd-script/lock.tcl
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
init
|
||||||
|
reset
|
||||||
|
halt
|
||||||
|
stm32x lock 0
|
||||||
|
reset
|
||||||
|
exit
|
||||||
5
tool/openocd-script/options_read.tcl
Normal file
5
tool/openocd-script/options_read.tcl
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
init
|
||||||
|
reset
|
||||||
|
halt
|
||||||
|
stm32x options_read 0
|
||||||
|
exit
|
||||||
6
tool/openocd-script/unlock.tcl
Normal file
6
tool/openocd-script/unlock.tcl
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
init
|
||||||
|
reset
|
||||||
|
halt
|
||||||
|
stm32x unlock 0
|
||||||
|
reset
|
||||||
|
exit
|
||||||
5
tool/openocd-script/write.tcl
Normal file
5
tool/openocd-script/write.tcl
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
init
|
||||||
|
reset
|
||||||
|
halt
|
||||||
|
flash write_image erase gnuk.elf
|
||||||
|
exit
|
||||||
Reference in New Issue
Block a user