M.2 SATA SSD¶
Note
The M.2 SSD hard drive interface only supports SATA protocol, not NVME/PCIe.
In the Pironman’s mainboard, there is an M.2 SSD connector for installing your M.2 SATA SSD.
Various lengths of M.2 SATA SSD can be mounted: 22mm x 30mm, 42mm, 60mm, and 80mm, supporting SSD TRIM function.
Assemble the SSD
Take off the base plate of the Pironman.
Remove the screw for the M.2 SATA SSD.
Insert your M.2 SATA SSD.
Screwed in place.
Put the base plate back on.
Plug in SSD Bridge and 5V/3V power supply.
Booting from SSD
Updating the Bootloader
sudo apt update sudo apt full-upgrade sudo rpi-update sudo rpi-eeprom-update -d -a
After setting, reboot to take effect.
Use the following command to view the name of the storage device.
sudo fdisk -l
Now, clone the system from the Micro SD card to the M.2 SATA SSD. Where
if
is followed by the sd card name andof
is followed by the M.2 SSD name.sudo dd if=/dev/mmcblk0 of=/dev/sda bs=4M
Pull out the Micro SD card, connect the M.2 SATA SSD and then power on the Pironman.