I'm using a custom distribution created using Yocto. It runs on an Intel Galileo Gen 2 board. The Galileo uses an Intel Quark X1000 CPU, a 400 MHz processor with an i586 architecture.
To speed up development, I was wondering whether it's possible to virtualize such a board on a modern desktop machine. I haven't been able to find much information about this online, so maybe I'm searching in the wrong direction.
- Are there any existing solutions to emulate embedded gateways?
- How would one approach this, where should I start?
- Would it take a ton of work to get something like this working, or is it a rather generic process?
Any pointers would be appreciated!