Open main menu

Wiki-Orange Pi β

Changes

Orange Pi Lite

677 bytes removed, 09:12, 22 June 2022
Method of burning Linux image to TF card based on Ubuntu PC
=== '''Method of burning Linux image to TF card based on Ubuntu PC''' ===
<br>
1)1)First, prepare a TF card with a capacity of 8GB or larger capacitymore. The transmission speed of the TF card must be above class10class 10. It is recommended to use a TF card of from a brand such as 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-3lts-selectlinuxversion.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 the Linux imagerequired for burning
<div style="background:#f1f1f1;border: 1px solid #000;">
test@test:~$ unzip balena-etcher-electron-1.5.109-linux-x64.zip <br>
balenaEtcher-1.5.109-x64.AppImage balena-etcher-electron-1.5.109-linux-x64.zip
</div>
<br>6)Download the compressed package of the Linux operating system image file compression package you want to burn from the <span style="#00b0f0;">Orange Pi data download page</span>of Orange Pi, and then use the decompression software to decompress it. In the decompressed file, the file ending with ".img" is the image file of the operating system image file. The size is generally above more than 1GB<br>
a.The decompression command of the compressed package at the end of a.7z is as follows
<div style="background:#f1f1f1;border: 1px solid #000;">
test@test:~$ 7z x Orangepi3-lts_2.1.6_ubuntu_bionic_server_linux4.9.118 image_filename.7z <br>test@test:~$ ls Orangepi3-lts_2.1.6_ubuntu_bionic_server_linux4.9.118.*<br>Orangepi3-lts_2.1.6_ubuntu_bionic_server_linux4.9.118.7z <br> Orangepi3-<>lts_2.1.6_ubuntu_bionic_server_linux4.9.118.img.sha #Checksum file<br>Orangepi3-lts_2.1.6_ubuntu_bionic_server_linux4.9.118.img #image file<br>
</div>
7)After decompressing the image, you can first use the sha256sum -c *b.sha The decompression command to calculate whether for the checksum is correctcompressed package ending with b. If the prompt is successful, it means that the downloaded image is not wrong, and you can safely burn to the TF cardtar. If the checksum does not match, it means There gz is a problem with the downloaded image, please try to download againas follows
<div style="background:#f1f1f1;border: 1px solid #000;">
test@test:~$ sha256sum tar -c *zxf image_filename.tar.sha gz</div><br>Orangepi37)Double-click balenaEtcher-lts_2.1.6_ubuntu_bionic_server_linux45.9109-x64.118AppImage on the graphical interface of Ubuntu PC to open balenaEtcher.imgThe opened interface is shown in the figure below<br><div style="padding-left: success20px;">a.First select the path of the image file<br>b.Then select the device number of the TF card<br>c.Finally click Flash to start burning
</div>
8)Then double-click '''balenaEtcher-1.5.109-x64.AppImage''' on the graphical interface of Ubuntu PC to open balenaEtcher (no installation required), and the opened interface is as shown in the figure below<br>
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<br>
<div style="padding-left:200px">[[文件:Orange-pi-3lts-balenaetcher.png|600px]]</div>
98)The writing burning process will prompt the writing speed and remaining time
<div style="padding-left:200px">[[文件:Orange-pi-3lts-balenaetcher1.png|600px]]</div>
109)After burning, the following interface will be displayed. At this time, you can unplug pull out the TF card from the computer and insert it into the development board to start.
<div style="padding-left:200px">[[文件:Orange-pi-3lts-balenaetcher2.png|600px]]</div>