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.


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to