Skip to content

Commit 3230526

Browse files
Merge pull request #3789 from raspberrypi/develop
Full-upgrade the full-upgrade docs
2 parents 6375fa8 + e22dd8f commit 3230526

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

documentation/asciidoc/accessories/m2-hat-plus/about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each M.2 HAT+ comes with a ribbon cable, GPIO stacking header, and mounting hard
4242
+
4343
[source,console]
4444
----
45-
$ sudo apt update && sudo apt upgrade
45+
$ sudo apt update && sudo apt full-upgrade
4646
----
4747

4848
. 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:

documentation/asciidoc/accessories/sense-hat/software.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Complete the following steps to get your Raspberry Pi device ready to connect to
1212
+
1313
[source,console]
1414
----
15-
$ sudo apt update && sudo apt upgrade
15+
$ sudo apt update && sudo apt full-upgrade
1616
----
1717

1818
. Next, install the `sense-hat` package, which will ensure the kernel is up to date, enable I2C, and install the necessary dependencies:

documentation/asciidoc/computers/raspberry-pi/boot-net.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
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].
5+
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].
66

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

documentation/asciidoc/services/connect/install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To begin installation, open a Terminal window. Run the following command to upda
66
[source,console]
77
----
88
$ sudo apt update
9-
$ sudo apt upgrade
9+
$ sudo apt full-upgrade
1010
----
1111

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

0 commit comments

Comments
 (0)