Author Topic: Flashing SMF2000's CPU from command-line  (Read 48 times)

blipton

  • Active Member
  • *
  • Posts: 6
Flashing SMF2000's CPU from command-line
« on: April 28, 2023, 01:56:28 AM »
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