Changes

Jump to navigation Jump to search

X821

4,234 bytes added, 17 April
no edit summary
{{GD Template Impl}}
[[File:IMG-4739-配件图.jpg|thumb|right|X821 Packing List]]
<!--
[[File:IMG-4741.jpg|thumb|right|X821 Rear View]]
-->
[[File:IMG-4757-Interface-Schematic.jpg|thumb|right|X821 Interface Schematic]]
[[File:X821-How-to-Power.jpg|thumb|right|How to Power X821]]
[[File:IMG-4749.jpg|thumb|right|X821 & Pi3]]
[[File:IMG-4752.jpg|thumb|right|X851 & Pi3 & X735]]
 
[[File:X820-C6-01.jpg|thumb|right|X820-C6 Front]]
[[File:X820-C6-02.jpg|thumb|right|X820-C6 Back]]
 
 
==Overview==
* USB 3.1 Gen1 to SATA 6Gb/s Bridge Controller
* LED blue indicator indicates drive status
* On-board 2 test pogo pins to achieve powered between X821 and Pi3 without additional cable
* Allows booting OS from your HDD/SSD for faster app opens, web serving and file copying
* Fully compatible with X735 for power management and cooling your Raspberry Pi 3
==Match Metal Case==
No matching Please refer to X820-C6 metal case for . Refer to [[X820 Metal Case V3.0 Version]] In December 2022, we update the X820 metal case to be compatible with X821 now.
==Packing List==
* 1 x X821 V1.2 Expansion Board
* 1 x USB connector
* 2 x M3x6 M3x6mm Screws* 8 x M2.5x5 5x5mm Screws
* 4 x Spacer F/F M2.5x14mm
==User Manual==
 
===Some Tips===
*[[Properly Mount USB Storage on Raspberry Pi]]
*[[Auto Mount an NTFS USB Drive on Raspberry Pi]]
 
===How to boot from a USB Mass storage device on a raspberry pi 3===
 
This tutorial explains how to boot your Raspberry Pi 3 from a USB mass storage device such as a flash drive or USB hard disk. Be warned that this feature is experimental and does not work with all USB mass storage devices. See this blog post from Gordon Hollingworth for an explanation of why some USB mass storage devices don't work, as well as some background information.
 
====Program USB Boot Mode====
 
Before a Raspberry Pi 3 will boot from a mass storage device, it needs to be booted from an SD card with a config option to enable USB boot mode. This will set a bit in the OTP (One Time Programmable) memory in the Raspberry Pi SoC that will enable booting from a USB mass storage device. Once this bit has been set, the SD card is no longer required. Note that any change you make to the OTP is permanent and cannot be undone.
 
You can use any SD card running Raspbian or Raspbian Lite to program the OTP bit. If you don't have such an SD card then you can install Raspbian or Raspbian Lite in the normal way - see [https://www.raspberrypi.org/documentation/installation/installing-images/README.md installing images].
 
* First, prepare the ''/boot'' directory with up to date boot files:
 
sudo apt-get update
sudo apt-get upgrade
 
The above step is not required if you use the 2017-04-10 release of Raspbian / Raspbian Lite or later, <span style="color:red;">(PS: use or update the last Raspbian version is always recommend)</span>
 
* Then enable USB boot mode with this code:
 
echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt
sudo reboot
 
This adds ''program_usb_boot_mode=1'' to the end of ''/boot/config.txt''. Reboot the Raspberry Pi with ''sudo reboot'', then check that the OTP has been programmed with:
 
vcgencmd otp_dump | grep 17:
17:3020000a
 
Ensure the output 0x3020000a is shown. If it is not, then the OTP bit has not been successfully programmed.
 
If you wish, you can remove the ''program_usb_boot_mode'' line from config.txt, so that if you put the SD card in another Raspberry Pi, it won't program USB boot mode. Make sure there is no blank line at the end of config.txt. You can edit config.txt using the nano editor using the command ''sudo nano /boot/config.txt'', for example.
 
====Prepare the operating system image ====
 
Starting with the 2017-04-10 release of Raspbian you can install a working Raspbian system to a USB mass storage device by copying the operating system image directly onto your USB device, in the same way that you would for an SD card. To perform this step, follow the instructions [https://www.raspberrypi.org/documentation/installation/installing-images/README.md HERE], remembering to select the drive that corresponds to your USB mass storage device.
 
Once you have finished imaging your USB mass storage device, remove it from your computer and insert it into your Raspberry Pi 3.
 
'''[Boot your Raspberry Pi 3 from the USB mass storage device]'''
 
Attach the USB mass storage device to your Raspberry Pi 3 and power it up. After between five and ten seconds the Raspberry Pi 3 should begin booting, and display the rainbow splash screen on an attached screen.
 
Please refer to here: [https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md USB mass storage device boot]
==FAQ==
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">
Q:Does the X821 support Trim
</div>
<div class="mw-collapsible-content">
he X821 does not support TRIM, only UASP supported.
</div>
</div>
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">
Q: Don't detect HDD/SDD?
</div>
<div class="mw-collapsible-content">
This is a complicated question, but we can check it from these points. Please refer to [[How to check the X820]]
</div>
</div>
<!--Add review function! -->

Navigation menu