From 2c8295aa202d1379192f593e9bdda76a2cf21f15 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 10 Feb 2020 10:18:30 +0100 Subject: [PATCH] Fix OTA SPL update on REl-3 (#579) --- buildroot-external/scripts/ota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/scripts/ota.sh b/buildroot-external/scripts/ota.sh index 4f6c101c7..cd7bbfc2a 100755 --- a/buildroot-external/scripts/ota.sh +++ b/buildroot-external/scripts/ota.sh @@ -41,7 +41,7 @@ function create_ota_update() { ) > "${rauc_folder}/manifest.raucm" # SPL - if [ "${BOOT_SYS}" == "spl" ]; then + if [[ "${BOOT_SYS}" =~ (spl|mbr) ]]; then cp -f "${spl}" "${rauc_folder}/spl.img" (