我在开发板之家买的JLink V8 板卡是1048版本的。
openocd -f ~/programs/openocd-0.5.0/tcl/interface/jlink.cfg -f ~/programs/openocd-0.5.0/tcl/board/mini6410.cfg
配置:
./configure --disable-werror --enable-jlink --enable-shared=yes --enable-maintainer-mode --enable-parport --disable-parport-ppdev
出现如下错误:
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
Error: Trying to use configured scan chain anyway...
Error: s3c6410.etb: IR capture error; saw 0x00 not 0x01
Warn : Bypassing JTAG setup events due to errors
Error: 'arm11 target' JTAG error SCREG OUT 0x00
Error: unexpected ARM11 ID code
Polling target failed, GDB will be halted. Polling again in 100ms
搞不明白了。。。
望各位不吝赐教,小弟先谢谢啦!