8,367
edits
Changes
→Method of flashing Linux image or OpenWRT image to TF card based on Ubuntu PC
6)After downloading, use unzip to decompress. The decompressed balenaEtcher-1.5.109-x64.AppImage is the software needed to burn Linux image
<div style="background:#f1f1f1;border: 1px solid #000;">
test@test:~$ '''unzip balena-etcher-electron-1.5.109-linux-x64.zip'''<br>
Archive: balena-etcher-electron-1.5.109-linux-x64.zip<br>
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>
7)Download the Linux operating system image file compression package you want to burn from Orange Pi's 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>
a.The decompression command of the compressed package at the end of 7z is as follows
<div style="background:#f1f1f1;border: 1px solid #000;">
test@test:~$ '''7z x Orangepir1plus-lts_2.1.4_ubuntu_bionic_server_linux5.10.44.7z'''<br>