by denk » Mon Jan 08, 2024 8:05 am
[quote="graysky"]I believe the recommended way to update the eeprom is advertised by pacman's output upon installing the package. It is not to directly flash, but to use the tool to write the image to /boot and then do it upon rebooting.[/quote]
I think, there is a misunderstanding. I was referring to the output of the executable rpi-eeprom-update. If I set RPI_EEPROM_USE_FLASHROM=1 in the file /etc/rpi-eeprom-update-default, without having flashrom installed, the update of the eeprom is still done via the usual way by putting the eeprom update files in /boot. However, the output of rpi-eeprom-update doesn't mention, that it couldn't use flashrom due to it is not installed. So my proposal was to include flashrom as a dependency (depends or optdepends) in the PKGBUILD of rpi-eeprom-update, that the users at least gets a hint, that flashrom might be useful. I hope, it is more understandable now.