From 2ddcb47f316269e6f46af5cd17a2fb19bb2019de Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 3 Jul 2025 15:31:20 +0300 Subject: [PATCH] Update --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 97dc00c..22cee28 100755 --- a/start.sh +++ b/start.sh @@ -1 +1 @@ -./openocd -s .//scripts -f .//artery_f435.cfg -c init -c "reset halt" -c "flash erase_sector 0 0 last" -c "reset halt" -c "flash erase_sector 1 0 last" -c "flash write_bank 0 .//firmware//boot.xfsb 0x00000000" -c "flash write_bank 0 .//firmware//module1.xfsb 0x00010000" -c "flash write_bank 1 .//firmware//module2.xfsb 0x00030000" -c "reset" -c shutdown \ No newline at end of file +./openocd -s .//scripts -f .//artery_f435.cfg -c "init" -c "reset halt" -c "flash erase_sector 0 0 last" -c "reset halt" -c "flash erase_sector 1 0 last" -c "flash write_bank 0 .//firmware//boot.xfsb 0x00000000" -c "flash write_bank 0 .//firmware//module1.xfsb 0x00010000" -c "flash write_bank 1 .//firmware//module2.xfsb 0x00030000" -c "init" -c "reset" -c "shutdown" \ No newline at end of file