range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
41
Linux image file (Debian, Ubuntu image or OPi Arch image downloaded from the
official website) to the TF card. For the method of uploading the Linux image file to the
development board, please refer to the description in the section of the method of
uploading files to the development board Linux system.
4) After uploading the image to the Linux system of the development board, we enter the
storage path of the image file in the command line of the Linux system of the
development board. For example, I store the Linux image of the development board in
the /home/orangepi/Desktop directory Download it, and then enter the
/home/orangepi/Desktop directory to see the uploaded image file.
orangepi@orangepi:~$ cd /home/orangepi/Desktop
orangepi@orangepi:~/Desktop$ ls
Orangepi3b_x.x.x_debian_bullseye_desktop_xfce_Linux5.10.160.img
How to enter the command line of the development board Linux system?
1. For the method of using the serial port to log in to the terminal, please refer to
the instructions in the section on how to use the debugging serial port.
2. Use ssh to remotely log in to the Linux system, please refer to the instructions in
the section of SSH remote login to the development board.
3. If HDMI, LCD and other display screens are connected, you can open a
command line terminal on the desktop.
5) Next, we first use the following command to confirm the device node of eMMC
orangepi@orangepi:~/Desktop$ ls /dev/mmcblk*boot0 | cut -c1-12
/dev/mmcblk0
6) Then we can use the dd command to clear the eMMC. Note that after the of=
parameter, please fill in the output result of the above command
orangepi@orangepi:~/Desktop$ sudo dd bs=1M if=/dev/zero of=/dev/mmcblk0 count=1000 status=progress
orangepi@orangepi:~/Desktop$ sudo sync
7) Then you can use the dd command to burn the Linux image of the development board
into the eMMC
a. In the following command, the if= parameter is followed by the full path where
the Linux image is stored + the name of the Linux image (such as the name of