Skip to content
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