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

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 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 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

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

2011-05-22 Thread Bear
hi, > As far as I remember I had the support of the dcc in U-Boot much later. I am sorry but I can't understand your meaning. Are you mean only the version of u-boot > 1.3.2 support dcc? > Do you use a mini2440? Oh no. I use Uptech2410 board based on samsung s3c2410. I think you can hardly fin

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

2011-05-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:06 Sun 22 May , Bear wrote: > hi, > I am using a old version of u-boot. It seems like 1.3.2. This > version of u-boot has been modified to suit my special board which > has no NOR flash. As far as I remember I had the support of the dcc in U-Boot much later Do you use a mini2440? > > BT

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

2011-05-21 Thread Bear
hi, I am using a old version of u-boot. It seems like 1.3.2. This version of u-boot has been modified to suit my special board which has no NOR flash. BTW: I have done a lot of test these days. 1. wiggler: I can "reset" my board with "reset" command. But if I run "reset init" or "reset halt",

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

2011-05-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:17 Thu 19 May , Lingfeng Xiong wrote: > hi there, > I am trying to debug u-boot on samsung s3c2410 board with OpenOCD and > Eclipse. The initialization script is listed below: > [code] > source [find jlink.cfg] > > jtag_khz 500 > jtag_nsrst_delay 100 > jtag_ntrst_delay 100 > > source [f

[Openocd-development] DCC write failed on JLink

2011-05-18 Thread Lingfeng Xiong
hi there, I am trying to debug u-boot on samsung s3c2410 board with OpenOCD and Eclipse. The initialization script is listed below: [code] source [find jlink.cfg] jtag_khz 500 jtag_nsrst_delay 100 jtag_ntrst_delay 100 source [find samsung_s3c2410.cfg] $_TARGETNAME configure -event reset-init { u