

button .setup.flash -text "JTAG (Flash)" -command {
	catch {exec xterm -e "make flash-jtag ; echo '== Press Enter =='; read NULL"}
}
pack .setup.flash -fill x

button .setup.debug -text "JTAG (Debug)" -command {
	catch {exec xterm -e "make debug ; echo '== Press Enter =='; read NULL"}
}
pack .setup.debug -fill x



