-
Notifications
You must be signed in to change notification settings - Fork 2k
Update booteeprom.md #1690
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
Update booteeprom.md #1690
Conversation
@lurch Work in progress - make this page easier to understand and rework to use the new rpi-eeprom-config --edit and --apply options * Remove out of date statements about USB MSD * Remove section about why there is an SPI EEPROM - it was only relevant at launch * Describe the --edit and --apply arguments * Describe the friendly commands first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things.
Tweak --edit documentation to add -E to sudo to preserve the environment variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also noticed that some places talk about "bootloader configuration" and other places talk about "EEPROM configuration" - that's probably okay but I dunno if it might cause confusion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but @JamesH65 might want to check it too?
Looks great, merging. |
@lurch
Work in progress - make this page easier to understand and rework to use the new rpi-eeprom-config --edit and --apply options