Open main menu

Wiki-Orange Pi β

Changes

Orange Pi PC 2

4,218 bytes added, 09:33, 23 June 2022
no edit summary
iv After the image is written, click "Exit" button.
</div>
<br>
'''2)Write Linux into TF card based on Linux platform?'''
<br>
a.Inserting the TF card into the computer, the capacity of the card must be larger than the operating system image, usually requires 4GB or greater capacity.<br>
<br>
b.Formatting the TF card.<br>
<br>
i Run fdisk –l order to make sure TF disk.<br>
ii Run umount /dev/sdxx to uninstall all partitions of TF Card. <br>
iii Run sudo fdisk /dev/sdx order. Use o command to delete all
partitions of TF Card, and then us n order to add a new partition, finally use
w command to save and exit.<br>
iv Run sudo mkfs.vfat /dev/sdx1 command to format the TF card partition set up last step to FAT32 form(according to your TF card disk to replacex). Or you could skip this step since command in Linux will format TF card automatic.<br>
<br>
c.Download the OS image from download page <br>
http://www.orangepi.online/`downloadresources<br>
<br>
d.Unzip and right click the downloaded file, select " Unzip file"<br>
<br>
e.Write image to TF card<br>
<br>
i Run sudo fdisk –l order to make sure the TF card disk<br>
ii make sure the image file hash key is the same as download page mention(optional). It will output sha1sum [path]/[imagename], which should be same as the image paye "SHA-1"<br>
iii Run umount /dev/sdxx order to uninstall all partitions in TF Card<br>
iv Run sudo dd bs=4M if=[path]/[imagename] of=/dev/sdx to write down image file. Wait for the image to write. If it cannot work at 4M, then replace a 1M which takes more time. You can run sudo pkill –USR1 –n –x dd order to monitoring procedure.<br>
<br>
'''3)Use PhoenixCard tool to write Android image into TF card'''
<br>
It is impossible for Android image to be written into TF card by using
dd command under Linux or using Win32 Diskimager under Windows. Here
PhoenixCard tool is applicable for Android image writing.<br>
<br>
a.Download the Android OS image and PhoenixCard tool. Download PhoenixCard from here:<br>
https://drive.google.com/file/d/0B_VynIqhAcB7NTg2UkRDdHRWX2s/ edit?usp=sharing<br>
Download Android OS image from here: <br>
http://www.orangepi.online/downloadresources/
b.Format the TF card<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img15.png|400px|]]</div>
<br>
c.Please make sure the inserted TF card is in accordance with the chosen TF card, click "restore" button for TF card formatting.<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img16.png|600px|]]</div>
<br>
d.Click "OK" button after successfully formatted the TF card to normal.<br>
<br>
e.Burn the Android OS image into your TF card. Please pay attention to the following with red marks.<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img17.png|600px|]]</div>
<br>
f.Click "Burn" button for writing to TF card and wait for it finish<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img18.png|600px|]]</div>
<br>
g.Click "Exit" button after burn Android image to TF card successfully.<br>
<br>
'''4)Write Armbian Image into TF Card'''<br>
<br>
a.Insert TF card into computer, please note that the TF card capacity must bigger than the operating system image, usually need to be 8GB or bigger.<br>
b.Download the OS image file from the download page: http://www.armbian.com/download/<br>
c.Write the image into TF card.<br>
i. Download image writing tool such as Rufus, the download page: https://rufus.akeo.ie/
<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img19.png|400px|]]</div>
<br>
ii. Select the image file path that has been unzipped<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img20.png|600px|]]</div>
<br>
iii. Click "start" button and wait for the image to write.<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img21.png|600px|]]</div>
<br>
iv. After the image is written, click "close" button<br>
<br>
=== '''Step 3: Boot your Orange Pi''' ===
<br>
'''1)Hardware Connection Sketch Map'''<br>
<br>
<div style="padding-left:200px;">[[文件:Orange-pi-pc2-img22.png|400px|]]</div>
<br>
<div style="padding-left:200px;">
[[文件:Orange-pi-pc2-img23.png|400px|]]<br>
<div style="width:400px;text-align:center;">Orange Pi PC2 runs on Android 4.4 system</div>
</div>
<br>