Hi all,

REF: http://openfacts.berlios.de/index-en.phtml?title=OpenOCD_commands

The above doc is not quite up to date. Some notes:

flash write ... command not found, Deprecated.

flash write_binary also gives command not found.

This works instead: use 'flash write_image' and specify the file type at
the end of the command (this case: 'bin')

flash write_image <path-to-file>/main.bin 0x0 bin

"flash erase ... " seems deprecated now in favor of
"flash erase_sector ..."

flash erase_sector 0 0 26

There may be more, these are the few I've found so far...

Cheers,
-K



_______________________________________________
psas-avionics mailing list
psas-avionics@lists.psas.pdx.edu
http://lists.psas.pdx.edu/mailman/listinfo/psas-avionics

Reply via email to