Merged.
Thanks!
--
Øyvind Harboe
Can Zylin Consulting help on your project?
US toll free 1-866-980-3434 / International +47 51 87 40 27
http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
___
Openocd-
tested with jlink sam-ice v5 while loading barebox
(gdb) load
Loading section .text, size 0x2f190 lma 0x21f0
Loading section .rodata, size 0x931c lma 0x21f2f190
Loading section .data, size 0x29e8 lma 0x21f384ac
Loading section .barebox_cmd, size 0x78c lma 0x21f3ae94
Loading section .barebox_in
it will allow to be at the highest speed of the jlink without touching the
board or cpu config
tested on sam-ice v5 and at91rm9200-ek
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
Cc: Nicolas Ferre
Cc: Patrice Vilchez
---
src/jtag/drivers/jlink.c |4 ++--
1 files changed, 2 insertions(+
Hard Maker wrote:
> I'm designing a new JTAG adapter to work with OpenOCD. Basically is a
> usb <-> paralle interface at 3.3 [V].
Please have a look at the Versaloon. Maybe you can help improve it
instead of starting from scratch. versaloon.com
//Peter
___
Hi,
I'm designing a new JTAG adapter to work with OpenOCD. Basically is a
usb <-> paralle interface at 3.3 [V]. I'm thinking rewrite some
functions of parport.c file to use my hardware. Are some path preset to
add support for new hardware?
Thank's
Sergio
__