Re: [Openocd-development] Show of hands for/against gerrit

2011-10-07 Thread Tomek CEDRO
On Fri, Oct 7, 2011 at 5:48 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: http://code.google.com/p/gerrit/ I have no idea what it does, but I'm very excited! :-) Looks interesting, I wonder if it has mailing list integration or simply use emails for notifications :-) I am a bit afraid of the

Re: [Openocd-development] Show of hands for/against gerrit

2011-10-07 Thread jim norris
I'm also a +1. Jim ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Atmel SAM3N with OpenOCD 0.5.0 (and git HEAD too)

2011-10-07 Thread Attila Kinali
On Thu, 6 Oct 2011 23:07:44 +0200 Andreas Fritiofson andreas.fritiof...@gmail.com wrote: That log doesn't show that OpenOCD hangs after accessing flash. The Flash bank access DONE part is wrong, the flash bank has only been set up in OpenOCD, there hasn't been any communication with the

Re: [Openocd-development] Atmel SAM3N with OpenOCD 0.5.0

2011-10-07 Thread Attila Kinali
On Thu, 6 Oct 2011 23:07:44 +0200 Andreas Fritiofson andreas.fritiof...@gmail.com wrote: Other than that I'm not of much use, I haven't worked with any of the targets. Btw: if it would help, i could send you (or anyone else for that matter) one of the SAM3N evaluation boards[1].

[Openocd-development] [PATCH] Start porting of usb jtag drivers to libusb-1.0 instead of libusb.0.1

2011-10-07 Thread Mauro Gamba
Hello to everyone, I start the porting of the usb jtag drivers to the libusb-1.0 library. I tested the jlink driver under linux and it work quite well. I've ported also the rlink and usbprog driver but I can't test them without the hardware. I didn't touch other drivers but I want to submit a

[Openocd-development] Compile errors....

2011-10-07 Thread jim norris
I'm getting compile errors from a fresh clone of the tree in the files: src/target/armv7a.c src/target/cortex_a.c having to do with unused but set variables. Did I miss something? Jim ___ Openocd-development mailing list

Re: [Openocd-development] Compile errors....

2011-10-07 Thread Øyvind Harboe
On Fri, Oct 7, 2011 at 4:34 PM, jim norris u17...@att.net wrote: I'm getting compile errors from a fresh clone of the tree in the files:    src/target/armv7a.c    src/target/cortex_a.c having to do with unused but set variables. Did I miss something? OpenOCD compiles with -Werror which

Re: [Openocd-development] Atmel SAM3N with OpenOCD 0.5.0

2011-10-07 Thread jim norris
Atilla, I've been able to bring up your script, with the steps after 'pre init' commented out, using an Olimex ARM-USB-OCD and an Atmel SAM3N-EK development board. I configured OpenOCD with the following: ./configure --enable-maintainer-mode --enable-jlink --enable-ft2232_libftdi

Re: [Openocd-development] load_image trouble

2011-10-07 Thread Andreas Fritiofson
On Fri, Oct 7, 2011 at 7:34 AM, Dmitry E. Oboukhov un...@debian.org wrote: I cant upload an image into internal SRAM (AT91SAM9). it can really write only 20 bytes. load_image into internal flash area works fine. But why it doesn't fail if it writes the other regions? It crashes only

Re: [Openocd-development] Show of hands for/against gerrit

2011-10-07 Thread Austin, Alex
+2 Reviewed, +1 Verified... :) Having used Gerrit a little bit, where I work, it seems to enforce a workflow that this mailing list already uses. Any submitted patch needs to go through the review process before it is accepted into Trunk. If a patch needs work, a second version can be submitted

Re: [Openocd-development] Atmel SAM3N with OpenOCD 0.5.0 (and git HEAD too)

2011-10-07 Thread Andreas Fritiofson
On Fri, Oct 7, 2011 at 2:37 PM, Attila Kinali att...@kinali.ch wrote: On Thu, 6 Oct 2011 23:07:44 +0200 Andreas Fritiofson andreas.fritiof...@gmail.com wrote: It obviously hangs during init, which could mean just about anything. It's impossible to tell without a debug log (-d3). I