windows program on jetson tx2

Hi,

can we run windows applications on jetson tx2? Did anyone tried running them using some emulators.

I wouldn’t bet on it working even with a lot of work. A typical desktop emulation is Linux using the same architecture as Windows. Jetsons have a completely foreign CPU architecture…you’d need to have the source code of the Windows program (unless it is scripted, e.g., Python) and recompile it to the aarch64/arm64 architecture (i.e., first turn it into an aarch64/arm64 Windows program…and then emulate aarch64/arm64 Windows). If you are talking about some sort of ARM-based tablet program, then you might get it to work, but I do not know of any.