Hello,
I am a new OpenOCD user.
I have built and made OpenOCD.
However, I am trying to locate the stock flyswatter.cfg and ti_beagleboard.cfg files to use with OpenOCD.
When I try and run OpenOCD with:
openocd -s lib/openocd/ -f interface/flyswatter.cfg -f board/ti_beagleboard.cfg
I get:
Info: openocd.c:92 main(): Open On-Chip Debugger (2007-08-21 18:30 CEST)
Error: configuration.c:121 parse_config_file(): couldn't open config file
Can anyone tell me where to get these required files, instead of making them new?
Thanks,