Anyone know a way to program the Cortex-M3 using openocd command line? SoftConsole's debug console doesn't display the commands.
From the debugging options, I see openocd is started using:
openocd --command "set DEVICE M2S010" --file board/microsemi-cortex-m3.cfg
but no clue on download/flash .elf file.. the following doesn't work presumably because the elf doesn't have the memory area to download to?
openocd -f board/microsemi-cortex-m3.cfg -c "program myfile.elf verify reset exit