httpd wip
[openocd.git] / src / server / httpd / menu.xml
index cf286e235b6a72a5b6126bfbf073591e016512fe..11daef94f3a7bbf5468f522fa03015f25a3d0ca7 100644 (file)
                                        See log for details. <br>\r
                                        <p><b>Target power</b> - Detects power on target. <br>\r
                                        If the JTAG cable is not connected, or the target has no power, then no target power will be detected.</p>\r
-                                       <p><b>Power on</b> - Turn on ZY1000 target power relay.</p>\r
-                                       <p><b>Power off</b> - Turn off ZY1000  target power relay.</p>\r
                                        <p>Type "help power" in telnet for command to control power relay.</p>\r
-                                       <p><b>Reboot ZY1000</b> - Reboots ZY1000 unit. Type "help reboot" in telnet.</p>\r
                                ]]></markup_code>\r
                        </right_column>\r
                        \r
                                <markup_code><![CDATA[\r
                                \r
                                A target needs an openocd.cfg file. This config file sets up\r
-                               the CPU, flash and reset init script. Either ZY1000 ships with an\r
+                               the CPU, flash and reset init script. Either OpenOCD ships with an\r
                                openocd.cfg file for your target or you need to take an existing\r
                                config file and modify it for your needs.\r
                                <p> \r
                                The reset init script is crucial. It will set up e.g. MMU, chip\r
                                select registers, etc. after a reset. The init.cfg (reset init script)\r
-                               is embedded into the openocd.cfg file in the sampls Zylin provides.\r
+                               is embedded into the openocd.cfg file in the sampls OpenOCD provides.\r
                                <p>\r
                                Writing an openocd.cfg from scratch is a non-trivial exercise, but\r
                                fortunally it only has to be done once for a target and afterwards it\r
 \r
 \r
 \r
-               <page lang="eng">\r
-                       <outfile>reload.tcl</outfile>\r
-                       <level2parent>index.tcl</level2parent>\r
-                       <pageheading>Reload Config Scripts</pageheading>\r
-                       <pagetext>\r
-                       <markup_code><![CDATA[\r
-                       \r
-                       <tcl>\r
-                               set form_action [formfetch form_action]\r
-       \r
-                               if {[string compare $form_action "Reload"]==0} {\r
-                                       append buffer "Reloading Config Scripts...<p>"\r
-                                       reboot\r
-                               }\r
-                       </tcl>\r
-                       <form enctype="multipart/form-data" action="reload.tcl" method="post">\r
-                               <input type="submit" name="form_action" value="Reload">\r
-                       </form>\r
-                       \r
-                       ]]></markup_code>\r
-                       <right_column>\r
-                               Restart ZY1000 to reload selected target config script.                         \r
-                       </right_column>\r
-                       </pagetext>\r
-                       \r
-               </page>\r
-\r
                \r
                <page lang="eng">\r
                        <outfile>flashinfo.tcl</outfile>\r
@@ -789,12 +759,12 @@ append console [encode [capture_catch poll]]
                        ]]></markup_code>\r
                        <right_column>\r
                                <![CDATA[       \r
-                               Download memory to ZY1000 from target. <br>\r
+                               Download memory from target. <br>\r
                                <b>Note</b> that download memory can take\r
                                a long time(potentially minutes for megabytes at low JTAG clk speeds).\r
                                <p/>\r
                                Once the memory is downloaded a link is available on the page to download\r
-                               the file from ZY1000 to your PC.\r
+                               the file to your PC.\r
                                ]]>\r
                        </right_column>\r
                        </pagetext>\r
@@ -811,9 +781,9 @@ append console [encode [capture_catch poll]]
                        <level2parent>openocd.tcl</level2parent>\r
                        <level2menu href="openocd.tcl" title="Run Command" titlestyle="color:#4e6627;">\r
                        </level2menu>\r
-                       <level2menu href="guiupload.tcl" title="Upload File to ZY1000" titlestyle="color:#4e6627;">\r
+                       <level2menu href="guiupload.tcl" title="Upload File" titlestyle="color:#4e6627;">\r
                        <![CDATA[\r
-                           Upload file to ZY1000\r
+                           Upload file\r
                        ]]>\r
                        </level2menu>\r
                        \r
@@ -869,7 +839,7 @@ append console [encode [capture_catch poll]]
                <page lang="eng">\r
                        <outfile>guiupload.tcl</outfile>\r
                        <level2parent>openocd.tcl</level2parent>\r
-                       <pageheading>Upload File to ZY1000</pageheading>\r
+                       <pageheading>Upload File</pageheading>\r
                        <pagetext>\r
                        <markup_code><![CDATA[\r
                        \r
@@ -888,7 +858,7 @@ append console [encode [capture_catch poll]]
                                        }\r
                                }\r
                                \r
-                               append buffer {<table style="padding:0px;border-collapse:collapse;"><tr><td class="formtext">Filename on ZY1000</td><td><input type="text" name="form_filename"></td></tr>}\r
+                               append buffer {<table style="padding:0px;border-collapse:collapse;"><tr><td class="formtext">Filename on OpenOCD machine</td><td><input type="text" name="form_filename"></td></tr>}\r
                                append buffer {<td class="formtext">File to upload</td><td><input type="file" name="form_filecontent"></td></tr></table>}\r
                                append buffer {<table><tr><td style="height:15px;width:535px;">&nbsp</td></tr><tr><td style="height:1px;width:535px;background-color:#a2c5d1;"></td></tr><tr><td style="height:15px;width:535px;">&nbsp</td></tr></table>}\r
                                append buffer {<input type="submit" name="form_action" value="Upload" ><br> }\r
@@ -897,41 +867,6 @@ append console [encode [capture_catch poll]]
                        </tcl>\r
                        \r
                        ]]></markup_code>\r
-                       <right_column>  \r
-                               <![CDATA[\r
-                                 <p>The ZY1000 has three filing systems "/rom", "/ram" and "/config". "/rom" is a read only filing\r
-                                 embedded into the firmware.</p>\r
-\r
-                                 <p>Use "/ram" to store temporary files.<p/>\r
-                                 \r
-                                 <p>\r
-                                 You can browse filing systems and download files by pointing your web browser to:\r
-                                 <ul> \r
-                                 <li><a href="/ram" target="_blank">/ram</a>\r
-                                 <li><a href="/rom" target="_blank">/rom</a>\r
-                                 <li><a href="/config" target="_blank">/config</a>\r
-                                 </ul>\r
-                                 </p> \r
-                                 \r
-                                 <p>\r
-                                 You can also upload files using e.g. curl from the command line. Example:\r
-                                 </p>\r
-                                 <code>\r
-                                 curl --form form_filecontent=@/tmp/myfile.elf --form form_filename=/ram/myfile.elf <tcl>append buffer [ip]</tcl>upload.tcl\r
-                                 </code>\r
-                                 <p> \r
-                                 If you have a tftp server installed on your development PC, you can access\r
-                                 files on your developer PC using a /tftp/ip/ prefix to the file to be accessed\r
-                                 on your developer PC. Note that if you do not increase the default packet\r
-                                 size for your tftp server, then the performance will be very poor. Normal\r
-                                 performance is about 500-600kBytes/s.\r
-                                 </p>\r
-                                 <code> \r
-                                 cp /tftp/10.0.0.106/build/src/openocd /ram/test\r
-                                 </code>\r
-                                 \r
-                                 ]]>\r
-                       </right_column>\r
                        </pagetext>\r
                        \r
                </page>\r
@@ -946,13 +881,13 @@ append console [encode [capture_catch poll]]
                                <markup_code><![CDATA[\r
                                \r
                                A target needs an openocd.cfg file. This config file sets up\r
-                               the CPU, flash and reset init script. Either ZY1000 ships with an\r
+                               the CPU, flash and reset init script. Either OpenOCD ships with an\r
                                openocd.cfg file for your target or you need to take an existing\r
                                config file and modify it for your needs.\r
                                <p> \r
                                The reset init script is crucial. It will set up e.g. MMU, chip\r
                                select registers, etc. after a reset. The init.cfg (reset init script)\r
-                               is embedded into the openocd.cfg file in the sampls Zylin provides.\r
+                               is embedded into the openocd.cfg file in the sampls OpenOCD provides.\r
                                <p>\r
                                Writing an openocd.cfg from scratch is a non-trivial exercise, but\r
                                fortunally it only has to be done once for a target and afterwards it\r

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)