Fix OTA SPL update on REl-3 (#579)
This commit is contained in:
@@ -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"
|
||||
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user