19

I'm interested in developing some programs that use OpenCV, but I want them to run on an ARM environment.

Can I virtualize the ARM under a Windows environment with VMWare or VirtualBox or something?

Mithical
  • 321
edsonlp1
  • 409

3 Answers3

13

As pointed Geoffroy, you can't virtualize ARM, but you can emulate it. You can try QEMU - generic and open source machine emulator and virtualizer.

11

I've found this!

http://sourceforge.net/projects/rpiqemuwindows/files/latest/download

It's an image with Raspberry Pi with QEMU. You only have to double click on run.bat and follow instructions.

Runs perfect.

Thanks for your answers!

edsonlp1
  • 409
2

Use this emulator from Microsoft - http://www.microsoft.com/en-us/download/details.aspx?id=5352

Superman
  • 129