
Orange Pi 5 Pro by Shenzhen Xunlong Software CO., Limited
Orange Pi 5 Pro uses Rockchip RK3588S 8-core 64-bit processor, quad-core A76+quad-core A55, with 8nm process design, up to 2.4GHz main frequency, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2; embedded NPU supports INT4/INT8/INT16 mixed computing, with up to 6TOPS of computing power, which can meet the edge computing needs of most end devices; with 4GB/8GB/16GB LPDDR5, with up to 8K display processing, and supports for eMMC module or SPI Flash (either one),Wi-Fi5, BT5.0, and BLE support.
The Orange Pi 5 Pro provides abundant interfaces, including HDMI output, GPIO ports, USB2.0, USB3.1, 3.5mm headphone socket,Gigabit LAN port with PoE+ support (PoE+ HAT required), etc., with an M.2 M-key slot that supports the installation of NVMe SSD or SATA SSD. Orange Pi 5 Pro is compact, measuring only 89mmX56mmX1.6mm, and powerful enough to be widely used in tablets, edge computing, artificial intelligence, cloud computing, AR/VR, intelligent security, smart home and other fields, covering AIoT various industries.Orange Pi 5 Pro supports Orange Pi OS, the official operating system developed by Orange Pi, as well as Ubuntu, Android 12, Debian and other operating systems.
Specifications
- Rockchip RK3588S (8nm LP process)
- 8-core 64-bit processor big.LITTLE Architecture: 4-core Cortex-A76 and 4-core Cortex-A55, big core cluster is 2.4GHz, and little core cluster is 1.8GHz frequency.
- Arm Mali-G610
- Built-in 3D GPU
- Compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2
- Embedded NPU supports INT4/INT8/INT16 mixed operation, with up to 6TOPS computing power
- RK806-1
- LPDDR5 496PIN:4GB/8GB/16GB (optional)
- eMMC socket: supports eMMC module (optional)
- SPI Flash (default empty)
- MicroSD (TF) slot
- M.2 M-KEY slot: NVMe SSD or SATA SSD
- USB3.1 Gen1 * 1; USB2.0 *1
- USB HUB:USB2.0 2(TYPE A)+UAB2.02 row of pins
- HDMI2.1 up to 8K @60Hz
- HDMI2.0, up to 4K @60Hz
- MIPI DSI 4 Lane, up to 4K @60Hz
- 2 * MIPI 4 Lane
- CODEC: ES8388
- 3.5mm headphone jack audio input/output
- Input: onboard MIC
- HDMI 2.1 eARC
- 10/100/1000Mbps Ethernet with PoE+ support (PoE+ HAT required)
- Onboard Wi-Fi5+BT 5.0/BLE module: AP6256
- M.2 M-Key slot supports access to NVMe SSD or SATA SSD
- Dual-row pin: 2.54mm 40Pin
- Supports DC 5V and 3.3V power outputs
- Configurable UART, PWM, I2C, SPI, CAN, GPIO and other functional interfaces
- 1 * MaskROM, 1 * RESET, 1 * POWER
- Supports Type-C power supply, 5V @ 5A
- RGB LED tri-color indicator
- 5V 2PIN 1.25mm socket
- 3V 2PIN 1.25mm socket
- Debug serial port UART included in 40PIN expansion port
Purchase
Contribute
Have some info to add for this board? Edit the source for this page here.
Adafruit Blinka Installation
We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.
For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.