作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
谁能帮助我理解 openocd 的“无效命令名称”错误?一些细节:
我完成的步骤:
命令和错误截图:
c:\oocd7>c:\oocd7\bin-x64\openocd-x64-0.7.0.exe -f board\phytec_lpc3250.cfg -f interface\olimex-arm-usb-ocd-h.cfg
Open On-Chip Debugger 0.7.0 (2013-05-05-10:44)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
Runtime Error: c:/oocd7/bin-x64/../scripts/target/lpc3250.cfg:34: invalid command name "jtag"
in procedure 'script'
at file "embedded:startup.tcl", line 58
at file "c:/oocd7/bin-x64/../scripts/board\phytec_lpc3250.cfg", line 1
at file "c:/oocd7/bin-x64/../scripts/target/lpc3250.cfg", line 34
已安装“libusb-win32”驱动的设备:
Olimex OpenOCD JTAG ARM-USB-OCD-H Interface 0
Olimex OpenOCD JTAG ARM-USB-OCD-H Interface 1
USB component Device
非常感谢任何评论!
最佳答案
您需要将接口(interface)文件放在板文件之前。
代替:
> openocd -f board\phytec_lpc3250.cfg -f interface\olimex-arm-usb-ocd-h.cfg
你想要:
> openocd -f interface\olimex-arm-usb-ocd-h.cfg -f board\phytec_lpc3250.cfg
来源:http://elinux.org/OpenOCD_Troubleshooting:_Invalid_Command_Name_JTAG
关于windows - windows 上的 openocd 无效命令 "jtag"与 phytec lpc3250 目标使用 olimex arm-usb-ocd-h jtag 加密狗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16452943/
我有一 block 带有特殊 UEXT connector 的 Olimex A20 板它可以连接 SPI、I2C 和 RS 232。我喜欢使用 Olimex 的 MOD Zigbee 模块直接通过
谁能帮助我理解 openocd 的“无效命令名称”错误?一些细节: openocd 0.7.0 windows 二进制文件 olimex arm-usb-ocd-h 适配器 基于 lpc3250 ph
我是一名优秀的程序员,十分优秀!