diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-30 13:35:38 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-30 13:35:38 +0000 |
commit | 03caa01ae5320bb931d5496c73cc2376c3f61dfe (patch) | |
tree | 08f3e71061a6ccccecb6041b8bd6a04fdfdaca45 /doc | |
parent | d2189fdfe63e9419221cb9009c952c8ff6a4835a (diff) | |
download | riscv-openocd-03caa01ae5320bb931d5496c73cc2376c3f61dfe.zip riscv-openocd-03caa01ae5320bb931d5496c73cc2376c3f61dfe.tar.gz riscv-openocd-03caa01ae5320bb931d5496c73cc2376c3f61dfe.tar.bz2 |
a few words about motivation for standalone JTAG debugger.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1434 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 64755f2..d52d1f8 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -381,7 +381,10 @@ an adapter .... [snip] In the OpenOCD case, this generally refers to @b{a small adapater} one attaches to your computer via USB or the Parallel Printer Port. The execption being the Zylin ZY1000 which is a small box you attach via -an ethernet cable. +an ethernet cable. The Zylin ZY1000 has the advantage that it does not +require any drivers to be installed on the developer PC. It also has +a built in web interface. It supports RTCK/RCLK or adaptive clocking +and has a built in relay to power cycle targets remotely. @section Choosing a Dongle @@ -398,7 +401,10 @@ There are three things you should keep in mind when choosing a dongle. @section Stand alone Systems @b{ZY1000} See: @url{http://www.zylin.com/zy1000.html} Technically, not a -dongle, but a standalone box. +dongle, but a standalone box. The ZY1000 has the advantage that it does +not require any drivers installed on the developer PC. It also has +a built in web interface. It supports RTCK/RCLK or adaptive clocking +and has a built in relay to power cycle targets remotely. @section USB FT2232 Based |