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

From Waveshare Wiki
Jump to: navigation, search
Line 23: Line 23:
  
 
== '''How to boot Raspberry Pi 4 with SSD''' ==
 
== '''How to boot Raspberry Pi 4 with SSD''' ==
1.Install the SSD into the expansion board as shown below. <font color=red>(This product doesn't contain M.2 SSD and Raspberry Pi, please purchase separately if necessary)</font>
+
1.Assemble and install the SSD into the expansion board as shown below. <font color=red>(This product doesn't contain M.2 SSD and Raspberry Pi, please purchase separately if necessary)</font>
  
 
[[File:PI4-CASE-ARGON-ONE-M.2-01.png|600px]]
 
[[File:PI4-CASE-ARGON-ONE-M.2-01.png|600px]]
Line 48: Line 48:
 
[[File:PI4-CASE-ARGON-ONE-M.2-07.jpg|600px]]
 
[[File:PI4-CASE-ARGON-ONE-M.2-07.jpg|600px]]
  
5.Reboot the Raspberry Pi
+
5.And then reboot the system.
 
  sudo reboot
 
  sudo reboot
 
[[File:PI4-CASE-ARGON-ONE-M.2-08.jpg|600px]]
 
[[File:PI4-CASE-ARGON-ONE-M.2-08.jpg|600px]]
  
6.Start the setup tool of the Raspberry Pi
+
6.After system reboot,enter the following command to open the setup tool of the Raspberry Pi
 
  sudo raspi-config
 
  sudo raspi-config
 
[[File:PI4-CASE-ARGON-ONE-M.2-09.png|600px]]
 
[[File:PI4-CASE-ARGON-ONE-M.2-09.png|600px]]
Line 59: Line 59:
  
 
[[File:PI4-CASE-ARGON-ONE-M.2-10.jpg|600px]]
 
[[File:PI4-CASE-ARGON-ONE-M.2-10.jpg|600px]]
 +
 +
8.Choose "Boot ROM Version", then click 'Enter'.
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-11.jpg|600px]]
 +
 +
9.Choose "No"
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-12.jpg|600px]]
 +
 +
10.Click 'Enter'
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-13.jpg|600px]]
 +
 +
11. Then choose "Boot Order", click 'Enter'.
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-14.jpg|600px]]
 +
 +
12.Choose "USB Boot", click 'Enter'.
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-15.jpg|600px]]
 +
 +
13.Click 'Enter' to confirm "USB device is default boot device".
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-16.jpg|600px]]
 +
 +
14.Choose "Finish"to end the configuration.
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-17.jpg|600px]]
 +
 +
15.Choose "No" when the system ask "Would you like to reboot now?".
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-18.jpg|600px]]
 +
 +
16.Click the Menu button on the desktop, choose "Accessories" and "SD Card Copier".
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-19.jpg|600px]]
 +
 +
17.As shown in the figure below, select to copy the device from the 16sd card to the SSD,  and then click Start. Note: If the device to be copied is not recognized, please check whether the USB interface is connected.
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-20.png|600px]]
 +
 +
18. After the click the 'start', the system will automatically partition and then copy the corresponding content, wait for the system to finish copying and then click OK to complete. It may takes about 10 minutes.
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-21.png|600px]]
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-22.png|600px]]
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-23.png|600px]]
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-24.png|600px]]
 +
 +
19. And then shut down the system.
 +
 +
[[File:PI4-CASE-ARGON-ONE-M.2-25.png|600px]]
 +
 +
20. Remove the shell, then take out the SD card, and reconnect the USB connector. And then reinstall the shell and power on the system, you can see the system booted through the SSD.

Revision as of 07:49, 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.Assemble and 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 case, 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

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

After the update is complete, reboot the Raspberry Pi.

sudo reboot

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

4.Enter the following command to install the latest bootloader.

sudo rpi-eeprom-update -d -a

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

5.And then reboot the system.

sudo reboot

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

6.After system reboot,enter the following command to open the setup tool of the Raspberry Pi

sudo raspi-config

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

7.Choose "Advanced Options", then click 'Enter'.

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

8.Choose "Boot ROM Version", then click 'Enter'.

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

9.Choose "No"

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

10.Click 'Enter'

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

11. Then choose "Boot Order", click 'Enter'.

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

12.Choose "USB Boot", click 'Enter'.

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

13.Click 'Enter' to confirm "USB device is default boot device".

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

14.Choose "Finish"to end the configuration.

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

15.Choose "No" when the system ask "Would you like to reboot now?".

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

16.Click the Menu button on the desktop, choose "Accessories" and "SD Card Copier".

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

17.As shown in the figure below, select to copy the device from the 16sd card to the SSD, and then click Start. Note: If the device to be copied is not recognized, please check whether the USB interface is connected.

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

18. After the click the 'start', the system will automatically partition and then copy the corresponding content, wait for the system to finish copying and then click OK to complete. It may takes about 10 minutes.

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

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

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

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

19. And then shut down the system.

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

20. Remove the shell, then take out the SD card, and reconnect the USB connector. And then reinstall the shell and power on the system, you can see the system booted through the SSD.