Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 4

4,005 bytes added, 17:32, 20 June 2022
no edit summary
<br>
5)Use Win32Diskimager to burn Linux image to TF card
<div style="padding-left:20px;">
a.The download page of Win32Diskimager is<br>
http://sourceforge.net/projects/win32diskimager/files/Archive/
b.Install directly after downloading, the interface of Win32Diskimager is shown below<br>
<div style="padding-left:20px;">
a)First select the path of the image file<br>
b)Then confirm that the drive letter of the TF card is consistent with the one displayed in the "Device" column<br>
c)Finally click "write" to start burning
<div>[[文件:Orange-pi-4-img21.png|600px|]]</div>
</div>
c.After the image is written, click the "Exit" button to exit, and then you can pull out the TF card and insert it into the development board to start
</div>
<br>
=== '''Method of flashing Linux image to TF card based on Ubuntu PC''' ===
<br>
1)First, prepare a TF card with 8GB or larger capacity. The transmission speed of the TF card must be above class10. It is recommended to use a TF card of SanDisk and other brands<br>
<br>
2)Then use a card reader to insert the TF card into the computer<br>
<br>
3)Download balenaEtcher software, the download address is<br>
https://www.balena.io/etcher/
4)After entering the balenaEtcher download page, please select the Linux version of the software through the drop-down box to download<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-4-img22.png|600px|]]</div>
<br>
5)After downloading, use '''unzip''' to decompress. The decompressed '''balenaEtcher-1.5.109-x64.AppImage''' is the software needed to burn Linux image
<div style="border:1px solid #000;background:#f1f1f1;">
test@test:~$ '''unzip balena-etcher-electron-1.5.109-linux-x64.zip'''<br>
Archive: balena-etcher-electron-1.5.109-linux-x64.zip<br>
&nbsp;&nbsp;inflating: balenaEtcher-1.5.109-x64.AppImage <br>
test@test:~$ '''ls'''<br>
'''balenaEtcher-1.5.109-x64.AppImage''' balena-etcher-electron-1.5.109-linux-x64.zip
</div>
<br>
6)Download the Linux operating system image file compression package you want to burn from the Orange Pi data download page, and then use the decompression software to decompress it. In the decompressed file, the file ending with ".img" is the operating system image file. The size is generally above 1GB<br>
<div style="border:1px solid #000;background:#f1f1f1;">
test@test:~$ '''ls Orangepi4_2.1.0_ubuntu_xenial_desktop_linux4.4.179'''<br>
Orangepi4_2.1.0_ubuntu_xenial_desktop_linux4.4.179.img<br>
Orangepi4_2.1.0_ubuntu_xenial_desktop_linux4.4.179.img.sha # Checksum file<br>
'''Orangepi4_2.1.0_ubuntu_xenial_desktop_linux4.4.179.img''' # Image file
</div>
<br>
7)After decompressing the image, you can first use the sha256sum -c *.sha command to calculate whether the checksum is correct. If the prompt indicates that the downloaded image is correct, you can safely burn it to the TF card. If the checksum does not match, it indicates There is a problem with the downloaded image, please try to download again<br>
<br>
<div style="border:1px solid #000;background:#f1f1f1;">
test@test:~$ '''sha256sum -c *.sha''' <br>
Orangepi4_2.1.0_ubuntu_xenial_desktop_linux4.4.179.img: '''success'''
</div>
<br>
8)Then double-click balenaEtcher-1.5.109-x64.AppImage on the graphical interface of Ubuntu PC to open balenaEtcher (no need to install), the opened interface is as shown in the figure below<br>
<div style="padding-left:20px;">
a. First select the path of the linux image file<br>
b. Then select the device number of the TF card<br>
c. Finally click Flash to start burning
</div>
<div>[[文件:Orange-pi-4-img22.png|800px|]]</div>
<br>
9)The writing speed and remaining time will be prompted during the burning process
<div style="padding-left:200px;">[[文件:Orange-pi-4-img23.png|800px|]]</div>
<br>
10)After burning, the following interface will be displayed. At this time, you can unplug the TF card from the computer and insert it into the development board to start.
<div style="padding-left:200px;">[[文件:Orange-pi-4-img24.png|800px|]]</div>
<br>
=== '''Method of flashing Linux image to eMMC''' ===