8,367
edits
Changes
→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>
<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>
<div style="padding-left:200px">[[文件:Orange-pi-3lts-balenaetcher.png|600px]]</div>
<div style="padding-left:200px">[[文件:Orange-pi-3lts-balenaetcher1.png|600px]]</div>
<div style="padding-left:200px">[[文件:Orange-pi-3lts-balenaetcher2.png|600px]]</div>