summaryrefslogtreecommitdiff
path: root/src/tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-04 14:05:08 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-04 14:05:08 +0000
commite9488b9ad8a274465bcd11fa482ef3846f066632 (patch)
tree76d0ce928eb4c92f19b9768af6f48de752e90612 /src/tcl
parentbece2176c0308690a8ad931c815bd544a7249fdf (diff)
downloadopenocd+libswd-e9488b9ad8a274465bcd11fa482ef3846f066632.tar.gz
openocd+libswd-e9488b9ad8a274465bcd11fa482ef3846f066632.tar.bz2
openocd+libswd-e9488b9ad8a274465bcd11fa482ef3846f066632.tar.xz
openocd+libswd-e9488b9ad8a274465bcd11fa482ef3846f066632.zip
tcl tinkering.
git-svn-id: svn://svn.berlios.de/openocd/trunk@748 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/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"]]