Changes

Jump to: navigation, search

Orange Pi 5 Plus

622 bytes added, 16:28, 5 June 2023
Method of burning Linux image to TF card based on Ubuntu PC
== Method of burning Linux image to TF card based on Ubuntu PC ==
{| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big>'''Note that the Linux image mentioned here specifically refers to the image of Linux distributions such as Debian, Ubuntu, OpenWRT or OPi OS Arch downloaded from the[http://www.orangepi.online/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-5-plus.html ''' Orange Pi data download page'''], and the Ubuntu PC refers to the personal computer with the Ubuntu system installed.'''</big>|}
# First prepare a TF card with a capacity of '''16GB''' or more. The transmission speed of the TF card must be '''class 10''' or above. It is recommended to use a TF card of SanDisk and other brands
# Download the balenaEtcher software, the download address is
[https://www.balena.io/etcher/ :{| class="wikitable" style="width:800px;" |-|'''https://www.balena.io/etcher/''']|}
<ol start="4" style="list-style-type: decimal;">
<li>After entering the balenaEtcher download page, click the green download button to jump to the place where the software is downloaded</li></ol>
[[File:media/image35.png|575x276px]]
</ol>
<ol start="5" style="list-style-type: decimal;">
<li>Then choose to download the Linux version of the software</li></ol>
[[File:media/image72.png|575x218px]]
</ol>
<ol start="6" style="list-style-type: decimal;">
<li>Download the Linux operating system image file compression package that you want to burn from the [http://www.orangepi.online/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-5-plus.html '''Orange Pi data download page,''' ], and then use the decompression software to decompress it. Among the decompressed files, the file ending with &quot;'''.img'''&quot; is the image file of the operating system. The size is generally more than 2GB</li></ol>
{| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big>'''Note, if you download the OpenWRT image, you will see the following two types of images in the download link of the OpenWRT image, please download the image file in the &quot;TF card, eMMC and NVME SSD boot image&quot; folder.'''</big>
<div class="figure">
</div>
|}
<blockquote>The decompression command for the compressed package ending in 7z is as follows:
</blockquote>
{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''7z x orangepi5plus_1.0.0_debian_bullseye_desktop_xfce_linux5.10.110.7z'''
orangepi5plus_1.0.0_debian_bullseye_desktop_xfce_linux5.10.110.img # mirror file
|}
If you download the OpenWRT image, the compressed package ends with gz, and the decompression command is as follows:
{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''gunzip openwrt-aarch64-opi5plus-23.05-linux-5.10.110-ext4.img.gz'''
'''openwrt-aarch64-opi5plus-23.05-linux-5.10.110-ext4.img''' # mirror file
|}</ol>
<ol start="7" style="list-style-type: decimal;">
<li>After decompressing the image, you can first use the '''sha256sum -c *.sha'''.sha command to calculate whether the checksum is correct. If the prompt is successful, it means that the downloaded image is correct, and you can safely burn it to the TF card. If it prompts that the '''checksum does not match''', it means There is a problem with the downloaded image, please try to download again</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''sha256sum -c *.sha'''
orangepi5plus_1.0.0_debian_bullseye_desktop_xfce_linux5.10.110.img: OK
|}
If you download the OpenWRT image, you need to verify the compressed package, do not decompress it and then verify it
{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''sha256sum -c openwrt-aarch64-opi5plus-23.04-linux-5.10.110-ext4.img.gz.sha'''
openwrt-aarch64-opi5plus-23.04-linux-5.10.110-ext4.img.gz: OK
|}</ol>
<ol start="8" style="list-style-type: decimal;">
<li>Then double-click '''balenaEtcher-1.14.3-x64.AppImage''' on the graphical interface of Ubuntu PC to open balenaEtcher (no installation required), and the interface after balenaEtcher is opened is shown in the figure below</li></ol>
[[File:media/image74.png|423x251px]]
</ol>
<ol start="9" style="list-style-type: decimal;">
<li>The specific steps to use balenaEtcher to burn the Linux image are as follows</li></ol>
a. First select the path of the Linux image file to be burned
[[File:media/image40.png|501x281px|03]]
</div></ol>
<ol start="10" style="list-style-type: decimal;">
<li>The interface displayed in the process of burning the Linux image by balenaEtcher is shown in the figure below, and the progress bar displays purple, indicating that the Linux image is being burned into the TF card</li></ol>
[[File:media/image75.png|576x247px]]
</ol>
<ol start="12" style="list-style-type: decimal;">
<li>The interface displayed in the process of burning the Linux image by balenaEtcher is shown in the figure below, and the progress bar displays purple, indicating that the Linux image is being burned into the TF card</li></ol>
[[File:media/image76.png|576x252px]]
</ol>
<ol start="13" style="list-style-type: decimal;">
<li><p>After successful burning, the display interface of balenaEtcher is as shown in the figure below. If a green indicator icon is displayed, it means that the image burning is successful. At this time, you can exit balenaEtcher, and then pull out the TF card and insert it into the TF card slot of the development board for use.</p>
<span id="how-to-burn-linux-image-to-emmc"></span>
 
== How to burn Linux image to eMMC ==

Navigation menu