Not a fix per se, but a work-around...
This will prevent apt from attempting to update the rpi-eeprom package, which is not used on Raspberry Zero 2 W since it doesn't have an EEPROM (the rpi-eeprom package is only of interest on the Raspberry Pi 4B and Raspberry 5).
Code:
sudo apt-mark hold rpi-eeprom
This will prevent apt from attempting to update the rpi-eeprom package, which is not used on Raspberry Zero 2 W since it doesn't have an EEPROM (the rpi-eeprom package is only of interest on the Raspberry Pi 4B and Raspberry 5).
Statistics: Posted by RonR — Wed May 08, 2024 3:43 am