This package turns a Debian image into a HTML5 'kiosk'.
-
Take a stock Debian stable image. The Debian image that includes firmware works much better than the stock installer.
-
Trust ATS's keys.
curl https://ats-releases.s3.amazonaws.com/ats-key| apt-key add -
-
Add ATS as a source.
echo "deb http://ats-releases.advancedtelematic.com.s3.amazonaws.com/openivi /" >> /etc/apt/sources.list
-
Update and install.
apt-get update apt-get install openivi-bootstrap
This currently assumes that a 1280x800 Chalkelec touchscreen is being used. It should be possible to use systemd-udev to detect what is connected and behave appropriately.