diff --git a/scripts/flash-calibration-entry.sh b/scripts/flash-calibration-entry.sh
new file mode 100755
index 0000000000000000000000000000000000000000..fab345c681e66ad05ec480eb97cfaed645feeabb
--- /dev/null
+++ b/scripts/flash-calibration-entry.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+st-flash write bin_delivery/final/calibration-entry/calibration-entry.bin 0x8000000
diff --git a/scripts/flash-entry.sh b/scripts/flash-entry.sh
new file mode 100755
index 0000000000000000000000000000000000000000..0c4e66ac01f0b60d2e1a16a10b31b9d30aeb4a59
--- /dev/null
+++ b/scripts/flash-entry.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+st-flash write bin_delivery/final/death-stack-x-entry/death-stack-x-entry.bin 0x8000000
diff --git a/scripts/flash-ramtest.sh b/scripts/flash-ramtest.sh
new file mode 100755
index 0000000000000000000000000000000000000000..8c1e4e111e0943de10e775f2963430063cbdc598
--- /dev/null
+++ b/scripts/flash-ramtest.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+st-flash write bin_delivery/final/ramtest/ramtest.bin 0x8000000