8,367
edits
Changes
no edit summary
[[文件:Orange-pi-4-lts-img23.png|400px|]]
</div>
<br>
14)A PC with Ubuntu and Windows operating systems installed
{| class="wikitable"
|-
| 1|| Ubuntu14.04 PC || Optional, used to compile Android source code
|-
| 2|| Ubuntu21.04 PC|| Optional, used to compile Linux source code
|-
| 3|| Windows PC|| For burning Android and Linux images
|}
=== '''Download the image of the development board and related files''' ===
<br>
1)The download URL of the Chinese version of the file is:
http://www.orangepi.cn/downloadresourcescn/
<br>
2)The download URL of the English version of the file is:
http://www.orangepi.online/downloadresources/
<br>
3)The information mainly includes
<p style="padding-left:20px;">
a.'''Android source code:''' saved on Baidu cloud disk and Google network disk<br>
b.'''Linux source code:''' saved on github, the link address is
</p>
https://github.com/orangepi-xunlong/orangepi-build
<p style="padding-left:20px;">
c.'''User manual and schematic diagram:''' The data sheet related to the chip will also be placed here<br>
d.'''Official tools:''' mainly include the software that needs to be used during the use of the development board<br>
e.'''Android image:''' save on Baidu cloud disk and Google network disk<br>
f.'''Ubuntu image:''' save on Baidu cloud disk and Google network disk<br>
g.'''Debian image:''' save on Baidu cloud disk and Google network disk
</p>
=== '''Use the Debian image pre-installed in eMMC to test the function of the development board''' ===
<br>
<div style="border:1px solid #000;padding:2px;">
<div style="border:1px solid #000;padding:4px;background:#ffffdc">
'''Note that if you purchase the version without eMMC, you cannot pass the Debian image test pre-installed in eMMC, you can only burn the image to the TF card, and then start the system in the TF card to test the function of the development board'''</div>
</div>
If you purchased the Orange Pi 4 LTS development board with 16GB eMMC, after getting the development board, you can use the Debian 11 image pre-installed in the eMMC to test the functions of the development board, and make sure that all hardware functions of the development board are OK. After that, burn the system you want to use.
=== '''Method of burning Linux image to TF card based on Windows PC''' ===
<br>
<div style="border:1px solid #000;padding:2px;">
<div style="border:1px solid #000;padding:4px;background:#ffffdc">
'''Note that: the Linux image mentioned here refers specifically to the image of a Linux distribution such as Debian or Ubuntu downloaded from the Orange Pi data download page'''</div>
</div>
==== '''How to use Win32Diskimager to burn Linux image''' ====
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>
2)Then use the card reader to insert the TF card into the computer<br>
3)Then format the TF card<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;">[[文件: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;">[[文件: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;">[[文件: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/<br>
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;">[[文件:Orange-pi-4-lts-img27.png|400px|]]</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
==== '''How to use balenaEtcher to burn a 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>
2)Then use the card reader to insert the TF card into the computer<br>
3)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>
4)Then download the burning software of the Linux image - '''balenaEtcher''', the download address is<br>
https://www.balena.io/etcher/
5)After entering the balenaEtcher download page, click the green download button to download the installation package of balenaEtcher. You can also select the Portable version of balenaEtcher through the drop-down box. The Portable version does not need to be installed. Double-click to open it and use it
<div style="padding-left:200px;">[[文件:Orange-pi-4-lts-img28.png|400px|]]</div>