-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EEPROM still held back... #7300
Comments
Simply do
|
The package is not on hold and there was no change regarding. APT holds it back by default because it requires a replacement of old with new RPi tools package, and APT never removed a package without confirmation. A reinstall should allow you to confirm, but it might break some legacy hardware features, as the new tools are designed for the new kernel/firmware packages. Same with the new EEPROM bootloader. Hence I'd either ignore this (keep |
Thanks. I'm running a Pi4 not a Pi5 - so does this make any difference? |
No, the migration is needed to all RPi models. |
OK thanks. So what do I run to do the migration? Any errors/warnings to look out for during the process? |
The command in the first comment of that issue. No errors expected. When being asked, as you do not plan to run it on RPi 5, no additional kernel needs to be installed. |
bash <(curl -sSf 'https://raw.githubusercontent.com/MichaIng/DietPi/dev/.meta/dietpi-rpi-firmware-migration') ? |
This doesn't work for me: dietpi@dietpi: |
As of the context change sudo bash -c "$(curl -sSf 'https://raw.githubusercontent.com/MichaIng/DietPi/dev/.meta/dietpi-rpi-firmware-migration')" |
Thanks. All done - rebooted and everything seems fine. It asked me whether I was installing on a Pi5 so I chose "NO" as I'm using a Pi4 and not planning (yet) on jumping to a Pi5. If however I do plan to move to a Pi5 - is there a process to follow - I.e should I install a new DietPi image and start from scratch again? I'm only really using my Pi4 for AdGuard Home, Unbound and some HomeAssistant tinkering. |
Check out |
So in theory I can just take the SD Card out of my Pi4 and put it into a Pi5 (if/when purchased) and it will work with little to no additional configuration? |
Yes, it will work even without installing the RPi5-only kernel. That that one has 16k page size vs 4k, which theoretically can mean a performance benefit. And regarding kernel build config etc, if at all, that one is optimised for the RPi 5, since it does not work on any other RPi model. |
Great thanks. Glad I don't have to reinstall or restore everything if I were to upgrade :) |
Is this still an issue?
I thought the "hold" was removed in a previous dietpi update?
I still get this when upgrading:
The text was updated successfully, but these errors were encountered: