-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Flashing images on macOS is too slow to be usable. Some major performance improvements may not be too difficult (and benefit all platforms).
Some notes:
- Flashing code is here https://github.com/beagleboard/bb-imager-rs/blob/main/bb-flasher-sd/src/flashing.rs
- Balena etcher code is here (much faster)
I'll take a look in case there are simple improvements. The rust approach has a lot of blocking code and we may be able to pipe streams together in a more efficient way.