diff options
author | Vladimir Zapolskiy <vzapolskiy@gmail.com> | 2010-01-11 17:49:37 +0300 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-01-11 15:58:13 +0100 |
commit | 1de107a5a269fa71c9a69eba182fecea68e38a06 (patch) | |
tree | 0a319c1e68f967727ff8c5fba45bc70f74ea51e9 /tcl/interface | |
parent | e5349bfb4954366579b521dc8181c01c5bd4679e (diff) | |
download | openocd_libswd-1de107a5a269fa71c9a69eba182fecea68e38a06.tar.gz openocd_libswd-1de107a5a269fa71c9a69eba182fecea68e38a06.tar.bz2 openocd_libswd-1de107a5a269fa71c9a69eba182fecea68e38a06.tar.xz openocd_libswd-1de107a5a269fa71c9a69eba182fecea68e38a06.zip |
Added Openmoko USB JTAG interface config file.
Added interface config file for JTAG/RS232 debug board originally
integrated to Neo 1973 and Neo FreeRunner phones.
Adapter was tested with i.MX31, S3C2410 and AT91SAM9260 processors.
Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/neodb.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/interface/neodb.cfg b/tcl/interface/neodb.cfg new file mode 100644 index 00000000..8e2f5267 --- /dev/null +++ b/tcl/interface/neodb.cfg @@ -0,0 +1,10 @@ +# +# Openmoko USB JTAG/RS232 adapter +# +# http://wiki.openmoko.org/wiki/Debug_Board_v3 +# + +interface ft2232 +ft2232_device_desc "Debug Board for Neo1973" +ft2232_layout jtagkey +ft2232_vid_pid 0x1457 0x5118 |