Skip to content

Commit 144f194

Browse files
committed
Apply fix from #3786 more widely
1 parent 75454ef commit 144f194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

0 commit comments

Comments
 (0)