summaryrefslogtreecommitdiff
path: root/src/tcl/commands.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcl/commands.tcl')
-rw-r--r--src/tcl/commands.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tcl/commands.tcl b/src/tcl/commands.tcl
index d671d786..81f7b6f1 100644
--- a/src/tcl/commands.tcl
+++ b/src/tcl/commands.tcl
@@ -4,6 +4,8 @@ proc peek {address} {
}
# Production command
+# FIX!!! need to figure out how to feed back relevant output
+# from e.g. "flash banks" command...
proc board_produce {filename serialnumber} {
openocd "reset init"
openocd "flash write_image erase $filename [flash] bin"]]