X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=testing%2Findex.html;h=85070ed5c8939f615082d471eee4728d4b732d78;hp=5bb321092c7036a236c45f06a5c0d8f9ba06556f;hb=32cc2202f0bd6a1d36f679008e965e5df68315ae;hpb=50f08f8f2ae2d4e439bca1760104bb54f0b6d07e diff --git a/testing/index.html b/testing/index.html index 5bb321092c..85070ed5c8 100644 --- a/testing/index.html +++ b/testing/index.html @@ -23,15 +23,15 @@ - + - + - +
Passed versionThe latest version on which the test is known to passThe latest branch and version on which the test is known to pass
Broken versionThe latest version on which the test is known to fail. n/a when older than passed version.The latest branch and version on which the test is known to fail. n/a when older than passed version.
IDA unqiue ID to refer to a test. The unique numbers are maintained in this file.A unqiue ID to refer to a test. The unique numbers are maintained in this file. Note that the same test can be run on different hardware/interface. Each combination yields a unique id.

@@ -41,151 +41,158 @@

The latest version in which the test is known to have passed is in the table below.

- + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + + + + + + + + - - - + + + - - - - - + + + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + +
IDUnique ID Synopsis JTAG device Passed version Broken version
fill_mallocfill_malloc Fill malloc() memory with garbagen/an/an/an/an/an/a
ocd1ocd1 Telnet Windowsn/an/an/an/an/an/a
ocd2ocd2 Telnet Linuxn/an/an/an/an/an/a
ocd3ocd3 Telnet Cygwinn/an/an/an/an/an/a
ocd4ocd4 ARM7 debuggingn/an/an/an/an/an/a
xscale1SAM9260SAM9260 debuggingft2232 500n/a
xscale1 XScale debuggingn/an/an/abitbang505n/a
xscale2XScale MMUn/an/an/axscale2XScale debuggingFT2232202n/a
bdte-rambdte-ram1 str710 ram debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rombdte-rom2 str710 rom debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rambdte-ram3 str912 ram debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rombdte-rom4 str912 rom debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rambdte-ram5 lpc2148 ram debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rombdte-rom6 lpc2148 rom debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rambdte-ram7 lpc2294 ram debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rombdte-rom8 lpc2294 rom debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rambdte-ram9 sam7s256 ram debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rombdte-rom10 sam7s256 rom debuggingJTAGkey423n/aJTAGkey536n/a
bdte-rambdte-ram11 sam7x256 ram debuggingJTAGkey423n/aJTAGkey517n/a
bdte-rombdte-rom12 sam7x256 rom debuggingJTAGkey423n/aJTAGkey517n/a
bdte-rambdte-ram13 at91r40008 ram debuggingJTAGkey423n/aJTAGkey536n/a

@@ -197,35 +204,45 @@ ID Synopsis - Passed version - Broken version + Passed version + Broken version jtag1 Parport - n/a - n/a + n/a + n/a jtag2 JTAGkey - 432 - n/a + 536 + n/a jtag3 Turtelizer2 - 432 - n/a + 536 + n/a jtag4 + JTAGkey + 536 + n/a + + + jtag5 add new one - n/a - n/a + n/a + n/a -

+

jtag1:

+

jtag2: Tested on Windows XP Prof. (SP2) with original FTDI driver.

+

jtag3: Tested on Windows XP Prof. (SP2) with original FTDI driver.

+

jtag4: Tested on Mac OS X (10.5.2, Intel) with libftdi-0.10 and libusb-0.1.12

+

jtag5:


OpenOCD JTAG device speed test result

The test result is in KB/sec.

@@ -236,6 +253,9 @@ r320 r420 r423 + r459 + r517 + r536 speed1 @@ -243,13 +263,29 @@ 93 64 93 + 93 + 93 + 93 + + + speed2 + JTAGkey + n/a + n/a + n/a + n/a + 52 + 52 - speed2 + speed3 add new one n/a n/a n/a + n/a + n/a + n/a

@@ -279,6 +315,17 @@ 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.

+

The test was made on Windows XP Prof. (SP2) with a JTAGkey and the original FTDI driver.

+
+

speed2 - 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: 52 KB/sec, 2008 bytes/write.

+

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

+

The test was made on Mac OS X (10.5.2, Intel) with a JTAGkey and the following driver:

+

- libftdi 0.10
+ - libusb 0.1.12

+