Hi everyone,
I’m currently developing on a TX2 using a 250GB SSD. The Jetson sits in my lab, but I’d like to develop stuff for it elsewhere. For numerous reasons, I believe that the best way to do this is to virtualize the entire thing, then run it on my laptop.
I have a laptop with a 64-bit Intel processor, so I know that I can’t simply copy everything from my SSD onto a flash drive then boot from it on my laptop. I think I need to use Qemu to virtualize it. So far, I’ve cloned my SSD to a 250GB flash drive following parts from http://www.jetsonhacks.com/2017/01/28/install-samsung-ssd-on-nvidia-jetson-tx1/. I then created a new VM in Qeumu Manage that boots from the USB drive using an ARM emulator. It gives me a runtime error.
What am I doing wrong? Is there an easier way to go about this? I’d like to work on my laptop, and installing a new Ubuntu VM in VirtualBox would force me to reinstall countless dependencies and reconfigure everything.
Thanks in advance for your responses :)