Emulating a cortex-a72 img file

iHaag

Member
Jul 26, 2022
2
1
8
Hi all, I’ve only just recently discovered proxmox & was wondering, I have a backup of my raspberry pi images (like CrowPi2, TwisterOS etc) can I start those .img files as a VM with proxmox? If so, is there a process I need to follow. I’ll be running proxmox on x86-64 hardware.
Thanks in advance.
 
theoretically there is the 'arch' property in vm configs which can be set to 'aarch64' (=arm) but we only ever implemented the 'virt' machine type in qm code, so you'd probably have to
make heavy use of the 'args' parameter to properly configure that vm

note that this is largely untested, so your mileage may vary