flashers: remove need for heimdall_wait_for_device.sh and fix heimdall-isorec flash
- Jul 21, 2024
-
-
This wrapper script, which was added in alpinelinux's heimdall 2.1.0 package, replaces heimdall_flash_kernel.sh and takes a fifth arg with dtb name. The script then concatenates vmlinuz and the dtb into a vmlinuz-dtb file and flashes it to the kernel partition. Boot-deploy was previously responsible for creating vmlinuz-dtb, but to save disk space we have moved away from creating it unconditionally. Fixes: https://gitlab.com/postmarketOS/boot-deploy/-/issues/26
-
Instead, use new --wait arg added in heimdall 2.1.0. Heimdall then waits until it detects a compatible device and then continues with flash action.
-