Skip to content

Commit

Permalink
Merge pull request #3789 from raspberrypi/develop
Browse files Browse the repository at this point in the history
Full-upgrade the full-upgrade docs
  • Loading branch information
nathan-contino authored Jul 25, 2024
2 parents 6375fa8 + e22dd8f commit 3230526
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 3230526

Please sign in to comment.