bamarni / pi64

A 64-bit OS for the Raspberry Pi 3
712 stars 128 forks source link

problem of load img of pi64 on vmware in windows #94

Closed mv2050arshad closed 5 years ago

mv2050arshad commented 5 years ago

Hi. I tried to install your image on vmware but it is not installed and not worked. i converted your image to iso by powerISO, but same problem remain. thanks in advance

CatPurrfect commented 5 years ago

Raspbian and pi64 are ARM images, so you can’t emulate them using ordinary x86_x64 software emulation. You need to emulate the ARM hardware as well. You can achieve that using tools such as ARMware or QEMU.

mv2050arshad commented 5 years ago

thank you so much