Rockchip device NOTE - x13-me/Proxmox-Port GitHub Wiki
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
3. UEFI BOOT
https://github.com/jiangcuo/Proxmox-Port/wiki/Rockchip-RK3588-UEFI-Setup