need help in solving the issue
a) when i run openocd without jtag_khz i get the following output
$ openocd.exe -f interface/parport.cfg -c “gdb_memory_map enable” -c “gdb_flash_program enable” -f board/imx31pdk.cfg
Open On-Chip Debugger 0.3.1 (2009-11-13-16:13)
$URL$
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
parport port = 956
OLD SYNTAX: DEPRECATED - use jtag_khz, not jtag_speed
jtag_speed: 0
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
Warn : imx31.sjc: nonstandard IR value
Warn : imx31.sjc: nonstandard IR mask
Warn : imx31.whatchacallit: nonstandard IR value
Error: Translation from jtag_speed to khz not implemented
Info : interface specific clock speed value 0
Info : JTAG tap: imx31.sjc tap/device found: 0x2b900f0f (mfg: 0x787, part: 0xb900, ver: 0x2)
Info : JTAG tap: imx31.cpu tap/device found: 0x07b3601d (mfg: 0x00e, part: 0x7b36, ver: 0x0)
Warn : TAP imx31.whatchacallit does not have IDCODE
Info : JTAG tap: imx31.smda tap/device found: 0x2190101d (mfg: 0x00e, part: 0x1901, ver: 0x2)
Info : found ARM1136
b) when jtag_khz is used following error is coming
Open On-Chip Debugger 0.3.1 (2009-11-13-16:13)
$URL$
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
parport port = 956
1000 kHz
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
none separate
Warn : imx31.sjc: nonstandard IR value
Warn : imx31.sjc: nonstandard IR mask
Warn : imx31.whatchacallit: nonstandard IR value
Error: Translation from khz to jtag_speed not implemented
Error: Translation from khz to jtag_speed not implemented
Error: Translation from jtag_speed to khz not implemented
Error: Translation from khz to jtag_speed not implemented
Info : interface specific clock speed value 2291712
Error: Translation from khz to jtag_speed not implemented
I am using the default pdk board configuartion given with the openocd board folder. what is the best way to solve the following problem.
Regards
Raghuram