ORANGE Pi 2 Manuale utente

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
Orange Pi 2
User Manual
<Version: V0.9 >

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
What’s Orange Pi 2?
It’s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian, Rasberry
Pi Image, as well as the Banana Pi Image. It uses the AllWinner H3 SoC, and has 1GB DDR3
SDRAM.
What can I do with Orange Pi 2?
Build…
A computer
A wireless server
Games
Music and sounds
HD video
A speaker
Android
Scratch
Pretty much anything else, because Orange Pi 2 is open source.
Who’s it for?
Orange Pi 2 is for anyone who wants to start creating with technology – not just consuming it.
It's a simple, fun, useful tool that you can use to start taking control of the world around you.

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
Hardware specification
CPU H3 Quad-core Cortex-A7 H.265/HEVC 4K
GPU Mali400MP2 GPU @600MHz, Supports OpenGL ES 2.0
Memory (SDRAM) 1GB DDR3 (shared with GPU)
Onboard Storage TF card (Max. 64GB) / MMC card slot
Onboard Network 10/100M Ethernet RJ45
Onboard WIFI Realtek RTL8189ETV, IEEE 802.11 b/g/n
Video Input
A CSI input connector Camera:
Supports 8-bit YUV422 CMOS sensor interface
Supports CCIR656 protocol for NTSC and PAL
Supports SM pixel camera sensor
Supports video capture solution up to 1080p@30fps
Audio Input MIC
Video Outputs
Supports HDMI output with HDCP
Supports HDMI CEC
Supports HDMI 30 function
Integrated CVBS
Supports simultaneous output of HDMI and CVBS
Audio Output 3.5 mm Jack and HDMI
Power Source DC input can supply power, but USB OTG input don’t supply power
USB 2.0 Ports Four USB 2.0 HOST, one USB 2.0 OTG
Buttons Power Button(SW4), Recovery Button(SW2), Uboot Button(SW3)

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
Low-level peripherals 40 Pins Header,compatible with Raspberry Pi B+
GPIO(1x3) pin UART, ground.
LED Power led & Status led
Key IR input, UBOOT, POWER
Supported OS Android, Ubuntu, Debian, Rasberry Pi Image
Interface definition
Product size 93mm × 60mm
Weight 46g
Orange Pi™ is a trademark of the Shenzhen Xunlong Software CO., Limited
Hardware
Top view:

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
Bottom view:

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
Interface:
Use method
By following this short quick start guide, you can use your Orange Pi 2 in just a few
minutes. There are three steps to boot your Orange Pi 2.

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
Step 1: Get what you need
To enjoy the use of your Orange Pi 2, you will need at least the accessories in the table
below.
No. Item Minimum recommended specification & notes
1TF card •Minimum size 4Gb; class 4 (the class indicates how fast the card is).
•We recommend using branded TF cards as they are more reliable.
2a HDMI(Full
sized) to HDMI
/ DVI lead
•HDMI to HDMI lead (for HD TVs and monitors with HDMI input).
OR
HDMI to DVI lead (for monitors with DVI input).
2b AV video lead •A standard AV video lead to connect to your analogue display if
you are not using the HDMI output.
3Keyboard and
mouse
•Any standard USB keyboard and mouse should work.
•Keyboards or mice that take a lot of power from the USB ports, however,
may need a powered USB hub. This may include some wireless devices.
4Ethernet
cable/USB
WiFi(Optional)
•Networking is optional, although it makes updating and getting new
software for your Orange Pi 2 much easier.
5DC power
adapter
•A good quality, DC power supply that can provide at least
2.0A at 5V is essential. While the USB OTG input cann’t be used.
6Audio lead
(Optional)
•You can choose a 3.5mm jack audio led to connect to
audio port to get stereo audio.

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
HDMI to HDMI lead HDMI to DVI lead AV video lead
TFcard DCpoweradapter
Step2: Prepare your TF card for the Orange Pi 2
In order to enjoy your Orange Pi 2, you will need to install an Operating
System (OS) onto a TF card. Instructions below will teach you how to write
an OS image to your TF card under Windows and Linux.
How to write an OS image (except Android OS image) to your TF card?
Windows:
1. Insert your TF card into your computer. The size of TF card should be
larger than the OS image size, generally 4GB or greater.
2. Format the TF card.
i. Download a TF card format tool such as TF Formatter from
https://www.sdcard.org/downloads/formatter_4/eula_windows/.
ii. Unzip the download file and run the setup.exe to install the tool on
your machine.
iii. In the "Options" menu, set "FORMAT TYPE" option to "QUICK",
"FORMAT SIZE ADJUSTMENT" option to "ON".

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
iv. Check the TF card you inserted matches the one selected by
the tool.
v. Click the “Format” button.
3. Download the OS image from the Downloads webpage.
i. Website:http://www.orangepi.org/downloaded/download.html
4. Unzip the download file to get the OS image (exclude android os
image, android os image need other burn mode.).
i. Right click on the file and choose “Extract all”.
5. Write the image file to the TF card.
i. Download a tool that can wirte image to TF card, such as Win32
Diskimager from:
http://sourceforge.net/projects/win32diskimager/files/Archive/
ii. Open the unzipped image file.
iii. Click “Write” button. Wait patiently to successfully complete

OrangePi2UserManual ShenzhenXunlongSoftwareCO.,Limited
www.orangepi.org www.xunlong.tv
writing.
Linux:
1. Insert your TF card into your computer. The size of TF should be
larger than the OS image size, generally 4GB or greater.
2. Format the TF card.
i. Run
fdisk –l /dev/sdx
command to check the TF card node.
ii. Run
umount /dev/sdxx
to unmount all the partitions of the TF card.
iii. Run
sudo fdisk /dev/sdx
command to configure TF card. Use
o
command to delete all partition of TF card and use
n
command to
add one new partition. Use
w
command to save change.
iv. Run
sudo mkfs.vfat /dev/sdx1
command to format the new created
partition of TF card as FAT32.
(x should be replaced according to your TF card node)
You can also jump this step under Linux, because write image command
dd
under Linux will format the TF card automatically.
3. Download the OS image from the Downloads webpage.
i. Website:http://www.orangepi.org/downloaded/download.html
4. Unzip the download file to get the OS image (exclude android os image,
android os image need other burn mode).
i. Run
unzip [downloaded filename]
command.
5. Write the image file to the TF card.
i. Run
fdisk –l /dev/sdx
command to check the TF card node.
ii. Verify if the hash key of the zip file is the same as shown on the downloads
page (optional).
sha1sum [path]/[imagename]
This will print out a long hex number which should match the "SHA-1" line
for the TF image you have downloaded
iii. Run umount /dev/sdxx to unmount all the partition of the the TF card
iv. Run sudo dd bs=4M if=[path]/[imagename] of=/dev/sdxcommand to write image
file to TF card. Wait patiently to successfully complete writing. Please note that block
size set to 4M will work most of the time, if not, please try 1M, although 1M will take
considerably longer.You can use sudo pkill –USR1 –n –x dd command to check
progress
Indice

















