Skip to content

Instantly share code, notes, and snippets.

@cyring
Last active July 4, 2023 18:15
Show Gist options
  • Save cyring/af2f37312887654aa0318d1e7b546add to your computer and use it in GitHub Desktop.
Save cyring/af2f37312887654aa0318d1e7b546add to your computer and use it in GitHub Desktop.
Orange Pi 5+
Linux 5.10.110-rockchip-rk3588
@cyring
Copy link
Author

cyring commented Jun 27, 2023

Orange Pi 5 Plus RAM: 16GB, SoC: RK3588 8 x Cores {A76, A55} up to 2.4 GHz

Store: Shenzhen Xunlong Software CO.,Limited, ETA: 20D

OPI_5_Plus_Recto

OPI_5_Plus_Verso

OS: Debian Bookworm by Orange Pi

Remarks
Be aware the provided Debian image like Copy of Orangepi5plus_1.0.6_debian_bookworm_server_linux5.10.110.7z is not secured at all:

  1. Auto-login with known credential
  2. SSH with root permissive
  3. Serial line with auto-login
  4. "adb connect" with root permissive on port 5555
  5. Need to change the APT Source Repo
  6. Need to alter the Timezone
  7. Need to fix root and user

Debian_Bookworm_642x342_scrot

2023-06-27-204920_642x410_scrot

  • CPU
Architecture:           aarch64
  CPU op-mode(s):       32-bit, 64-bit
  Byte Order:           Little Endian
CPU(s):                 8
  On-line CPU(s) list:  0-7
Vendor ID:              ARM
  Model name:           Cortex-A55
    Model:              0
    Thread(s) per core: 1
    Core(s) per socket: 4
    Socket(s):          1
    Stepping:           r2p0
    CPU(s) scaling MHz: 23%
    CPU max MHz:        1800.0000
    CPU min MHz:        408.0000
    BogoMIPS:           48.00
    Flags:              fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp 
                        asimdhp cpuid asimdrdm lrcpc dcpop asimddp
  Model name:           Cortex-A76
    Model:              0
    Thread(s) per core: 1
    Core(s) per socket: 2
    Socket(s):          2
    Stepping:           r4p0
    CPU(s) scaling MHz: 17%
    CPU max MHz:        2400.0000
    CPU min MHz:        408.0000
    BogoMIPS:           48.00
    Flags:              fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp 
                        asimdhp cpuid asimdrdm lrcpc dcpop asimddp
Caches (sum of all):    
  L1d:                  384 KiB (8 instances)
  L1i:                  384 KiB (8 instances)
  L2:                   2.5 MiB (8 instances)
  L3:                   3 MiB (1 instance)
Vulnerabilities:        
  Itlb multihit:        Not affected
  L1tf:                 Not affected
  Mds:                  Not affected
  Meltdown:             Not affected
  Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:           Mitigation; __user pointer sanitization
  Spectre v2:           Vulnerable: Unprivileged eBPF enabled
  Srbds:                Not affected
  Tsx async abort:      Not affected
  • PCIe
0000:00:00.0 PCI bridge [0604]: Rockchip Electronics Co., Ltd RK3588 [1d87:3588] (rev 01)
0000:01:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
0003:30:00.0 PCI bridge [0604]: Rockchip Electronics Co., Ltd RK3588 [1d87:3588] (rev 01)
0003:31:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05)
0004:40:00.0 PCI bridge [0604]: Rockchip Electronics Co., Ltd RK3588 [1d87:3588] (rev 01)
0004:41:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05)

@cyring
Copy link
Author

cyring commented Jul 4, 2023

Performances

# hdparm -t /dev/nvme0n1 

/dev/nvme0n1:
 Timing buffered disk reads: 4958 MB in  3.00 seconds = 1652.33 MB/sec
# hdparm -T /dev/nvme0n1 

/dev/nvme0n1:
 Timing cached reads:   7454 MB in  2.00 seconds = 3730.22 MB/sec
# hdparm -tT /dev/nvme0n1 

/dev/nvme0n1:
 Timing cached reads:   7324 MB in  2.00 seconds = 3665.01 MB/sec
 Timing buffered disk reads: 4786 MB in  3.00 seconds = 1594.93 MB/sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment