Does anybody know if it possible to use OpenOCD with a wiggler cable attached to a usb2parallel adapter?? Suse creates /dev/usb/lp0 (so I changed parport.c to use that instead of /dev/parportX) and OpenOCD is configured with parport_ppdev, but I got the following error:
Info: configuration.c:50 configuration_output_handler(): Command parport_port not found
Info: configuration.c:50 configuration_output_handler(): Command parport_cable not found
Error: jtag.c:1184 jtag_init(): No valid jtag interface found (parport_ppdev)
Although I have set parport_port and parport_cable in the .cfg file and use OpenOCD normally with this .cfg on other machines with parallel ports (with --enable-parport).