raspiblitz icon indicating copy to clipboard operation
raspiblitz copied to clipboard

[RP5] Update EEPROM latest Firmware

Open rootzoll opened this issue 1 year ago • 1 comments

ATM v1.11.0 updates EEPROM in bootstrap to build 1701887365 - see https://github.com/raspiblitz/raspiblitz/blob/58d568685ecd31e7ccbcebf6d4eb8cbcebcbce23/home.admin/_bootstrap.sh#L512

Should force an update the the latest firmware version with v1.11.1 - testers confirm that it improves NVMe stability. Could make sense in preperation towards v1.12.0

rootzoll avatar Apr 23 '24 16:04 rootzoll

To update manually for testing in the meantime:

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y rpi-eeprom
sudo rpi-eeprom-update -a

openoms avatar Apr 24 '24 14:04 openoms

The PR will force a firmware update to 1708097321 from Feb24 - even while there is already a firmware 1713610410 from Apr24 on my other machine that lastest one will not be shown as "LATEST" and so to prevent forcing the Pis into a Updateloop I think its OK to just force update if its older then Feb24 firmware.

rootzoll avatar May 24 '24 21:05 rootzoll

I opened up an issue #4584 for further update towards RaspiBlitz v1.12.0

rootzoll avatar May 24 '24 21:05 rootzoll

Already running my RPi5 on 1713610410 without issues.

openoms avatar May 25 '24 06:05 openoms