Can someone show me how to compile openOCD for use with a parallel port interface?
simple and clear instructions would be greatly appreciated.
thanks
dazza :?
(at91sam7s-ek)
Can someone show me how to compile openOCD for use with a parallel port interface?
simple and clear instructions would be greatly appreciated.
thanks
dazza :?
(at91sam7s-ek)
Hi dazza,
have a look at this link:
http://elinux.org/BeagleBoardOpenOCD
or
http://openhardware.net/Embedded_ARM/OpenOCD_JTAG/
Just change the ./configure options to include ‘–enable-parport’.
Make sure you change your interface type in your config file your going to use with openocd.
Add the ‘parport_port <port|number>’ and the parport_cable ,e.g.
#interface
interface parport
parport_port 0x378 #parport_port 0 #this is specific to linux and different from windows
parport_cable wiggler
Hope this helps,
Pieter.