You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/m2-hat-plus/about.adoc
+27-26Lines changed: 27 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,38 +29,39 @@ The M.2 HAT+ and M.2 HAT+ Compact both have the following features:
29
29
30
30
* Single-lane PCIe 2.0 interface (500 MB/s peak transfer rate)
31
31
* Support for devices that use the M.2 M key edge connector
32
-
* 3 A supply to connected M.2 devices
32
+
* Up to 3 A supply to connected M.2 devices
33
33
* Power and activity LEDs
34
-
* Included components:
35
-
** Ribbon cable
36
-
** Threaded spacers
37
-
** Screws
38
-
** 1 knurled double-flanged drive attachment screw to secure and support the M.2 peripheral
39
34
40
35
The M.2 HAT+ and M.2 HAT+ Compact differ in the following ways:
41
36
42
37
* M.2 HAT+ supports devices with the 2230 or 2242 form factor; M.2 HAT+ Compact only supports the 2230 form factor.
43
-
* M.2 HAT+ also includes a 16 mm GPIO stacking header; M.2 HAT+ Compact doesn't include this component.
44
38
45
-
[[m2-hat-plus-installation]]
46
-
== Install
39
+
=== Hardware
40
+
41
+
The Raspberry Pi M.2 HAT+ or M.2 HAT+ Compact box contains the following parts:
47
42
48
-
To use the Raspberry Pi M.2 HAT+, you will need:
43
+
* Ribbon cable
44
+
* Threaded spacers
45
+
* Screws
46
+
* 1 knurled double-flanged drive attachment screw to secure and support the M.2 peripheral
49
47
50
-
* a Raspberry Pi 5
48
+
The M.2 HAT+ also includes a 16 mm GPIO stacking header; M.2 HAT+ Compact doesn't include this component.
51
49
52
-
Each M.2 HAT+ or M.2 HAT+ Compact comes with a ribbon cable and mounting hardware. The M.2 HAT+ also includes a GPIO stacking header. Complete the following instructions to install your M.2 HAT+ or M.2 HAT+ Compact:
50
+
To use the M.2 HAT+ or M.2 HAT+ Compact, you also need:
53
51
54
-
=== Prepare your Raspberry Pi
52
+
* A Raspberry Pi 5
53
+
54
+
[[m2-hat-plus-installation]]
55
+
== Prepare your Raspberry Pi
55
56
56
-
. First, ensure that your Raspberry Pi runs the latest software. Run the following command to update:
57
+
. Ensure that your Raspberry Pi runs the latest software. Run the following command to update:
57
58
+
58
59
[source,console]
59
60
----
60
61
$ sudo apt update && sudo apt full-upgrade
61
62
----
62
63
63
-
. 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:
64
+
. 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:
64
65
+
65
66
[source,console]
66
67
----
@@ -88,19 +89,19 @@ Then, reboot with `sudo reboot`.
88
89
. Disconnect the Raspberry Pi from power before beginning installation.
89
90
90
91
[[standard-installation]]
91
-
=== Install the M.2 HAT+
92
+
== Install the M.2 HAT+
92
93
93
94
Follow these steps to install the M.2 HAT+. To install the M.2 HAT+ Compact go to <<compact-installation>> instead.
94
95
95
-
==== (Optional) Install the Active Cooler
96
+
=== (Optional) Install the Active Cooler
96
97
97
98
. The M.2 HAT+ is compatible with the Raspberry Pi 5 Active Cooler. If you have an Active Cooler, install it before installing the M.2 HAT+.
. Remove the drive attachment screw by turning the screw counter-clockwise. Insert your M.2 SSD into the M.2 key edge connector, sliding the drive into the slot at a slight upward angle. Do not force the drive into the slot: it should slide in gently.
. Remove the drive attachment screw by turning the screw counter-clockwise. Insert your M.2 SSD into the M.2 key edge connector, sliding the drive into the slot at a slight upward angle. Do not force the drive into the slot: it should slide in gently.
183
184
+
@@ -196,9 +197,9 @@ Congratulations, you have successfully installed the M.2 HAT+ Compact.
. Connect your Raspberry Pi to power; Raspberry Pi OS will automatically detect the M.2 HAT+ or M.2 HAT+ Compact. If you use Raspberry Pi Desktop, you should see an icon representing the drive on your desktop. If you don't use a desktop, you can find the drive at `/dev/nvme0n1`.
202
+
. Connect your Raspberry Pi to power; Raspberry Pi OS automatically detects the M.2 HAT+ or M.2 HAT+ Compact. If you use Raspberry Pi Desktop, you see an icon representing the drive on your desktop. If you don't use a desktop, you can find the drive at `/dev/nvme0n1`.
202
203
203
204
. To make your drive automatically available for file access, consider xref:../computers/configuration.adoc#automatically-mount-a-storage-device[configuring automatic mounting].
0 commit comments