diff --git a/base-foc/run/env b/base-foc/run/env index 2c3fb3277..e5a7ce855 100644 --- a/base-foc/run/env +++ b/base-foc/run/env @@ -190,6 +190,8 @@ proc build_boot_image_arm {binaries} { } exec cp [bin_dir]/bootstrap.elf [run_dir]/image.elf + + puts stderr "\nboot image: [run_dir]/image.elf\n" }