From dd990029da9a68097c8bbc1561d879cd2482fd1e Mon Sep 17 00:00:00 2001 From: Luca Erbetta <luca.erbetta@skywarder.eu> Date: Sun, 26 May 2019 19:00:35 +0200 Subject: [PATCH] [Scripts] Fixed path in flash scripts --- scripts/flashentry.sh | 2 +- scripts/flashram.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/flashentry.sh b/scripts/flashentry.sh index 389aae65d..7e9ed530b 100755 --- a/scripts/flashentry.sh +++ b/scripts/flashentry.sh @@ -1,3 +1,3 @@ #!/bin/sh -st-flash write bin_delivery/final/death-stack-entry.bin 0x8000000 +st-flash write bin_delivery/final/death-stack-entry/death-stack-entry.bin 0x8000000 diff --git a/scripts/flashram.sh b/scripts/flashram.sh index 5593b5e70..8c1e4e111 100755 --- a/scripts/flashram.sh +++ b/scripts/flashram.sh @@ -1,3 +1,3 @@ #!/bin/sh -st-flash write bin_delivery/final/ramtest.bin 0x8000000 +st-flash write bin_delivery/final/ramtest/ramtest.bin 0x8000000 -- GitLab