diff --git a/include/dts-functions.sh b/include/dts-functions.sh index 99607f3..c25077e 100644 --- a/include/dts-functions.sh +++ b/include/dts-functions.sh @@ -655,7 +655,7 @@ board_config() { BIOS_LINK_DPP="$BUCKET_DPP/$DASHARO_REL_NAME/v$DASHARO_REL_VER_DPP/${DASHARO_REL_NAME}_v$DASHARO_REL_VER_DPP.rom" # TODO: check if it really will be called "*_slimuefi_*.rom" - BIOS_LINK_DPP_SLIMUEFI="${BUCKET_DPP_SLIMUEFI}/pcengines_apu2/v${DASHARO_REL_VER_DPP_SLIMUEFI}/${DASHARO_REL_NAME}_slimuefi_v${DASHARO_REL_VER_DPP_SLIMUEFI}.rom" + BIOS_LINK_DPP_SLIMUEFI="${BUCKET_DPP_SLIMUEFI}/hardkernel_odroid_h4/v${DASHARO_REL_VER_DPP_SLIMUEFI}/${DASHARO_REL_NAME}_slim_bootloader_uefi_v${DASHARO_REL_VER_DPP_SLIMUEFI}.rom" ;; "QEMU" | "Emulation") case "$SYSTEM_MODEL" in diff --git a/scripts/dasharo-deploy.sh b/scripts/dasharo-deploy.sh index fc47fb1..0e122e5 100644 --- a/scripts/dasharo-deploy.sh +++ b/scripts/dasharo-deploy.sh @@ -176,7 +176,7 @@ ask_for_version() { if [ -n "$BIOS_LINK_DPP_SLIMUEFI" ]; then if check_for_firmware_access slimuefi; then - echo " s) DPP version (Slim Bootloader + UEFI)" + echo " l) DPP version (Slim Bootloader + UEFI)" _might_be_slimuefi="true" else print_firm_access_warning slimuefi @@ -1196,8 +1196,8 @@ ask_for_version_transition() { if grep -q 'to Dasharo (Slim Bootloader+UEFI)' <(echo "${_possible_transitions[@]}"); then if check_for_firmware_access slimuefi; then - echo " d) DPP version (Slim Bootloader + UEFI)" - _might_be_dpp="true" + echo " l) DPP version (Slim Bootloader + UEFI)" + _might_be_slimuefi="true" else print_firm_access_warning slimuefi fi