-
Notifications
You must be signed in to change notification settings - Fork 59
Rockchip RK3588 UEFI Setup
jiangcuo edited this page Apr 2, 2024
·
3 revisions
https://mirrors.apqa.cn/proxmox/isos/
iso version >= proxmox-ve_8.1-7_arm64.iso
note: by now 2024.4.1. only orangepi 5 support.
configuration menu
-> ACPI / Device Tree
and setting Config Table Mode
to Device Tree
.
configuration menu
-> ACPI / Device Tree
and set Support DTB override & overlays
to Enabled.
dd if=proxmox-ve_8.1-3-1_arm64.iso of=/dev/sdb bs=1M status=progress && sync
We need use rockchip kernel( pve-kernel-x.x.x-rockchip && vmlinuz-x.x.x-rockchip) to install pve.
Only rockchip kernel can boot on rockchip soc
Pinned rockchip kernel and we can boot automatic.
proxmox-boot-tool kernel pin 6.1.43-rockchip
# find kernel lists
apt search pve-kernel|grep rockchip
# install kernel
apt install pve-kernel-xxxx-rockchip -y
# copy dtbs
cp -r /boot/dtbs/{new_kernel}/rockchip/* /boot/efi/dtb/base/
# pin kernel
proxmox-boot-tool kernel pin {new_kernel}