Orange Pi PC Plus Manuale utente

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
Orange Pi PC Plus User Manual

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 1www.xunlong.tv
Content
1. Basic features of Orange Pi PC Plus................................................................................5
1.1. What’s Orange Pi PC Plus?....................................................................................................5
1.2. What can I do with Orange Pi PC Plus?................................................................................ 5
1.3. Who is for?.............................................................................................................................5
1.4. Hardware Specification..........................................................................................................6
1.5. Top and bottom views............................................................................................................ 7
1.6. Interface Details..................................................................................................................... 8
2. Introduction to the use of the development board............................................................9
2.1. Prepare the necessary accessories..........................................................................................9
2.2. Download the image and related information of the development board............................12
2.3. Use the Android image pre-installed in eMMC to test the functions of the development
board............................................................................................................................................13
2.4. Method of flashing Linux image to TF card based on Windows PC...................................13
2.5. Method of flashing Linux image to TF card based on Ubuntu PC...................................... 15
2.6. Method of flashing Linux image to eMMC.........................................................................18
2.7. Method of flashing Android firmware to TF card................................................................18
2.8. Method of flashing Android firmware to eMMC.................................................................21
2.9. Start the Orange Pi development board............................................................................... 26
2.10. How to use the debug serial port........................................................................................26
2.10.1. Debug serial port connection instructions........................................................... 26
2.10.2. How to use the debug serial port on the Ubuntu platform...................................28
2.10.3. How to use the debug serial port on Windows platform......................................30
3. Linux system instructions.............................................................................................. 34
3.1. Supported Linux distribution types and kernel versions......................................................34
3.2. Linux5.4 kernel image driver adaptation situation.............................................................. 34

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 2www.xunlong.tv
3.3. Linux3.4 kernel image driver adaptation situation.............................................................. 35
3.4. Login account and password................................................................................................35
3.5. On-board LED light display control instructions.................................................................36
3.6. Description of automatic login for desktop version system.................................................37
3.7. The first time the Linux5.4 system starts to automatically expand rootfs........................... 38
3.8. Linux3.4 system automatic expansion rootfs instructions...................................................40
3.9. How to modify the linux log level (loglevel).......................................................................43
3.10. Ethernet port test................................................................................................................ 44
3.11. SSH remote login to the development board..................................................................... 45
3.11.1. SSH remote login development board under Ubuntu..........................................45
3.11.2. SSH remote login development board under Windows.......................................46
3.12. HDMI display test..............................................................................................................47
3.13. WIFI connection test..........................................................................................................48
3.13.1. The server version image connects to WIFI by command...................................48
3.13.2. The server version image is connected to WIFI graphically............................... 50
3.13.3. Test method of desktop version image.................................................................53
3.14. USB interface test.............................................................................................................. 55
3.14.1. Connect mouse or keyboard test..........................................................................55
3.14.2. Connect USB storage device test.........................................................................56
3.15. USB Ethernet card test.......................................................................................................56
3.16. USB camera test.................................................................................................................58
3.17. Audio test........................................................................................................................... 59
3.17.1. Headphone jack play audio test........................................................................... 59
3.17.2. Mic recording test................................................................................................ 61
3.17.3. HDMI audio playback test...................................................................................61
3.18. linux5.4 IR receiving test...................................................................................................62
3.19. linux3.4 IR receiving test...................................................................................................63
3.20. Hardware watchdog test.....................................................................................................65

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 3www.xunlong.tv
3.21. CSI camera test.................................................................................................................. 66
3.21.1. CSI camera interface specifications.....................................................................66
3.21.2. Linux3.4 system gc2035 camera test...................................................................67
3.21.3. Linux3.4 system ov5640 camera test...................................................................70
3.21.4. Linux5.4 system ov5640 camera test...................................................................72
3.22. 40 Pin interface pin description..........................................................................................75
3.23. Install wiringOP................................................................................................................. 76
3.24. 40Pin's GPIO, I2C, UART, SPI test...................................................................................77
3.24.1. Ordinary GPIO port test.......................................................................................77
3.24.2. SPI interface test.................................................................................................. 79
3.24.3. I2C test.................................................................................................................81
3.24.4. UART test............................................................................................................ 83
3.25. How to use 0.96 inch OLED module with I2C interface...................................................86
3.26. How to use SPI LCD display............................................................................................. 88
3.26.1. 2.4 inch SPI LCD display.................................................................................... 88
3.26.2. 3.2 inch RPi SPI LCD display............................................................................. 92
3.26.3. 3.5 inch SPI LCD display.................................................................................... 96
3.27. linux3.4 desktop version system GPU driver test method...............................................101
3.28. How to burn linux image to eMMC.................................................................................102
3.29. View the chipid of the H3 chip........................................................................................ 104
3.30. How to use linux3.4 system TV-OUT..............................................................................104
3.31. Boot and shutdown method..............................................................................................106
4. Android system instructions.........................................................................................107
4.1. Supported Android version................................................................................................ 107
4.2. Android 4.4 function adaptation situation..........................................................................108
4.3. Android 7.0 function adaptation situation..........................................................................108
4.4. Onboard LED light display description............................................................................. 109
4.5. How to use ADB................................................................................................................ 109
4.5.1. Android4.4 method to open the USB debugging option......................................109

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 4www.xunlong.tv
4.5.2. How to enable the USB debugging option in Android7.0................................... 110
4.5.3. Use data cable to connect adb for debugging.......................................................111
4.5.4. Use network connection adb debugging..............................................................112
4.6. How to use USB camera.................................................................................................... 113
4.7. How to use CSI camera......................................................................................................114
4.7.1. CSI camera interface specifications.....................................................................114
4.7.2. How to use gc2035 camera in Android4.4 system...............................................115
4.7.3. How to use the ov5640 camera in Android4.4 system.........................................117
5. Linux SDK instructions................................................................................................118
5.1. Get the source code of linux sdk........................................................................................118
5.1.1. Download orangepi-build from github................................................................ 118
5.1.2. Download the cross-compilation toolchain......................................................... 119
5.1.3. Description of the complete directory structure of orangepi-build......................120
5.1.4. Download from Google Cloud............................................................................ 122
5.2. Compile u-boot.................................................................................................................. 122
5.3. Compile the linux kernel....................................................................................................126
5.4. Compile rootfs....................................................................................................................132
5.5. Compile linux image..........................................................................................................135
6. Android SDK instructions............................................................................................139
6.1. Android 4.4 SDK instructions............................................................................................139
6.1.1. Download the source code of android 4.4 sdk.....................................................139
6.1.2. Build android compilation environment..............................................................141
6.1.3. Compile android image........................................................................................142
6.2. Android 7.0 SDK instructions............................................................................................144
6.2.1. Download the source code of android 7.0 sdk.....................................................144
6.2.2. Build android compilation environment..............................................................146
6.2.3. Compile android image........................................................................................147

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 5www.xunlong.tv
1. Basic features of Orange Pi PC Plus
1.1. What’s Orange Pi PC Plus?
Orange Pi is an open source single-board card computer, a new generation of arm
development board, it can run Android 4.4, Android 7.0, Ubuntu and Debian and other
operating systems. Orange Pi PC Plus uses Allwinner H3 system-on-chip and has 1GB
DDR3 memory
1.2. What can I do with Orange Pi PC Plus?
We can use it to build:
A computer
A wireless network server
Games
Music player
HD video player
Speaker
Android
Pretty much anything else, because Orange Pi Pc Plus is open source
1.3. Who is for?
The Orange Pi development board is not only a consumer product, but also designed
for anyone who wants to use technology to create and innovate. It is a very simple,
interesting and practical tool, you can use it to create the world around you

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 6www.xunlong.tv
1.4. Hardware Specification
Hardware feature introduction
CPU
Allwinner H3 ARM Cortex-A7 Quad Core
GPU
Mali400MP2 GPU @600MHz
Supports OpenGL ES 2.0
Memory (SDRAM)
1GB DDR3 (shared with GPU)
Onboard Storage
TF card (Max. 32GB) /8GB eMMC Flash card slot
Onboard Network
10/100 Ethernet RJ45, WIFI Onboard network
Video Input
CSI interface camera
Audio Input
MIC
Video Outputs
HDMI, CVBS
Audio Output
3.5 mm audio port and HDMI
Power Source
DC input, MicroUSB (OTG) cannot be used as power
input
USB 2.0 Ports
3*USB 2.0 HOST, 1*USB 2.0 OTG
Low-level
peripherals
40 pin connector, compatible with Raspberry Pi
Debug serial port
UART-TX,UART-RX,GND
LED
Power led & Status led
Buttons
Power button(SW4)
IR receiver
Support IR remote control
Supported OS
Android,Ubuntu,Debian Image
Interface Definition
Product Size
85mm×56mm
Weight
43g
range Pi™ is a trademark of the Shenzhen Xunlong Software CO., Limited

range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn 9www.xunlong.tv
2. Introduction to the use of the development board
2.1. Prepare the necessary accessories
1) TF card, a high-speed card of class 10 or higher with a minimum capacity of 8GB, it
is recommended to use SanDisk TF card, Orange Pi test is to use SanDisk TF card, other
brands of TF card may have the problem of system failure
2) TF card reader, used to read and write TF card
3) Standard HDMI to HDMI cable, used to connect the development board to an HDMI
monitor or TV for display
4) Power adapter, at least 5V/2A high-quality power adapter, note that the OTG interface
of the development board cannot be used as a power input
Indice
Altri manuali Orange Pi Hardware per computer
Manuali Hardware per computer popolari di altre marche

EMC2
EMC2 VNX Series Manuale del proprietario

Panasonic
Panasonic DV0PM20105 Manuale utente

Mitsubishi Electric
Mitsubishi Electric Q81BD-J61BT11 Manuale utente

Gigabyte
Gigabyte B660M DS3H AX DDR4 Manuale utente

Raidon
Raidon iT2300 Manuale utente

National Instruments
National Instruments PXI-8186 Manuale utente
















