Orange Pi Manual Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
14
www.xunlong.tv
Linux will format TF card automatic. Besides, you could use tool
of
PhoenixCard
to select Format to normal to formatting TF card.
3)
Download the image OS from download page,
http://www.orangepi.cn/`downloadresourcescn/
4)
Unzip the downloaded file (This method can be used to burn and
write in OS except Android. The Android system needs another
method to burn which will be introduced in the following). And
then Right Click to download the file, select " Unzip file".
5)
Write image to TF card
i. Run
sudo fdisk –l
directory to make sure the TF card disk
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"
iii. Run
umount /dev/sdxx
order to uninstall all partitions in TF
Card
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
directory to
monitoring procedure.
c.
How to write the image into Android operating system?
It is impossible for Android image file to be written into TF card by
using dd command under Linux or by using Win32 Diskimager under
Windows. PhoenixCard is applicable.
1)
Download the Android OS image and
PhoenixCard
.
Download
PhoenixCard
from
https://drive.google.com/file/d/0B_VynIqhAcB7NTg2UkRDdH
RWX2s/edit?usp=sharing
Download Android OS image from
http://www.orangepi.org/downloadresources/
2)
Format the TF card