Re: [Openocd-development] Jlink support

2011-05-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:22 Fri 27 May , Paul Claessen wrote: >I built OpenOCD 0.5.0-dev-00882 the other day with Jlink support enabled. > >It built okay, but when I tried to use it I got some errors (See below for >error log). They seem to hint at USB endpoint problems (but I could be >total

Re: [Openocd-development] DCC write failed on JLink

2011-05-29 Thread Jean-Christophe PLAGNIOL-VILLARD
HI, I try a mini2440 recently and it's work fine I've not access to a 2410 board but I try on at91 ditto I went take a look in shenzhen if I can foud on but did not Best Regards, J. On 10:16 Mon 23 May , Bear wrote: > hi, > > As far as I remember I had the support of

[Openocd-development] [PATCH] SMDK6410 is not target, move file to board

2011-05-29 Thread Damjan Marion
--- tcl/board/smdk6410.cfg |9 + tcl/target/smdk6410.cfg |9 - 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 tcl/board/smdk6410.cfg delete mode 100644 tcl/target/smdk6410.cfg diff --git a/tcl/board/smdk6410.cfg b/tcl/board/smdk6410.cfg new file mod

Re: [Openocd-development] [PATCH] SMDK6410 is not target, move file to board

2011-05-29 Thread Øyvind Harboe
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-dev

Re: [Openocd-development] [PATCH] mips target

2011-05-29 Thread Mahr, Stefan
> The impact is that the code will behave the *same* on big and small > endian hosts. Attached patch fixes some more big endian HOST issues. 0001-mips-fix-swapping-if-running-on-big-endian-host.patch Description: 0001-mips-fix-swapping-if-running-on-big-endian-host.patch __

Re: [Openocd-development] [PATCH] mips target

2011-05-29 Thread Øyvind Harboe
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-de

[Openocd-development] [PATCH] Board definition for mini6410/tiny6410 (ARM1176)

2011-05-29 Thread Damjan Marion
The following mini6410/tiny6410 functions are available: init_6410 - initialize clock, timer, DRAM init_6410_flash - initializes NAND flash support install_6410_uboot - copies u-boot image into RAM and runs it --- tcl/board/mini6410.cfg | 112 1 fi

Re: [Openocd-development] [PATCH] Board definition for mini6410/tiny6410 (ARM1176)

2011-05-29 Thread Øyvind Harboe
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-deve

Re: [Openocd-development] DCC write failed on JLink

2011-05-29 Thread Bear
hi, I have solved that problem and you are right, it is a PLL configuration problem. Now both J-Link and OpenJTAG can work well on my uptech 2410 with my new configuration file. But wiggler still cannot "reset halt" my board. Thanks for your help! On 100/5/29 下午 07:56, Jean-Christophe PLAGNIOL

Re: [Openocd-development] DCC write failed on JLink

2011-05-29 Thread Rogan Dawes
On 2011/05/30 5:22 AM, Bear wrote: > hi, > I have solved that problem and you are right, it is a PLL configuration > problem. > Now both J-Link and OpenJTAG can work well on my uptech 2410 with my new > configuration file. But wiggler still cannot "reset halt" my board. > Thanks for your help! >

Re: [Openocd-development] DCC write failed on JLink

2011-05-29 Thread Bear
hi, I found the PLL and SDRAM initialization code from the start.S file in the example ADS project of the CD-ROM it provided. I am in Windows now and playing with my new Freescale PowerQUICC board :) I will publish my configuration file tonight(GMT + 8). On 100/5/30 上午 11:29, Rogan Dawes wrot