-
Notifications
You must be signed in to change notification settings - Fork 239
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
Jhalackova sle 17523 #1180
base: main
Are you sure you want to change the base?
Jhalackova sle 17523 #1180
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,6 +144,38 @@ | |
<literal>config.txt</literal> file when needed, without overwriting any | ||
user settings. | ||
</para> | ||
<para> | ||
To override the settings from <literal>config.txt</literal> on &rpi4;, proceed as | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That is not the purpose of this tool, it is about a separate EEPROM config. |
||
follows: | ||
</para> | ||
<procedure> | ||
<step> | ||
<para> | ||
Extract the current configuration to the | ||
<filename>extraconfig.txt</filename> file: | ||
</para> | ||
<screen>&prompt.root;rpi-eeprom-config > extraconfig.txt</screen> | ||
</step> | ||
<step> | ||
<para> | ||
Update the <filename>extraconfig.txt</filename> with the required values. | ||
For details about possible values, refer to | ||
<link xlink:href="https://www.raspberrypi.com/documentation/computers/config_txt.html#what-is-config-txt"/> | ||
</para> | ||
</step> | ||
<step> | ||
<para> | ||
Use the <command>rpi-eeprom-update</command> tool to apply changes of the | ||
<filename>extraconfig.txt</filename> file: | ||
Comment on lines
+168
to
+169
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, the tool is used to flash updated EEPROM firmware (plus a config for that firmware). For example, for early RPi4 models this may add support for booting from USB. Thus it should go into a new sect3 "EEPROM on Raspberry Pi 4" or so. It is not the same config as for the non-EEPROM components and should not overwrite any user-authored extraconfig.txt. |
||
</para> | ||
<screen>&prompt.root;rpi-eeprom-config -a extraconfig.txt</screen> | ||
</step> | ||
<step> | ||
<para> | ||
Reboot your system. | ||
</para> | ||
</step> | ||
</procedure> | ||
</sect3> | ||
<sect3 xml:id="sec-aarch64-deprpi-otp"> | ||
<title>OTP memory</title> | ||
|
@@ -323,7 +355,7 @@ dtoverlay=i2c-rtc,ds1307</screen> | |
</para> | ||
<variablelist> | ||
<varlistentry> | ||
<term>&sls; 15 SP3 Release Notes</term> | ||
<term>&sls; 15 SP4 Release Notes</term> | ||
Comment on lines
-326
to
+358
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It would be advisable to keep that in a separate commit, to facilitate your backporting to SP3 (and any SLE Micro 5.x releases based on SP3). Currently combined with addition of RPi4. Could even be done in a separate SR to not be blocked by text discussion. |
||
<listitem> | ||
<para> | ||
For more information about hardware compatibility, supported options and | ||
|
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.
Above paragraph about non-volatile memory needs to be updated to apply only to RPi3/CM3, not RPi4 which has EEPROM. Boot device order needs to be checked on, but date/time still is not saved.