Re: [Openocd-development] Programming a PIC32 from an ARM

2010-07-23 Thread Marc Reilly
Hi Marc, > > - Has anyone done this before/ or something similar? > > About running openocd on a ARM host and driving jtag unsing its gpio pins, > this has been done using the at91rm9200, see src/jtag/drivers/at91rm9200.c Thanks, I think this is what I was looking for. +1 beer for you if you a

Re: [Openocd-development] Programming a PIC32 from an ARM

2010-07-23 Thread Marc Pignat
Hi! > - Has anyone done this before/ or something similar? About running openocd on a ARM host and driving jtag unsing its gpio pins, this has been done using the at91rm9200, see src/jtag/drivers/at91rm9200.c I have no idea about the pic32 support... Best regards Marc

Re: [Openocd-development] Programming a PIC32 from an ARM

2010-07-23 Thread Nico Coesel
inal Message- > From: openocd-development-boun...@lists.berlios.de [mailto:openocd- > development-boun...@lists.berlios.de] On Behalf Of Marc Reilly > Sent: vrijdag 23 juli 2010 10:16 > To: Openocd-development@lists.berlios.de > Subject: [Openocd-development] Programming a PIC32 from

[Openocd-development] Programming a PIC32 from an ARM

2010-07-23 Thread Marc Reilly
Hi, For an upcoming product we have a system which has a PIC32 as a "peripheral" processor and an ARM as the main processor (running Linux). We'd like to be able program the PIC32 directly from the ARM- we have enough IO lines to connect to the JTAG port. I remember reading that OpenOCD was ca