Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

RK3588 NOTE

jiangcuo edited this page Dec 8, 2023 · 2 revisions

Rockchip note

1. All rockchip soc are not compatible with the mainline OVMF.

If proxmox ve < 8.1, do

apt download pve-edk2-firmware=3.20220526-1
dpkg -i pve-edk2-firmware_3.20220526-1_all.deb

If proxmox ve >= 8.1 do

apt download pve-edk2-firmware-aarch64=3.20220526-rockchip
dpkg -i pve-edk2-firmware-aarch64_3.20220526-rockchip_all.deb

see https://github.com/jiangcuo/Proxmox-Arm64/issues/28

2. big.LITTLE !

For example, RK3389 RK3588 is a big.little architecture. You have to configure cpu-affinity to make sure that vm use big cores only or little cores only when vcpus > 1.

see https://github.com/jiangcuo/Proxmox-Arm64/issues/59