diff --git a/testing/index.html b/testing/index.html index c30ec1954..df9e81a1a 100644 --- a/testing/index.html +++ b/testing/index.html @@ -33,121 +33,141 @@ ID Synopsis + JTAG device Passed version Broken version ocd1 Telnet Windows - 291 + n/a + n/a n/a ocd2 Telnet Linux - 291 + n/a + n/a n/a ocd3 Telnet Cygwin - 291 + n/a + n/a n/a ocd4 ARM7 debugging - 291 + n/a + n/a n/a xscale1 XScale debugging - 291 + n/a + n/a n/a xscale2 XScale MMU - 291 + n/a + n/a n/a bdte-ram str710 ram debugging - 320 + JTAGkey + 423 n/a bdte-rom str710 rom debugging - 320 - 406 + JTAGkey + 423 + n/a bdte-ram str912 ram debugging - 320 + JTAGkey + 423 n/a bdte-rom str912 rom debugging - 320 + JTAGkey + 423 n/a bdte-ram lpc2148 ram debugging - 320 + JTAGkey + 423 n/a bdte-rom lpc2148 rom debugging - 320 + JTAGkey + 423 n/a bdte-ram lpc2294 ram debugging - 320 + JTAGkey + 423 n/a bdte-rom lpc2294 rom debugging - 320 + JTAGkey + 423 n/a bdte-ram sam7s256 ram debugging - 320 + JTAGkey + 423 n/a bdte-rom sam7s256 rom debugging - 320 + JTAGkey + 423 n/a bdte-ram sam7x256 ram debugging - 320 + JTAGkey + 423 n/a bdte-rom sam7x256 rom debugging - 320 + JTAGkey + 423 n/a bdte-ram at91r40008 ram debugging - 320 + JTAGkey + 423 n/a @@ -155,36 +175,64 @@

OpenOCD JTAG device test results

Each JTAG device must be tested + - - + + - - - + + + - - - + + + - - - + + + - - - + + + + +
IDSynopsisIDSynopsis Passed version Broken version
jtag1Wiggler291jtag1Parportn/a n/a
jtag2Parport291jtag2JTAGkey432 n/a
jtag3JTAGkey320jtag3Turtelizer2432 n/a
jtag4Turtelizer2320jtag4add new one n/an/a
+

+
+

OpenOCD JTAG device speed test result

+

The test result is in KB/sec.

+ + + + + + + + + + + + + + + + + + + + +
IDSynopsisr320r420r423
speed1JTAGkey9364 93
speed2add new onen/an/an/a

@@ -207,7 +255,13 @@

This test was made under Eclipse with the Zylin Embedded CDT plugin. For the GDB "Initialize commands" take a look in the examples/<target>/prj/eclipse_rom.gdb file.

Start debugging, the debugger should download and store the program in the flash of the target.

Now you can make some tests like described in the bdte-ram section above too.

-

+
+

speed1 - Download speed test

+

For this test a STR710 with external memory was used. The example project can be found under examples/STR710JtagSpeed. Here Eclipse or the arm-elf-gdb can be used to download the test.elf file into the RAM. The result of the GDB can look like:

+

Loading section .text, size 0x6019c lma 0x62000000
+ Start address 0x62000040, load size 393628
+ Transfer rate: 93 KB/sec, 2008 bytes/write.

+

In this example a speed of 93 KB/sec was reached. The hardware which was used for the test can be found here.