EEPROM updates are delivered by apt updates (it doesn't poll the network) and the default behaviour is to update to the latest critical release at the next reboot.
If you'd like to try this then you just need to update the firmware to the latest revision then install the rpi-eeprom package:-
Code: Select all
sudo apt update
sudo apt upgrade
sudo apt install rpi-eeprom
It's also possible to the scripts from the command line and there's plenty of scope to enable/disable the service. See documenation
Code: Select all
rpi-eeprom-update -h
https://www.raspberrypi.org/documentati ... teeprom.md
Release notes
https://github.com/raspberrypi/rpi-eepr ... e-notes.md
Previous thread for beta-release of rpi-eeprom package
https://www.raspberrypi.org/forums/view ... 9&t=250368