Skip to content
Snippets Groups Projects
Commit 9c771d16 authored by Angus Ainslie's avatar Angus Ainslie
Browse files

write_flash.sh: exit when flashing is finished


Signed-off-by: default avatarAngus Ainslie <angus@akkea.ca>
parent f486ff91
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ FB: ucmd sf probe
FB: acmd sf erase 0 ${HEX_SIZE}
FB: delay 5000
FB: acmd sf write 0x43000000 0 ${HEX_SIZE}
FB: Done
EOF
echo "About to run ${UUU_SCRIPT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment