-
Notifications
You must be signed in to change notification settings - Fork 2k
config.txt section paragraph in "Raspberry Pi 4 bootloader configuration" #1938
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
Comments
Short answer: No 😉 Long answer: the eeprom config (stored inside the eeprom, and edited with |
This comment was marked as abuse.
This comment was marked as abuse.
Don't forget that the eeprom-config also contains things like
I believe so, but @timg236 is the person who knows how all this works... 🙂 |
This comment was marked as abuse.
This comment was marked as abuse.
Is anything else needed here @seamusdemora , or can this be closed? |
This comment was marked as abuse.
This comment was marked as abuse.
We're going to be locking this repo soon (see #1911 ), but feel free to open a PR when we open it back up again. |
As I read the paragraph under the
config.txt section
of the Raspberry Pi 4 bootloader configuration, I struggle for clarity. Here's what it says to me:It goes on to say:
Does this also mean that I could add (for example) the parameters
WAKE_ON_GPIO=0
andPOWER_OFF_ON_HALT=1
directly to my/boot/config.txt
file, and avoid the editing stepsudo -E rpi-eeprom-config --edit
??In other words - rather than adding a section called
[config.txt]
to the bootloader configuration, could I simply add these parameters to/boot/config.txt
, and achieve the same effect?The text was updated successfully, but these errors were encountered: