diff --git a/documentation/asciidoc/accessories/m2-hat-plus/about.adoc b/documentation/asciidoc/accessories/m2-hat-plus/about.adoc index e069e4875..a3b033a28 100644 --- a/documentation/asciidoc/accessories/m2-hat-plus/about.adoc +++ b/documentation/asciidoc/accessories/m2-hat-plus/about.adoc @@ -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: diff --git a/documentation/asciidoc/accessories/sense-hat/software.adoc b/documentation/asciidoc/accessories/sense-hat/software.adoc index 2bc3d3201..91806391d 100644 --- a/documentation/asciidoc/accessories/sense-hat/software.adoc +++ b/documentation/asciidoc/accessories/sense-hat/software.adoc @@ -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: diff --git a/documentation/asciidoc/computers/raspberry-pi/boot-net.adoc b/documentation/asciidoc/computers/raspberry-pi/boot-net.adoc index dd9a2e95d..48b60a21f 100644 --- a/documentation/asciidoc/computers/raspberry-pi/boot-net.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/boot-net.adoc @@ -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]. diff --git a/documentation/asciidoc/services/connect/install.adoc b/documentation/asciidoc/services/connect/install.adoc index 9c7265d9a..d09045297 100644 --- a/documentation/asciidoc/services/connect/install.adoc +++ b/documentation/asciidoc/services/connect/install.adoc @@ -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: