Currently, I’m developing a C++ program with Visual Studio 2019 for a PLC device called PLCnext.
In order to establish a CI/CD pipeline I’m thinking of using an emulator, so I can run tests on the emulator instead of accessing a real device.
I myself am developing in a VMware virtual machine, running Windows 10×64 as guest OS on a Windows 10×64 host OS.
So, is there a QEMU ARM system emulator that I could run from within the VMware VM?
Or, is there a Docker (or WSL) image available, running the corresponding QEMU ARM system emulator on Linux?