RE: Xilinx XVC support (client)

2023-08-25 Thread Augusto Fraga Giachero
No problems. Thank you Antonio! De: Antonio Borneo Enviado: quinta-feira, 24 de agosto de 2023 12:24 Para: Augusto Fraga Giachero Cc: openocd-devel@lists.sourceforge.net Assunto: Re: Xilinx XVC support (client) [Geralmente, você não obtém emails de

Xilinx XVC support (client)

2023-08-24 Thread Augusto Fraga Giachero
Hello, We've been using the XVC client implementation provided in https://review.openocd.org/c/openocd/+/6867 with great success in our fork https://github.com/lnls-dig/openocd/tree/xvc-tcp-support There are any plans to merge this into master? Thanks, Augusto. Aviso Legal: Esta mensagem e seus

Re: [OpenOCD-devel] GDB connection via pipe problems

2018-03-16 Thread Augusto Fraga Giachero
Tomas Vanek writes: > Hi Augusto, > > see my comments in your message. > > On 15.03.2018 14:12, Augusto Fraga Giachero wrote: >> I've tried posting (twice) this message to the openocd-devel mailling >> list, but it didn't showed up in the archives. Anywa

[OpenOCD-devel] GDB connection via pipe problems

2018-03-12 Thread Augusto Fraga Giachero
s ago. I've been searching for similar problems on forums and mailling lists, but couldn't find relevant info. Anyone experiencing this or have some idea what this gdb error means? Thanks, Augusto Fraga Giachero. OpenOCD: 0.10.0 arm-none-eabi-gdb: 8.1 P

[OpenOCD-devel] GDB connection via pipe problems

2018-03-10 Thread Augusto Fraga Giachero
s ago. I've been searching for similar problems on forums and mailling lists, but couldn't find relevant info. Anyone experiencing this or have some idea what this gdb error means? Thanks, Augusto Fraga Giachero. OpenOCD: 0.10.0 arm-none-eabi-gdb: 8.1 P

Re: [OpenOCD-devel] List available interfaces

2017-01-22 Thread Augusto Fraga Giachero
It did the trick! I hope these debug messages don't change much in newer releases. Thanks! On 21-01-2017 13:11, Paul Fertser wrote: > Probably just something like this? > > for i in $(openocd -c shutdown -d 2>&1 | sed -n '/add_script_search_dir/ { > s/.*adding //; p }'); do > find $i/in

Re: [OpenOCD-devel] List available interfaces

2017-01-21 Thread Augusto Fraga Giachero
er2 2 - altera-usb-blaster ... 24 - stlink-v1 25 - stlink-v2-1 26 - stlink-v2 ... Please chose the debug adapter: Thanks, Augusto Fraga Giachero. On 21-01-2017 11:40, Paul Fertser wrote: > Hi, > > On Sat, Jan 21, 2017 at 11:36:43AM -0200, Augusto Fraga Giachero wrote: >> I&#x

[OpenOCD-devel] List available interfaces

2017-01-21 Thread Augusto Fraga Giachero
debug interfaces of OpenOCD? Thanks, Augusto Fraga Giachero. -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.lin

Re: [OpenOCD-devel] P&E Multilink Support

2016-10-05 Thread Augusto Fraga Giachero
used the JLink adapter before with success on OpenOCD. Do you know why the STLINK-V2 wouldn't work with NXP KEA micros? Thanks. Em 4 de out de 2016 3:48 AM, "Paul Fertser" <mailto:fercer...@gmail.com>> escreveu: On Mon, Oct 03, 2016 at 06:22:10PM -0300, Augusto Fraga

[OpenOCD-devel] P&E Multilink Support

2016-10-03 Thread Augusto Fraga Giachero
How hard it is to add support to the P&E Multilink adapter? -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot __

Re: [OpenOCD-devel] Support to NXP KEA Microcontrollers

2016-09-11 Thread Augusto Fraga Giachero
I've tried the latest OpenOCD and it seems to work fine with the S9KEAZ128AMLK! Thanks! On 27-07-2016 15:48, Augusto Fraga Giachero wrote: > I have been using the OpenOCD from the Arch Linux repo (0.9.0), so I > think that this version doesn't have the ke driver. I'll t

Re: [OpenOCD-devel] Support to NXP KEA Microcontrollers

2016-07-27 Thread Augusto Fraga Giachero
s merged about 2 months ago. > > On 27.07.2016 19:26, Augusto Fraga Giachero wrote: >> I'm not with the development board now, when I get my hands on it I'll >> do a further investigation of this piece of code. >> >> >> For what I can remember, when

Re: [OpenOCD-devel] Support to NXP KEA Microcontrollers

2016-07-27 Thread Augusto Fraga Giachero
decoder. > > Tomas > > On 27.07.2016 16:09, Augusto Fraga Giachero wrote: >> Hello, >> >> >> I'm developing a firmware for the S9KEAZ128AMLK (Kinetis EA) >> microcontroller from NXP (previously from Freescale) and it seems that >> OpenOCD does

[OpenOCD-devel] Support to NXP KEA Microcontrollers

2016-07-27 Thread Augusto Fraga Giachero
Hello, I'm developing a firmware for the S9KEAZ128AMLK (Kinetis EA) microcontroller from NXP (previously from Freescale) and it seems that OpenOCD doesn't have support to this family of microcontrollers. I would like to add support for flash programming and debugging but I don't know a lot of