Skip to content
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

Trim down 'get back to safety' instructions #3269

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

nathan-contino
Copy link
Collaborator

Closes #3268

@nathan-contino
Copy link
Collaborator Author

Checking with @popcornmix, who should know for sure if this is the Correct Way.

@aallan aallan added the bug fix label Nov 8, 2023
@aallan
Copy link
Contributor

aallan commented Nov 8, 2023

Looking at #3268, looks like everyone is happy.

Copy link
Contributor

@aallan aallan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YOLO

@aallan aallan merged commit 10544fa into develop Nov 8, 2023
1 check passed
@aallan aallan deleted the nathan-contino-patch-1 branch November 8, 2023 15:44
@@ -154,7 +154,7 @@ If you have done an `rpi-update` and things are not working as you wish, if your

----
sudo apt-get update
sudo apt install --reinstall libraspberrypi0 libraspberrypi-{bin,dev,doc} raspi-firmware
sudo apt install --reinstall raspi-firmware
----

NOTE: If you are still using Raspberry Pi OS Bullseye you will also need to reinstall the `raspberrypi-kernel` package.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh, ping @XECDesign and @popcornmix
With libraspberrypi0 libraspberrypi-{bin,dev,doc} being removed from the "how to undo rpi-update on Bookworm" instructions, do those packages now need to be explicitly added to this "how to undo rpi-update on Bullseye" note?

Copy link
Contributor

@XECDesign XECDesign Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't really undo rpi-update in one line, so it depends on what the user actually wants to achieve. The best I can offer for bullseye is sudo apt install --reinstall libraspberrypi0 libraspberrypi-{bin,dev,doc} raspberrypi-{kernel,bootloader}. raspi-firmware shouldn't be in the bullseye version at all.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, that's (pretty much) what it used to say before all the recent Bookworm tweaks: fef6e29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tweaks to the "undo rpi-update" instructions
4 participants