[OpenOCD-devel] pld support

2015-02-10 Thread Ran Shalit
Hello, I would like to ask if there is some wiki of other which explaing how to load cpld (fpga) and run. I am using microsemi igloo2, and I'm followed the user's guide section for PLD, which list the PLD commands. Is there any example/wiki for the sequence of commands that should be done ? I see

Re: [OpenOCD-devel] pld support

2015-02-10 Thread Paul Fertser
Hello, On Tue, Feb 10, 2015 at 07:18:27PM +0200, Ran Shalit wrote: I would like to ask if there is some wiki of other which explaing how to load cpld (fpga) and run. Do you have SVF file for that? Usually CPLD/FPGA tools allow user to output one. Then use svf command, it has nothing to do with

[OpenOCD-devel] [PATCH]: 92f08e4 armv7m_trace, stlink: provide APIs to capture trace with an adapter

2015-02-10 Thread gerrit
This is an automated email from Gerrit. Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2540 -- gerrit commit 92f08e4b1e4a8dae831ce86451a32de772ed4863 Author: Paul Fertser fercer...@gmail.com Date: Tue Feb 10 13:32:07

Re: [OpenOCD-devel] pld support

2015-02-10 Thread Ran Shalit
On Tue, Feb 10, 2015 at 7:56 PM, Paul Fertser fercer...@gmail.com wrote: Hello, Hi Paul, On Tue, Feb 10, 2015 at 07:18:27PM +0200, Ran Shalit wrote: I would like to ask if there is some wiki of other which explaing how to load cpld (fpga) and run. Do you have SVF file for that? Usually

Re: [OpenOCD-devel] pld support

2015-02-10 Thread Paul Fertser
On Tue, Feb 10, 2015 at 08:26:52PM +0200, Ran Shalit wrote: On Tue, Feb 10, 2015 at 07:18:27PM +0200, Ran Shalit wrote: I would like to ask if there is some wiki of other which explaing how to load cpld (fpga) and run. Do you have SVF file for that? Usually CPLD/FPGA tools allow user to

Re: [OpenOCD-devel] pld support

2015-02-10 Thread Paul Fertser
On Tue, Feb 10, 2015 at 10:29:21PM +0200, Ran Shalit wrote: You can start openocd by specifying an adapter and adapter_khz and then connect via telnet and issue 'svf auto0.tap'... etc. I am using sysgpio interface. Is the telnet connection relevant for sys gpio too ? With raspberraypi .cfg

Re: [OpenOCD-devel] Fwd: Problem with GDB protocol

2015-02-10 Thread Paul Fertser
Hello, On Wed, Feb 11, 2015 at 07:13:05AM +0100, Matej Kupljen wrote: $ arm-linux-gdb -v GNU gdb 6.8 Isn't this really ancient? While looking in the remote log file, i have seen that gdb responds with: w ++$?#3f I'd like to know more about those pluses. The first plus is the

[OpenOCD-devel] Fwd: Problem with GDB protocol

2015-02-10 Thread Matej Kupljen
To all, I tried to used OpenOCD on my board with Atmel AT91SAM9263 with Amontec jtagkey and it works great, only I had to *slow* it down to 5 kHz while initialization. Even after PLL setup, I still have to use slower clock, around 4MHz. I couldn't make it to work with GDB. I was always getting

Re: [OpenOCD-devel] Fwd: Problem with GDB protocol

2015-02-10 Thread Matej Kupljen
Hello, On Wed, Feb 11, 2015 at 07:13:05AM +0100, Matej Kupljen wrote: $ arm-linux-gdb -v GNU gdb 6.8 Isn't this really ancient? Well, this is what I have to use, not my choice. While looking in the remote log file, i have seen that gdb responds with: w ++$?#3f I'd like to know more

[OpenOCD-devel] when the patch verified in the gerrit will apply to master

2015-02-10 Thread vichy
hi all: if the patch on the gerrit is verified 1, when it will be applied to the master code base? BR, -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in

Re: [OpenOCD-devel] Fwd: Problem with GDB protocol

2015-02-10 Thread Paul Fertser
On Wed, Feb 11, 2015 at 08:20:26AM +0100, Matej Kupljen wrote: On Wed, Feb 11, 2015 at 07:13:05AM +0100, Matej Kupljen wrote: $ arm-linux-gdb -v GNU gdb 6.8 Isn't this really ancient? Well, this is what I have to use, not my choice. But why? Isn't modern gdb working with your target?

Re: [OpenOCD-devel] pld support

2015-02-10 Thread blurryink
I am also very interested in communicating using OpenOCD and running the bus pirate to talk to a Xilinx fpga. One piece of the svf format lives in a your micro-controller and the other piece streams a SVF encoded bit stream to the micro-controller over the micro controller's JTAG link.