diff --git a/buildroot-external/scripts/ota.sh b/buildroot-external/scripts/ota.sh index f461ca57e..2a22254cf 100755 --- a/buildroot-external/scripts/ota.sh +++ b/buildroot-external/scripts/ota.sh @@ -36,7 +36,7 @@ function create_ota_update() { export BOOTLOADER BOOT_SPL export ota_compatible ota_version ( - "${HOST_DIR}/bin/host-tempio" \ + "${HOST_DIR}/bin/tempio" \ -template "${BR2_EXTERNAL_HASSOS_PATH}/ota/manifest.raucm.gtpl" ) > "${rauc_folder}/manifest.raucm" diff --git a/buildroot-external/scripts/rauc.sh b/buildroot-external/scripts/rauc.sh index 38a45048b..b8c464adb 100755 --- a/buildroot-external/scripts/rauc.sh +++ b/buildroot-external/scripts/rauc.sh @@ -12,7 +12,7 @@ function write_rauc_config() { export BOOTLOADER BOOT_SYS BOOT_SPL ( - "${HOST_DIR}/bin/host-tempio" \ + "${HOST_DIR}/bin/tempio" \ -template "${BR2_EXTERNAL_HASSOS_PATH}/ota/system.conf.gtpl" ) > "${TARGET_DIR}/etc/rauc/system.conf" }