Re: [Openocd-development] Atmel AT91SAM9XXX NAND Flash

2010-07-20 Thread Paul Thomas
I load u-boot to ram, and then use the u-boot NAND commands. Also you have to be careful word 6 of the bootloader is just the length, but my compiler always throws something at the top. thanks, Paul ___ Openocd-development mailing list Openocd-developme

Re: [Openocd-development] Address translation failure

2009-10-22 Thread Paul Thomas
On Wed, Oct 21, 2009 at 10:46 PM, Øyvind Harboe wrote: >> Thanks! Yes, it's right in the help. "mww phys" has the same affect. > > Meaning it works or does not work? > > I've updated the documentation and example config > files in the git repository now(there was a problem yesterday > w/the git re

Re: [Openocd-development] Address translation failure

2009-10-21 Thread Paul Thomas
g >> scripts and documentation, though. >> >> // Dean Glazeski >> >> >> On Wed, Oct 21, 2009 at 6:37 PM, Paul Thomas >> wrote: >>> >>> Hello, >>> >>> I just switched to the new git tree. First I noticed that the >>

[Openocd-development] Address translation failure

2009-10-21 Thread Paul Thomas
Hello, I just switched to the new git tree. First I noticed that the "arm926ejs mww_phys 0xfd08 0xa5000501" command didn't work. When I try and do a normal "mww 0xfd08 0xa5000501" command found in at91sam9g20-ek I get back a "address translation failure" error. I thought the point of the m

Re: [Openocd-development] WG: AW: compile error in R:2703

2009-09-14 Thread Paul Thomas
Rolf, R: 2707, now compiles for me. I guess your patch that Øyvind commited worked. For reference my gcc version is 4.4.1 thanks, Paul ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/op

[Openocd-development] compile error in R:2703

2009-09-13 Thread Paul Thomas
I just ran the following as I normally do: svn update ./bootstrap ./configure --enable-ft2232_libftdi --enable-maintainer-mode make and I get this compile error: cfi.c: In function ‘cfi_spansion_write_block’: cfi.c:1451: error: ‘target_code_size’ may be used uninitialized in this function make[3

[Openocd-development] at91sam9260 errors

2009-08-16 Thread Paul Thomas
hello, I'm trying to use openocd on our at91sam9260 board. This board works fine and a colleague has been using the j-link with the Segger software just fine. The output from starting is below. It looks like it's doing something, when I run it without the board connected I get "Error: JTAG communi

Re: [Openocd-development] i.mx27 test unit

2009-07-01 Thread Paul Thomas
We might be willing to do that. I'd still like to get the boundary scan working. Would you be testing that as well? thanks, Paul On Wed, Jul 1, 2009 at 4:45 AM, Øyvind Harboe wrote: > Is anyone willing to donate us an i.mx27 test unit? > > We'd like to add it to our test farm. > > Thanks to ever

Re: [Openocd-development] unable to open ftdi device

2009-06-09 Thread Paul Thomas
Paul, With my ft2232 device it shows up as /dev/usbdevX.Y_epZ. Did you build openocd with libftdi and/or ftd2xx support? Is libftdi or ftd2xx installed on your system? thanks, Paul On Tue, Jun 9, 2009 at 2:32 PM, Paul J THACKER wrote: > Hi, > > Openocd-0.1.0 on OpenSUSE 11.0 with Amontec jtagk

Re: [Openocd-development] openocd & boundary scan

2009-05-26 Thread Paul Thomas
On Mon, May 25, 2009 at 6:39 PM, David Brownell wrote: > > > > When I do scan_chain > > > I get both imx27.bs and imx27.cpu which looks normal. > > Maybe for i.MX27 ... having a separate TAP for boundary > scan seems unusual to me. > > ISTR that most ARM cores are set up so that they

[Openocd-development] openocd & boundary scan

2009-05-25 Thread Paul Thomas
Hello, I would like to do a boundary scan on a imx27 part. I've looked through the documentation and mailing list and I don't see much on this. The most helpful thing has been a very short wikipedia entry on the SVF format ( http://en.wikipedia.org/wiki/Serial_Vector_Format). I do see the svf comm

Re: [Openocd-development] testing tools [4 of 4]

2009-05-19 Thread Paul Thomas
On Mon, May 18, 2009 at 10:49 PM, Zach Welch wrote: > Hi all, > > Since this weekend, I have spent some time working on a set of Perl > scripts to prototype the back-end system that will aggregate the data > and present it for review (pre-analysis). > > I started on this to replace the static dev

Re: [Openocd-development] load_file

2009-05-14 Thread Paul Thomas
On Thu, May 14, 2009 at 5:00 PM, David Brownell wrote: > On Thursday 14 May 2009, Paul Thomas wrote: > > mww and mdw only work to for the first 32k > > But I used them just today to reference an address > up around 0x01c40800, which is much higher than that. > > So

Re: [Openocd-development] load_file

2009-05-14 Thread Paul Thomas
On Thu, May 14, 2009 at 4:34 PM, Paul Thomas wrote: > On Thu, May 14, 2009 at 4:29 PM, Øyvind Harboe wrote: > >> On Thu, May 14, 2009 at 11:56 PM, Paul Thomas >> wrote: >> > Hello, >> > >> > I'm trying to use the load_image command, and it ke

Re: [Openocd-development] load_file

2009-05-14 Thread Paul Thomas
On Thu, May 14, 2009 at 4:29 PM, Øyvind Harboe wrote: > On Thu, May 14, 2009 at 11:56 PM, Paul Thomas > wrote: > > Hello, > > > > I'm trying to use the load_image command, and it keeps giving me an > error. I > > know the command syntax is correct bec

[Openocd-development] load_file

2009-05-14 Thread Paul Thomas
Hello, I'm trying to use the load_image command, and it keeps giving me an error. I know the command syntax is correct because this works on a different imx27 board. I would think it's just my SDRAM initilization except that I can read/write to the memory with mww and mdw. You can see the full out

Re: [Openocd-development] new cfg file

2009-05-14 Thread Paul Thomas
On Thu, May 14, 2009 at 2:35 PM, Zach Welch wrote: > On Thu, 2009-05-14 at 13:27 -0700, Paul Thomas wrote: > > Hello, > > > > I'm new to openocd, and I just joined the mailing list today. I've > > tried openocd a couple of times in the past I have to say

[Openocd-development] new cfg file

2009-05-14 Thread Paul Thomas
Hello, I'm new to openocd, and I just joined the mailing list today. I've tried openocd a couple of times in the past I have to say I'm much more impressed with the state of things now than I was a year ago. I'm working on an open-source imx27 board. I just read Zach's message on maintainer roles