This page will describe how to easily utilize an automated process for setting up an openpilot installation inside a Qemu Arch Linux virtual machine, with 3d graphics acceleration.
need to finalize and upload the scripts i've made for running the transient virtual machine, and the script to run inside vm for automated openpilot installation/setup.
This setup was tested on arch linux and ubuntu.
Transient allows for easy setup of persistent Qemu virtual machines based on pre-made disk images from the Vagrant Cloud.
pip3 install transient
sudo apt install qemu-system
Allows for using host gpu for graphics acceleration via opengl somehow.
There is some previous work for
sudo apt install libvirglrenderer1 virgl-server
for sharing data directory
sudo apt install openssh-sftp-server
TODO: no embed in wiki pages?