Devroots Posted March 27, 2019 Share Posted March 27, 2019 Is there Hardware virtualization support available for orange Pi PC3, which have H6 family processor ? Can we port Xen hypervisor over it ? Link to comment Share on other sites More sharing options...
Icenowy Posted April 9, 2019 Share Posted April 9, 2019 H6 has hardware virtualization, and now with mainline kernel it's possible to run KVM on it. For Xen, it's possible to port, but I don't know who wants to port ;-) 2 Link to comment Share on other sites More sharing options...
xaduha Posted April 20, 2019 Share Posted April 20, 2019 Is it enabled in Armbian kernel though? Last I checked it wasn't. Link to comment Share on other sites More sharing options...
hojnikb Posted April 21, 2019 Share Posted April 21, 2019 You mean PI3 right? PC3 isnt released yet. Link to comment Share on other sites More sharing options...
Lope Posted October 30, 2019 Share Posted October 30, 2019 @Devroots What would you Virtualize? Android? Link to comment Share on other sites More sharing options...
Yangtao Li Posted December 2, 2019 Share Posted December 2, 2019 setenv kernel_addr_r 0x40080000 setenv fdt_addr 0x44000000 setenv xen_addr_r 0x45000000 ext4load mmc 0 ${kernel_addr_r} orangepi3/Image; ext4load mmc 0 ${fdt_addr} orangepi3/sun50i-h6-orangepi-3.dtb; ext4load mmc 0 ${xen_addr_r} orangepi3/xen.efi; fdt addr ${fdt_addr} 0x40000 fdt resize fdt chosen fdt set /chosen \#address-cells <1> fdt set /chosen \#size-cells <1> fdt mknod /chosen module@0 fdt set /chosen/module@0 compatible "xen,linux-zimage" "xen,multiboot-module" fdt set /chosen/module@0 reg <${kernel_addr_r} 0x02000000> fdt set /chosen/module@0 bootargs "console=hvc0 ro root=/dev/mmcblk0p1 rootwait clk_ignore_unused" setenv bootargs "console=dtuart dtuart=/soc/serial@5000000 root=/dev/mmcblk0p1 rootwait dom0_mem=128M" booti ${xen_addr_r} - ${fdt_addr} Link to comment Share on other sites More sharing options...
Recommended Posts