Skip to content

Commit

Permalink
Adjust to "run: rename hw boot/image.elf"
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeske committed Apr 17, 2024
1 parent 840d417 commit 3f88eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/run/image/pine_uboot_sdcard
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
proc run_image { } {

set elf_img [file join [run_dir] boot image.elf]
set elf_img [file join [run_dir] boot [kernel_specific_binary image.elf]]

set sgdisk [installed_command sgdisk]
set mkenvimage [installed_command mkenvimage]
Expand Down

0 comments on commit 3f88eca

Please sign in to comment.