8,367
edits
Changes
→Method of Burning Linux Image to TF Card Based on Windows PC
<div>[[File:Orange-pi-4-lts-img33.png|600px|]]</div>
<br>
==== '''The Way to use Win32Diskimager to burn Linux image''' ====
<br>
1)First prepare a TF card with a capacity of 8GB or more. The transmission speed of the TF card must be above class 10. It is recommended to use a TF card from a brand such as SanDisk<br>
<br>
2)Then use the card reader to insert the TF card into the computer<br>
<br>
3)Then format the TF card<br>
<br>
a.The SD Card Formatter software can be used to format the TF card, and its download address is<br>
https://www.sdcard.org/downloads/formatter/eula_windows/SDCardFormatterv5_WinEN.zip
<br>
b.After downloading, unzip and install directly, and then open the software<br>
c.If only the TF card is inserted into the computer, the “Select card” column will display the drive letter of the TF card. If multiple USB storage devices are inserted into the computer, you can select the drive letter corresponding to the TF card through the drop-down box.<br>
<div style="padding-left:200px;">[[File:Orange-pi-4-lts-img24.png|400px|]]</div>
d.Then click '''"Format"''', a warning box will pop up before formatting, select "Yes (Y)" to start formatting
<div style="padding-left:200px;">[[File:Orange-pi-4-lts-img25.png|400px|]]</div>
e.After formatting the TF card, the information shown in the figure below will pop up, click OK.
<div style="padding-left:200px;">[[File:Orange-pi-4-lts-img26.png|400px|]]</div>
4)Download the compressed package of the Linux operating system image file you want to burn from the data download page 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. The size is generally more than 1GB<br>
5)Use '''Win32Diskimager''' to burn the Linux image to the TF card<br>
a.The download page of Win32Diskimager is<br>
http://sourceforge.net/projects/win32diskimager/files/Archive/
b.After downloading, install it directly. The Win32Diskimager interface is as follows<br>
<p style="padding: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
</p>
<div style="padding-left:200px;">[[File:Orange-pi-4-lts-img27.png|600px|]]</div>
c.After the image writing is completed, click the '''"Exit"''' button to exit, and then you can pull out the TF card and insert it into the development board to start
=== '''Method of flashing Linux image or OpenWRT image to TF card based on Ubuntu PC''' ===