From 22d09d236e77f3fe7d5301bbdf4245e95cd350a9 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 20 May 2025 12:58:45 +0200 Subject: [PATCH] fix: use update imx image name --- horsch/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horsch/zsh.nix b/horsch/zsh.nix index 65bac67..5d091c6 100644 --- a/horsch/zsh.nix +++ b/horsch/zsh.nix @@ -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