fix: use update imx image name

This commit is contained in:
Michael Mandl 2025-05-20 12:58:45 +02:00
parent 9b1e3b6bc9
commit 22d09d236e
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -99,7 +99,7 @@
local wic_file=''${2}
if [ -z ''${bootloader_file} ]; then
bootloader_file=$(find build/tmp/deploy/images -name "imx-boot-horsch-fusion-sd*" -type f \
bootloader_file=$(find build/tmp/deploy/images -name "imx-boot-horsch-*" -type f \
| fzf --select-1 --exit-0 --header "Select a bootloader file" --preview=''${fzf_preview} --preview-window=top)
fi