fix: use update imx image name
This commit is contained in:
parent
9b1e3b6bc9
commit
22d09d236e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue