diff --git a/src/server/httpd/browsemem.tcl b/src/server/httpd/browsemem.tcl index b34ff692b..566643aaf 100644 --- a/src/server/httpd/browsemem.tcl +++ b/src/server/httpd/browsemem.tcl @@ -12,8 +12,6 @@ append buffer { - - diff --git a/src/server/httpd/downloadmem.tcl b/src/server/httpd/downloadmem.tcl index 035ff3d95..6e9d00fb8 100644 --- a/src/server/httpd/downloadmem.tcl +++ b/src/server/httpd/downloadmem.tcl @@ -14,8 +14,6 @@ append buffer { - - @@ -317,12 +315,12 @@ append buffer {
Filename on ZY1000 |
Filename on OpenOCD machine | File to upload |
  |
  |
The ZY1000 has three filing systems "/rom", "/ram" and "/config". "/rom" is a read only filing - embedded into the firmware.
- -Use "/ram" to store temporary files.
- -- You can browse filing systems and download files by pointing your web browser to: -
- - -- You can also upload files using e.g. curl from the command line. Example: -
-
- curl --form form_filecontent=@/tmp/myfile.elf --form form_filename=/ram/myfile.elf }
-append buffer [ip]
-append buffer {upload.tcl
-
- - If you have a tftp server installed on your development PC, you can access - files on your developer PC using a /tftp/ip/ prefix to the file to be accessed - on your developer PC. Note that if you do not increase the default packet - size for your tftp server, then the performance will be very poor. Normal - performance is about 500-600kBytes/s. -
-
- cp /tftp/10.0.0.106/build/src/openocd /ram/test
-
-
-
- Target power - Detects power on target.
If the JTAG cable is not connected, or the target has no power, then no target power will be detected.
Power on - Turn on ZY1000 target power relay.
-Power off - Turn off ZY1000 target power relay.
Type "help power" in telnet for command to control power relay.
-Reboot ZY1000 - Reboots ZY1000 unit. Type "help reboot" in telnet.
Target power - Detects power on target.
If the JTAG cable is not connected, or the target has no power, then no target power will be detected.
Power on - Turn on ZY1000 target power relay.
-Power off - Turn off ZY1000 target power relay.
Type "help power" in telnet for command to control power relay.
-Reboot ZY1000 - Reboots ZY1000 unit. Type "help reboot" in telnet.
]]> @@ -108,13 +105,13 @@
Writing an openocd.cfg from scratch is a non-trivial exercise, but
fortunally it only has to be done once for a target and afterwards it
@@ -133,33 +130,6 @@
- "
- reboot
- }
-
-
Filename on OpenOCD machine | File to upload |
  |
  |
Use "/ram" to store temporary files.
- -- You can browse filing systems and download files by pointing your web browser to: -
- - -- You can also upload files using e.g. curl from the command line. Example: -
-
- curl --form form_filecontent=@/tmp/myfile.elf --form form_filename=/ram/myfile.elf append buffer [ip] upload.tcl
-
- - If you have a tftp server installed on your development PC, you can access - files on your developer PC using a /tftp/ip/ prefix to the file to be accessed - on your developer PC. Note that if you do not increase the default packet - size for your tftp server, then the performance will be very poor. Normal - performance is about 500-600kBytes/s. -
-
- cp /tftp/10.0.0.106/build/src/openocd /ram/test
-
-
- ]]>
- Writing an openocd.cfg from scratch is a non-trivial exercise, but fortunally it only has to be done once for a target and afterwards it diff --git a/src/server/httpd/openocd.tcl b/src/server/httpd/openocd.tcl index fe1d195dd..cb28026e8 100644 --- a/src/server/httpd/openocd.tcl +++ b/src/server/httpd/openocd.tcl @@ -14,8 +14,6 @@ append buffer { - - @@ -91,7 +89,7 @@ append buffer {
The reset init script is crucial. It will set up e.g. MMU, chip select registers, etc. after a reset. The init.cfg (reset init script) - is embedded into the openocd.cfg file in the sampls Zylin provides. + is embedded into the openocd.cfg file in the sampls OpenOCD provides.
Writing an openocd.cfg from scratch is a non-trivial exercise, but fortunally it only has to be done once for a target and afterwards it @@ -260,8 +260,6 @@ append buffer { - - @@ -392,13 +390,13 @@ append buffer {
The reset init script is crucial. It will set up e.g. MMU, chip select registers, etc. after a reset. The init.cfg (reset init script) - is embedded into the openocd.cfg file in the sampls Zylin provides. + is embedded into the openocd.cfg file in the sampls OpenOCD provides.
Writing an openocd.cfg from scratch is a non-trivial exercise, but fortunally it only has to be done once for a target and afterwards it diff --git a/src/server/httpd/terminal.tcl b/src/server/httpd/terminal.tcl index 707ddd0ff..5032e124f 100644 --- a/src/server/httpd/terminal.tcl +++ b/src/server/httpd/terminal.tcl @@ -14,8 +14,6 @@ append buffer { - -