diff --git a/scripts/flashentry.sh b/scripts/flashentry.sh
index 389aae65d0cdf1cf828bbd1b286b73016c127eb0..7e9ed530b586a41268390ca12ed520520b527ffb 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 5593b5e70f6fa89f4036b542d3aabd56bab666b6..8c1e4e111e0943de10e775f2963430063cbdc598 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