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

Full-upgrade the full-upgrade docs #3789

Merged
merged 6 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/asciidoc/accessories/m2-hat-plus/about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Each M.2 HAT+ comes with a ribbon cable, GPIO stacking header, and mounting hard
+
[source,console]
----
$ sudo apt update && sudo apt upgrade
$ sudo apt update && sudo apt full-upgrade
----

. Next, xref:../computers/raspberry-pi.adoc#update-the-bootloader-configuration[ensure that your Raspberry Pi firmware is up-to-date]. Run the following command to see what firmware you're running:
Expand Down
2 changes: 1 addition & 1 deletion documentation/asciidoc/accessories/sense-hat/software.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Complete the following steps to get your Raspberry Pi device ready to connect to
+
[source,console]
----
$ sudo apt update && sudo apt upgrade
$ sudo apt update && sudo apt full-upgrade
----

. Next, install the `sense-hat` package, which will ensure the kernel is up to date, enable I2C, and install the necessary dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This section describes how network booting works on Raspberry Pi 3B, 3B+ and 2B v1.2.

On Pi 4 and Pi 5, network booting is implemented in the second stage bootloader in the EEPROM. For more information, see xref:raspberry-pi.adoc#raspberry-pi-bootloader-configuration[Raspberry Pi 4 bootloader configuration].
On Pi 4 and Pi 5, network booting is implemented in the second stage bootloader in the EEPROM. For more information, see xref:raspberry-pi.adoc#raspberry-pi-bootloader-configuration[Raspberry Pi bootloader configuration].

We also have a xref:remote-access.adoc#network-boot-your-raspberry-pi[tutorial about setting up a network boot system].

Expand Down
2 changes: 1 addition & 1 deletion documentation/asciidoc/services/connect/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To begin installation, open a Terminal window. Run the following command to upda
[source,console]
----
$ sudo apt update
$ sudo apt upgrade
$ sudo apt full-upgrade
----

Run the following command on your Raspberry Pi to install Connect:
Expand Down