I had a LabVIEW user group meeting last week talking about embedded platforms and when I got home I saw the Intel Edison collecting dust on my desk:
Since it is x86, I thought I would try to deploy a Linux LabVIEW executable to the Edison and run it in the Run Time Environment. Here is what I did:
1) Install Ubilinux, based on Debian Linux, from: https://learn.sparkfun.com/tutorials/loading-debian-ubilinux-on-the-edison
2) Install xvfb, a virtual framebuffer display server (no video on this device), fluxbox display manager and x11vnc:
apt-get install xvfb fluxbox x11vnc xterm