I am running openOCD r717 on PC connecting to Olimex Sam7-P256 board with Usb-tiny. I am able to load code to flash using SAM-BA and run GDB but can not get any flash command in openOCD to be accepted.
I telnet to OpenOCD, do “help”, and can run most commands, except no flash command shown in the documentation is accepted,
for instance if I try:
“Flash info 0”
open OCD responds “Command info not found”
ALL of the commands show in section “6.1.3 Flash commands” in the openocd doc behave this way. Is this all obsolete, or am I doing something wrong?