|
From: Kevin & P. G. <kg...@pa...> - 2016-05-30 03:56:00
|
I wish to use OpenOCD on a NUCLEO_F746ZG board, finally via eclipse. I downloaded from http://gnuarmeclipse.github.io/blog/2016/01/11/openocd-v0.10.0-201601101000-dev-released/#download filename: gnuarmeclipse-openocd-win64-0.10.0-201601101000-dev-setup.exe and created st_nucleo_f7.cfg from st_nucleo_f4.cfg and modified "source [find target/stm32f4x.cfg]" to "source [find target/stm32f7x.cfg]" I then ran OpenOCD as follows: ------------------------------------------------------------------------------- C:\eclipse\openocd\0.10.0-201601101000-dev\bin>openocd -s scripts/ -f board/st_n ucleo_f7.cfg -c 'program program.bin reset exit 0x08000000' GNU ARM Eclipse 64-bits Open On-Chip Debugger 0.10.0-dev-00287-g85cec24-dirty (2 016-01-10-10:13) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html embedded:startup.tcl:60: Error: Can't find board/st_nucleo_f7.cfg in procedure 'script' at file "embedded:startup.tcl", line 60 ------------------------------------------------------------------------------ Please advise how I can find line 60 and resolve this. Regards, Kevin. |