Michael Stapelberg
9c06b898c1
status: display running EEPROM bootloader build-timestamp
...
This is more user-friendly compared to the raw SHA256 checksums.
Those can still be obtained by querying the status via JSON.
fixes https://github.com/gokrazy/gokrazy/issues/343
2025-11-20 08:13:35 +01:00
Michael Stapelberg
117fd1f6c6
fix displaying firmware EEPROM version on Pi 5 with rpi5-eeprom
...
The rpi5-eeprom package no longer contains vl805, which is Pi 4-specific.
related to https://github.com/gokrazy/gokrazy/issues/332
2025-11-16 09:56:34 +01:00
Michael Stapelberg
63b2aa82de
fix displaying firmware EEPROM version on Pi 5
...
The Pi 5 firmware does not rename recovery.bin anymore,
so the check we did to figure out if the updated succeeded
only works on the Pi 4.
related to https://github.com/gokrazy/gokrazy/issues/332
2025-11-16 09:05:06 +01:00
Michael Stapelberg
c4490d7822
/update/features: include EEPROM version in JSON requests
...
This handler (despite being named just /features) should supply all the
information that the updater package needs in a single request/response.
2023-02-15 18:28:26 +01:00