# converted to .tcl by html2tcl.tcl set buffer "" append buffer { Zylin ZY1000 JTAG debugger } set console "" set upload_filename /ram/upload append buffer {
} append buffer [capture version] append buffer {
 
} set toggle_details [formfetch toggle_details] if {[string length $toggle_details]==0} { set toggle_details 0 } set show_details [load_var show_details] if {[string length $show_details]==0} { set show_details 0 } if {$toggle_details==1} { set show_details [expr 1-$show_details] save_var show_details $show_details } if {[string length $console]!=0} { append buffer { } } append buffer {
 

Select Preconfigured Target

} set form_target [formfetch form_target] set form_action [formfetch form_action] append buffer {
} if {[string compare $form_action "Select and reload"]==0} { capture_catch "trunc /config/settings/openocd.cfg" capture_catch "append_file /config/settings/openocd.cfg script target/$form_target" reboot } set form_target [load_target] set files [ls /rom/target] set files [lunion $files [ls /config/settings/target]] set files [lsort $files] if {[string compare $form_action "Select and reload"]!=0} { append buffer {
       Edit target configuration
} } else { append buffer "Reloading setting(ca. 30 seconds)..." } append buffer {
} if {$show_details==1} { append buffer < append buffer {td style="background-color:#dddddd;padding-left:5px;padding-right:5px;padding-top:3px;padding-bottom:3px;"} append buffer > } else { append buffer < append buffer {td style="background-image:url('menu_cuts/h_tab_free.png');width:110px;height:29px;background-repeat: no-repeat;background-position:top left;"} append buffer > } append buffer { } if {$show_details==1} { append buffer "Hide details" append buffer
} else { append buffer {
} append buffer "Show details" append buffer {
} } append buffer {
} if {$show_details==1} { append buffer $console } append buffer {} if {$show_details!=1} { append buffer {} } append buffer {
   
 
Documentation
 
Quick Start Manual
OpenOCD Manual
Contact Zylin AS

ZY1000 comes with complete configurations for various targets.

These predefined configurations include reset init scripts and flash configuration.

Select and reload - Select configuration and reboot ZY1000 unit.

 
} start_chunked "html" write_chunked $buffer end_chunked