SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By ygramoel
#198961
I am trying to use OpenOCD on Linux Mint to access a Nucleo-F767ZI board, but keep getting "flash driver 'stm32f7x' not found". A web search for this error does not yield any results.

I am new to OpenOCD, so I have no idea where to look for the missing driver. Any suggestions?
Code: Select all
$ openocd -f nucleo_f767zi.cfg -s ocd_scripts -c "init; reset halt"
Open On-Chip Debugger 0.9.0 (2018-01-24-01:05)
Licensed under GNU GPL v2
For bug reports, read
	http://openocd.org/doc/doxygen/bugs.html
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Error: flash driver 'stm32f7x' not found