HI all SparkFun members.
I’m looking for help.
When i execute some commands wrote in .cfg file (openocd.exe), i encounter the message “command requires more arguments” which i hadn’t understand or explain exactly where’s the problem.
Commands as “halt” , “poll” , “flash erase_check”.
Also, the command “daemon_startup reset” cause another Error (system dpn’t recognize this command name?)
Here attached the script that i’m using.
C:\Program Files\OpenOCD\0.4.0\bin>openocd.exe -f openocd.cfg
Open On-Chip Debugger 0.4.0 (2010-02-22-19:05)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
parport port = 0x378
trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain
jtag_nsrst_delay: 100
jtag_ntrst_delay: 100
TargetName Type Endian TapName State
flash write_binary 0 BootLoader_108.bin 0x0 0: command requires more arguments
C:\Program Files\OpenOCD\0.4.0\bin>
My main goal is to program internal lpc2212 flash by one file and after, program an lpc2212 external flash, through an LPT wiggler interface and openOcd 0.4.0 windows platform.
I haven’t any debugging purpose, just downloading images into board flashes.
I m not progressing as it could be.
Is there any friend that could help me in this subject, so, I will recognize this for him so much.
Note : i’m new in openOcd development.
Thank you.
Kamel Mahjoub