
Orange Pi 5 Max by Shenzhen Xunlong Software CO., Limited
OrangePi 5 Max uses Rockchip RK3588 8-core 64-bit processor with 4 Cortex-A76 (2.4GHz), 4 Cortex-A55 (1.8GHz) and independent NEON coprocessor. Adopting 8nm process design, the main frequency is up to 2.4GHz, integrated ARM Mali-G610, built-in 3D GPU, compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2, and Vulkan 1.2; the embedded NPU supports INT4/INT8/INT16/FP16 hybrid computing, with up to 6TOPS of computing power, which can meet the edge computing needs of most terminal devices; it has 4GB/8GB/16GB LPDDR5, with up to 8K display processing capability, supports eMMC socket and onboard eMMC (either one ), and has Wi-Fi 6E+BT 5.3 with BLE support.
OrangePi 5 Max provides abundant interfaces, including HDMI output, GPIO interface, USB2.0, USB3.0, 3.5mm headphone socket, one PCIe extended 2.5G high-speed network port, one M.2 M-Key slot (PCIe 3.0 4-Lane), supporting for the installation of NVMe SSDs or SATA SSDs. OrangePi 5 Max is compact, PCB measuring only 89mmX57mmX1.6mm, and powerful enough to be widely used in high-end tablets, edge computing, artificial intelligence, cloud computing, AR/VR, smart security, smart home, etc., covering various industries of AIoT. OrangePi 5 Max supports Orangepi OS(Droid)、Orangepi OS(Arch)、Orangepi OS(OH)、Ubuntu、Debian、Android13 operating system.
Specifications
- Rockchip RK3588 (8nm LP process)
-
- • 8-core 64-bit processor
- • 4 Cortex-A76 and 4 Cortex-A55 with independent NEON coprocessor
- • Cortex-A76 at 2.4GHz, Cortex-A55 at 1.8GHz
- • Integrated ARM Mali-G610
- • Built-in 3D GPU
- • Fully compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2.
- Embedded NPU supports INT4/INT8/INT16/FP16 hybrid computing with up to 6TOPS. RK806-1 LPDDR5 496PIN:4GB, 8GB, 16GB optional
-
- • eMMC Flash Sockets (default)
- • Onboard eMMC (customizable) Note: Either eMMC socket or on-board eMMC, support: 32GB, 64GB, 128GB, 256GB optional
-
- • QSPI Nor FLASH: 16MB
- • MicroSD card slot
- • M.2 M-KEY slot: Support NVMe SSD (PCIe 3.0 4Lane)
- 2 * USB3.0; 2 * USB2.0
-
- • 2 * HDMI 2.1, up to 8k@60FPS
- • 1 * MIPI DSI TX 4 Lane
- • 2 * MIPI CSI 4 Lane
- • 1 * MIPI D-PHY RX 4 Lane
- CODEC:ES8388
-
- • 1 * Audio 3.5mm jack with mic
- • 1 * MIC In
- • 1 * HDMI 2.1 eARC
- 1 * PCIe 2.5G LAN (RTL8125BG)
- Onboard Wi-Fi 6E+BT 5.3/BLE module: AP6611
- Wi-Fi interface: SDIO3.0
- BT interface: UART/PCM
- Dual-row pin: 2.54mm 40Pin
- Supports DC 5V and 3.3V power output
- Configurable UART, PWM, I2C, SPI, CAN, GPIO and other functional interfaces.
- 1 * BOOT key, 1 * On/Off key
- Supports Type-C power supply, 5V @ 5A
- RGB LED Side Illumination
- 5V 2PIN 1.25mm socket
- 3V 2PIN 1.25mm socket
- Debug serial UART included in 40PIN expansion port
- Orangepi OS (Droid), Orangepi OS (Arch), Orangepi OS (OH), Ubuntu, Debian, Android13
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.