|
From: Spencer O. <sp...@sp...> - 2013-03-08 16:45:39
|
On 8 March 2013 16:37, Devika ESD <dev...@gm...> wrote: > Thanks Spencer it worked. > > But But sorry please one more question---> > yet again - can you make sure you cc the mailing list for all replies. > root@ubuntu:/usr/local/share/openocd/scripts/interface# openocd -f > interface/parport.cfg -f target/samsung_s3c2440.cfg > Open On-Chip Debugger 0.6.1 (2013-03-08-07:53) > > Licensed under GNU GPL v2 > For bug reports, read > http://openocd.sourceforge.net/doc/doxygen/bugs.html > Warn : Adapter driver 'parport' did not declare which transports it allows; > assuming legacy JTAG-only > Info : only one transport option; autoselect 'jtag' > parport port = 0x0 > > trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain > Error: An adapter speed is not selected in the init script. Insert a call to > adapter_khz or jtag_rclk to proceed. > in procedure 'init' > > > It is saying adapter speed missing where should i select. > The message is telling you what todo. "Insert a call to adapter_khz or jtag_rclk to proceed." so add adapter_khz 1000 for example in your OpenOCD config. Spen |