mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-20 02:18:37 +00:00
* Fix rpi-eeprom-update when device boots from NVMe The boot partition detection doesn't work correctly if the device boots from NVMe. Also the mounting step is unnecessary in HAOS as we can assume the boot partition to be always mounted. Fix the issues by modifying the bootfs detection logic to always use /mnt/boot. However, still fail in case when flashrom can't be used (usually on CM4). On CM5, or on Pi 5 booted from NVMe, update process works without further changes because the firmware can be flashed directly from the running system using flashrom. Fixes #4157 * Fix typo in patch commit message