EasyManua.ls Logo

ORANGE Pi 3B - Writing Linux Image to SPIFlash+NVMe SSD; The Method of Using the dd Command to Burn

ORANGE Pi 3B
366 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
42
/home/orangepi/Desktop/Linux image). Because we have entered the path of
the Linux image above, we only need to fill in the name of the Linux image.
b. Please do not copy the Linux image name in the following command, but replace
it with the actual image name (because the version number of the image may be
updated).
sudo dd bs=1M if=Orangepi3b_x.x.x_debian_bullseye_desktop_xfce_Linux5.10.160.img of=/dev/mmcblk0 status=progress
sudo sync
Note, if you upload a .7z or .xz Linux image compressed file, please remember to
decompress it before using the dd command to burn.
The detailed description of all parameters of the dd command and more usage
can be viewed by executing the man dd command in the Linux system.
8) After successfully burning the Linux image of the development board to the eMMC,
you can use the poweroff command to shut down. Then please pull out the TF card, and
then short press the power button to turn on, and then the Linux system in the eMMC will
be started.
Note, after burning the image into eMMC, if the test finds that it cannot be
started, please clear the SPIFlash and try again. For the method of clearing
SPIFlash, please refer to the method of using RKDevTool to clear SPIFlash.
2.6.
How to write Linux image to SPIFlash+NVMe SSD
Note that the Linux image mentioned here specifically refers to the images of
Linux distributions such as Debian and Ubuntu downloaded from the Orange Pi
data download page.
Note that all the following operations are performed on a Windows computer.
2.6.1. Using RKDevTool to burn
1) First, you need to prepare an NVMe SSD. The PCIe supported by the M.2 slot of the
development board is PCIe2.0x1, and the theoretical maximum speed is 500MB/s.

Table of Contents