I have successfully compiled OpenOCD. I am still having problems getting it to work. I believe my problem is that I am not telling it where my device is (shows up in /dev as /dev/ttyUSB0). I don’t really know how to test this theory.
I am also sure that it is a possibility that I have compiled with the wrong options, when I compiled I used ./configure --enable-dummy --enable-ft2232_libftdi . If these are not the right options please point me in the right direction.
whenever I call the openocd command I have been passing the luminary.cfg file, although I have tried every file that seems remotley related to luminary micro. Nothing, however, has worked for me so far.
thank you in advance for any help you can provide…
but off the top of my head I’d say check the vid pid of the board (lsusb) as it might be different to the profiles already included. If so make a copy of the luminary-icdi.cfg file and change the vid pid in it and try again.
In terms of compiling I wouldn’t normally use --enable-dummy, I use --enable-maintainer-mode --disable-werror and the ftdi driver commands (I use ftdi drivers not libftdi).
And yeah, nothing silly about asking, openocd can be difficult to get going initially.