This commit is contained in:
pvvx 2016-09-25 10:46:13 +03:00
parent bd27e45421
commit a47f9b574d
5 changed files with 27 additions and 15 deletions

View file

@ -94,9 +94,9 @@ p /x $dumpendaddr
dump binary memory ./build/bin/fullflash.bin $dumpstartaddr $dumpendaddr
printf "FullFlash saved in ./build/bin/fullflash.bin - OK.\n"
#------------------------------------------------------------------
# Reset
monitor reset
# Boot Flash
monitor long 0x40000210 = 0x211157
# Reset
monitor reset
monitor go
quit

View file

@ -23,6 +23,7 @@ monitor long 0x40000210 = 0x8011157
# Load the program executable called "image.elf"
load build/obj/build.axf
#continue
monitor reset
monitor go
quit