• top-view-orangePi5Plus top-view-orangePi5Plus.png

  • bottom-view-orangePi5Plus bottom-view-orangePi5Plus.png

| Orange Pi 5 Plus Specifications | Orange Pi 5 Specifications | | :----------------------------- | :------------------------- | | SoC Rockchip RK3588 | SoC Rockchip RK3588s | CPU 4 x Cortex-A76 cores up to 2.4 GHz Row 2 - Cell 0 4 x Cortex-A55 cores up to 1.8 GHz GPU Arm Mali-G610 MP4 RAM 4/8/16GB LPDDR4 Storage eMMC socket (32/64/128 or 256GB) Row 6 - Cell 0 M.2 2280 PCIe 3.0 x4 NVMe (M Key) Row 7 - Cell 0 MicroSD card Row 8 - Cell 0 16/32MB QSPI NOR Flash Networking 2 x 2.5Gb Ethernet Row 10 - Cell 0 Optional Wi-Fi / Bluetooth via M.2 E Key 2230 Video 2 x HDMI 2.1 Output (8K60) Row 11 - Cell 2 Row 12 - Cell 0 1 x HDMI Input (4K60) Row 12 - Cell 2 Row 13 - Cell 0 DisplayPort 1.4 (8K30) via USB C Row 13 - Cell 2 Row 14 - Cell 0 MIPI DSI Row 14 - Cell 2 Audio 3.5mm Mic / headphone jack Row 15 - Cell 2 Row 16 - Cell 0 Onboard Microphone Row 16 - Cell 2 USB 2 x USB 3.0, 1 x USB 3.1 Row 17 - Cell 2 Row 18 - Cell 0 USB C, 2 x USB 2.0 Row 18 - Cell 2 GPIO 40 pin GPIO Row 19 - Cell 2 Row 20 - Cell 0 UART, I2C, SPI, CAN, I2S, PDM, AUDDSM, SDIO, PWM Row 20 - Cell 2 Row 21 - Cell 0 IR Receiver Row 21 - Cell 2 Row 22 - Cell 0 Fan header Row 22 - Cell 2 Power 5V at 4A via USB C¥


Orange Pi 5 Plus is the first Rockchip RK3588 SBC from the company and succeeds the cheaper Rockchip RK3588S-based Orange Pi 5 and Orange Pi 5B single board computers that had a more limited number of high-end interfaces.

Switching to the I/O rich RK3588 processor allowed Orange Pi to add two 2.5GbE networking interfaces, support for NVMe SSD storage up to 2,000 MB/s, up to four display interfaces with two HDMI 2.1 ports, MIPI DSI and USB-C with DisplayPort Alt. mode, as well as an extra M.2 socket for optional WiFi 6 and Bluetooth connectivity.



  • freshly eteched microSD

    • for example 256GB
    sdb                                                                              
    ├─sdb1 vfat   FAT32 opi_boot C33A-D6D9                                           
    └─sdb2 ext4   1.0   opi_root a3d2a758-6a24-46a9-b03c-5fcb89545bf0                
    
    sdb      8:16   1 234.2G  0 disk 
    ├─sdb1   8:17   1     1G  0 part 
    └─sdb2   8:18   1   2.6G  0 part    <--- first time boot up, then it will be resized!!!
    
    • If you fresized it before first boot, it will fail.
    • after first boot
    NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
    mtdblock0    31:0    0    16M  0 disk 
    mmcblk0     179:0    0 234.2G  0 disk 
    ├─mmcblk0p1 179:1    0     1G  0 part /boot
    └─mmcblk0p2 179:2    0 230.9G  0 part /
                                                                            
    mmcblk0                                                                               
    ├─mmcblk0p1 vfat   FAT32 opi_boot C33A-D6D9                               922M    10% /boot
    └─mmcblk0p2 ext4   1.0   opi_root a3d2a758-6a24-46a9-b03c-5fcb89545bf0  223.1G     1% /
    
Return to Top