Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 3

6,913 bytes added, 18:18, 17 June 2022
no edit summary
* '''Format TF card'''
 Check whether the inserted TF card is consistent with the selected drive letter, click the "Restore Card" button to start formatting the TF
<div>[[文件:Orange-pi-3-img14.png|600px800px]]</div><div>[[文件:Orange-pi-3-img15.png|600px800px]]</div><br>* '''Then select the firmware, select the boot card'''<br> Please note the red mark in the picture below:<br><br><div>[[文件:Orange-pi-3-img16.png|800px]]</div>* '''Click “Burn Card” to start writing to the TF card, and wait for the completion of burning.'''<div>[[文件:Orange-pi-3-img17.png|800px]]</div> After the Android firmware is successfully programmed, click the "Close" button, and then you can insert the TF card into the development board to start the system<br>=== '''Android firmware programming steps (programming to EMMC via TF card)''' ===<br> If you purchased the Orange Pi 3 development board with EMMC Flash chip, you can also burn the Android image to EMMC through TF card, and then use the development board through the system in EMMC. If you purchased the development board of Orange Pi 3 without EMMC Flash, you can only start the system through TF card.<br> As shown in the figure below, the left side is the Orange Pi 3 development board with EMMC Flash chip attached, and the right side is not attached.<div>[[文件:Orange-pi-3-img18.png|800px]]</div>The steps to burn the system to EMMC Flash through TF card are as follows:<br><br>* '''Format TF card'''Check if the inserted TF card is consistent with the selected drive letter, click the "Recover Card" button to start formatting the TF card.<div>[[文件:Orange-pi-3-img19.png|800px]]</div>* '''Then select the Android firmware of Orange Pi 3, choose the production card among the types of business cards'''Please note the red mark in the picture below<div>[[文件:Orange-pi-3-img20.png|800px]]</div>* '''Click “Burn Card” to start writing to the TF card, and wait for the completion of burning.'''<div>[[文件:Orange-pi-3-img21.png|800px]]</div>After the Android firmware is successfully programmed, click the "Close" button, and then you can insert the TF card into the development board. After powering on, the system in the TF card will be automatically burned into the EMMC. During the burning process, the red light on the development board will start to flash, and the red light will stop flashing after the burning is completed. You can also see the following programming interface through the HDMI display.<div>[[文件:Orange-pi-3-img22.png|800px]]</div><div style="text-align:center;width:800px;">Screens displayed during burning</div><div>[[文件:Orange-pi-3-img23.png|800px]]</div><div style="text-align:center;width:800px;">Screen displayed after burning is completed</div><br> After programming, you can turn off the power, pull out the TF card, and then power on to start the system in EMMC Flash.<br><br>== '''Linux firmware burning''' ==<br> We can burn the Orange Pi 3's Linux firmware to the TF card through Etcher. If you purchased the Orange Pi 3 development board without the EMMC Flash chip, you can only start the system through the TF card. Etcher supports the following operating systems.<br>* Linux (most distributions, such as Ubuntu)* MacOS 10.9 and later* Windows 7 and later The Etcher software installation package can be downloaded from its official website https://etcher.io/, or it can be downloaded from the official tool of the Orange Pi 3 official website download page<br><br>=== '''Etcher installation method''' ===<br>* The installation method of Etcher in Windows is the same as that of ordinary software, so I won't go into details here.* Etcher is installed on Ubuntu and Debian systems as follows<div style="border:1px solid #dddddd;background:#f1f1f1;padding:5px;">1.Add Etcher Debian repository:<br>$ echo "deb https://dl.bintray.com/resin-io/debian stable etcher" | sudo tee /etc/apt/sources.list.d/etcher.list<br><br>2.Download the key<br>$ sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61<br><br>3.Update and install<br>$ sudo apt-get update && sudo apt-get install etcher-electron<br><br>4.Uninstallation method<br>$ sudo apt-get remove etcher-electron<br>$ sudo rm /etc/apt/sources.list.d/etcher.list && sudo apt-get update</div><br>=== '''How to flash Linux firmware through Etcher''' ===<br>* First open Etcher, its interface is shown below<div>[[文件:Orange-pi-3-img24.png|800px]]</div>* Then use "Select image" to select the Linux firmware to be burned* Then insert the TF card, Etcher will automatically identify the corresponding drive* Finally, click “Flash!” To start burning. After burning, you can insert the development board to start the system.<div>[[文件:Orange-pi-3-img25.png|800px]]</div><br>=== '''Program Linux system into EMMC Flash chip through script''' ===<br> If you purchased the Orange Pi 3 development board with EMMC Flash chip, after booting the Linux system through the TF card, you can also burn the Linux system into EMMC Flash through the install_to_emmc script.<br> Enter the install_to_emmc command in the Linux terminal, and then enter y as prompted, and the Linux system will automatically be burned into EMMC Flash. After the programming is complete, turn off the power, remove the TF card, and then power on the Linux system in EMMC Flash automatically.<br><div style="border:1px solid #dddddd;background:#f1f1f1;padding:5px;">root@OrangePi:~# '''install_to_emmc'''<br><br>WARNING: EMMC WILL BE ERASED !, Continue (y/N)? y<br>Erasing EMMC ...<br>Creating new filesystem on EMMC ...<br><p style="padding-left:20px;">New filesystem created on /dev/mmcblk0.</p>Partitioning EMMC ...<br><p style="padding-left:20px;">Creating boot & linux partitions<br>OK.</p>Formating fat partition ... <p style="padding-left:20px;">fat partition formated.</p>Formating linux partition (ext4), please wait ...<p style="padding-left:20px;">linux partition formated.</p><br>Instaling u-boot to EMMC ...<br><br> Mounting EMMC partitions...<br>FAT partitions mounted to /tmp/_fatdir<br>linux partition mounted to /tmp/_extdir<br><br>Copying file system to EMMC ...<br><br><p style="padding-left:20px;">Creating "fstab"</p><br>*******************************<br> Linux system installed to EMMC.<br>*******************************</div><br>== '''Instructions for use of Linux system''' ==<br>=== '''Linux boot light description''' ===<br>* After booting, the on board LED light will first light up red, then the red light will turn off, and the yellow light will stay on.<br>=== '''Login account and password''' ===<br>* Username root, password: orangepi* Username orangepi, password: orangepi<br>=== '''extend rootfs partition''' ===<br> After the system running card is prepared, the file system rootfs partition should be expanded immediately. This will greatly improve the system performance and avoid various tedious problems caused by insufficient space.<br> We can use the built-in script resize_rootfs.sh to expand the capacity after entering the system.