Some quick comments...

Why are you using "reset halt" and not "reset init"?

> last qestion:
> if i try the command line
> openocd -f jtagkey.cfg -f sam7x512.cfg -c "script flash.script"
> I have an error:
> Unknown command: reset halt

You need to set up OpenOCD after configuring it by running
the init command:

openocd -f jtagkey.cfg -f sam7x512.cfg -c init -c "script flash.script"



-- 
Øyvind Harboe
Embedded software and hardware consulting services
http://www.zylin.com
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to