Difference between revisions of "PI4-CASE-ARGON-ONE-M.2"

From Waveshare Wiki
Jump to: navigation, search
Line 27: Line 27:
 
[[File:PI4-CASE-ARGON-ONE-M.2-01.png|600px]]
 
[[File:PI4-CASE-ARGON-ONE-M.2-01.png|600px]]
  
2.Connect the SD card of the burned system to the Raspberry Pi, connect the expansion board and transfer it to the shell.
+
2.Connect the TF card to the PC and write the system image. After the image has finished writing, connect the SD card to the Raspberry Pi, connect the M.2 expansion board and the shell, and then connect it with the Raspberry Pi4 using the USB Adapter.
  
 
[[File:PI4-CASE-ARGON-ONE-M.2-30.png|600px]]
 
[[File:PI4-CASE-ARGON-ONE-M.2-30.png|600px]]
 +
 +
3.Enter the terminal of the Raspberry Pi to update system and firmware.
 +
sudo apt-get update
 +
[[File:PI4-CASE-ARGON-ONE-M.2-03.png|600px]]
 +
sudo apt-get full-upgrade
 +
[[File:PI4-CASE-ARGON-ONE-M.2-04.png|600px]]
 +
sudo rpi-update
 +
[[File:PI4-CASE-ARGON-ONE-M.2-05.png|600px]]
 +
 +
After the update is complete, reboot the Raspberry Pi.
 +
sudo reboot
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-06.png|600px]]

Revision as of 04:03, 10 November 2020

PI4-CASE-ARGON-ONE-M.2
PI4-CASE-ARGON-ONE-M.2

PI4-CASE-ARGON-ONE-M.2
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

The PI4-CASE-ARGON-ONE-M.2 metal case can greatly speed up the boot and storage speed of the Raspberry Pi, which is to extend the M.2 interface through the USB interface and use an external SSD as the main storage drive. In this case, the Raspberry Pi 4 can be booted through the USB interface, which greatly improves the reading and writing speed and makes the boot speed much faster than using the SD card.

How to boot Raspberry Pi 4 with SSD

1.Install the SSD into the expansion board as shown below. (This product doesn't contain M.2 SSD and Raspberry Pi, please purchase separately if necessary)

PI4-CASE-ARGON-ONE-M.2-01.png

2.Connect the TF card to the PC and write the system image. After the image has finished writing, connect the SD card to the Raspberry Pi, connect the M.2 expansion board and the shell, and then connect it with the Raspberry Pi4 using the USB Adapter.

PI4-CASE-ARGON-ONE-M.2-30.png

3.Enter the terminal of the Raspberry Pi to update system and firmware.

sudo apt-get update

PI4-CASE-ARGON-ONE-M.2-03.png

sudo apt-get full-upgrade

PI4-CASE-ARGON-ONE-M.2-04.png

sudo rpi-update

600px

After the update is complete, reboot the Raspberry Pi.

sudo reboot

600px