Basic features of Orange Pi 4
What’s Orange Pi 4?
Orange Pi is an open source single-board computer, a new generation of arm64 development board, which can run operating systems such as Android 8.1, Ubuntu and Debian. Orange Pi development board (Orange Pi 4) uses Rockchip RK3399 system-on-chip, and has dual-channel 4GB LPDDR4 memory
What can I do with Orange Pi 4?
We can bulid:
- A computer
- A wireless server
- Games
- Music and Sounds
- HD video
- A speaker
- Android
Pretty much anything else,because Orange pi 4 is open source
Who’s it 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
Hardware Specification
Hardware Specification Introduction
| |
CPU |
Rockchip RK3399 (28nm HKMG process) |
GPU |
|
Memory | Dual 4GB LPDDR4 |
Onboard Storage |
|
Network | 10/100/1000Mbps Ethernet( Realtek RTL8211E ) |
WIFI+Bluetooth |
|
Video Output |
1 x HDMI 2.0 ( Type-A ), Supports 4K@60fps output |
Video Input | MIPI-CSIx2 Camera connector (MIPI_RX0、MIPI_TX1/RX1) |
Audio Output |
|
Audio Input |
|
Power Source |
|
USB Port |
|
Low-level peripherals | GPIO1 40 pins (with I2Cx2、SPIx1/UART and GPIOx8) |
Mini-PCIE | 24pin mini-PCIE interface |
RTC | Support RTC,on-board battery backup interface |
Debug Serial Port | UART-TX、UART-RX and GND |
LED | Power led & Status led |
Button | Reset x1、Upgrade x1 |
Support OS | Android8.1、Ubuntu、Debian |
Appearance specification introduction
| |
Dimension | 91mm×55.7mm |
30px|range Pi™ is a trademark of the Shenzhen Xunlong Software CO., Limited
|
Top View and Bottom View of Orange Pi 4
Top View:
Bottom View:
Orange Pi 4 interface details
With 16GB EMMC Version
Without 16GB EMMC Version
Introduction to the use of the development board
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)HDMI to HDMI cable, used to connect the development board to an HDMI monitor or TV for display
4)Type-C to HDMI cable, connect the development board to the HDMI monitor or TV through the Type-C interface for display
5)Type-C to USB3.0 adapter, used to connect USB3.0 storage devices or mouse keyboards and other devices
6)10.1 inch MIPI screen, used to display the system interface of the development board
7)Power adapter, 5V/3A or 5V/4A high-quality power adapter, the Type-C USB3.0 interface of the development board can also be used for power input
8)USB interface mouse and keyboard, as long as it is a standard USB interface mouse and keyboard, the mouse and keyboard can be used to control the Orange Pi development board
9)100M or Gigabit network cable, used to connect the development board to the Internet
10)OV13850 13 million camera, Orange Pi 4 dedicated camera, compatible with MIPI interface
11)USB to TTL module and DuPont cable. When using the serial port debugging function, USB to TTL module and DuPont cable are required to connect the development board and the computer
12)A personal computer with Ubuntu and Windows operating systems
1 | Ubuntu14.04 PC | Optional, used to compile Android source code |
2 | Ubuntu18.04 PC | Optional, used to compile Linux source code |
3 | Windows PC | Used to burn Android and Linux images |
1)The download URL of the Chinese version is
http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-pi-4.html
2)The download URL of the English version is
http://www.orangepi.online/downloadresources/
3)The information mainly contains
a.Android source code: saved on Baidu Cloud Disk and Google Cloud Disk
b.Linux source code: saved on github, the link address is
https://github.com/orangepi-xunlong/orangepi-build
c.User manuals and schematic diagrams: chip-related data manuals will also be placed here
d.Official tools: mainly include the software that needs to be used during the use of the development board
e.Android image: saved on Baidu Cloud Disk and Google Cloud Disk
f.Ubuntu image: saved on Baidu Cloud Disk and Google Cloud Disk
g.Debian image: saved on Baidu Cloud Disk and Google Cloud Disk
h.Armbian image link, a image developed and maintained by the Armbian community. If you encounter any problems during use, please go to the armbian forum to give feedback. The maintainer of the Armbian image and other people who use the Armbian image will assist in solving various problems. Is the fastest way to solve the problem. Orange Pi is not responsible for maintaining this image
Use the Android image pre-installed in eMMC to test the functions of the development board
If you bought the Orange Pi 4 development board with a 16GB eMMC version, after you get the development board, you can use the Android image pre-installed in the eMMC to test the functions of the development board first, and make sure that all the hardware functions of the development board are okay. Burn the system you want to use
Method of flashing Linux image to TF card based on Windows PC
1)First, prepare a TF card with 8GB or larger capacity. The transmission speed of the TF card must be above class10. It is recommended to use a TF card of SanDisk and other brands
2)Then use a card reader to insert the TF card into the computer
3)Then format the TF card
a.You can use the SD Card Formatter software to format the TF card, the download address is
https://www.sdcard.org/downloads/formatter/eula_windows/SDCardFormatterv5_WinEN.zip
b.After downloading, you can directly unzip and install, and then open the software
c.If the computer only has a TF card inserted, the “Select card” column will display the drive letter of the TF card. If multiple USB storage devices are inserted into the computer, you can select the drive letter corresponding to the TF card through the drop-down box
d.Then click "Format", a warning box will pop up before formatting, and formatting will start after selecting "Yes (Y)"
e.After formatting the TF card, the message shown in the figure below will pop up, click OK
4)Download the Linux operating system image file compression package you want to burn from the Orange Pi data download page, and then use the decompression software to decompress it. In the decompressed file, the file ending with ".img" is the operating system image file. The size is generally above 1GB
5)Use Win32Diskimager to burn Linux image to TF card