Setup instructions to get DAKboard running on ubuntu
Designed to run on Ubuntu 20.04 LTS.
Once Ubuntu is intsalled, run sudo apt update -y && sudo apt upgrade -y
Optional, but recommended: For SSH access, run apt install openssh-server
To setup the kiosk:
-
run
sudo apt install unclutter xdotool chromium-browser
-
Download kiosk.sh and kiosk.service from this repo and place them in the home directory
-
If the user is not ipadmin, run
nano kiosk.service
- (ctrl + x then y to save.)- This will allow you to change the user it will run under. If the user is different from ipadmin, ensure that it is changed for ExecStart, User, & Group.
-
run
chmod 644 kiosk.service && sudo chown root:root kiosk.service
-
run
sudo mv kiosk.service /lib/systemd/system/kiosk.service
-
Ensure that kiosk.sh is executable with
ls -al
- If it isn't, run
chmod +x kiosk.sh
- If it isn't, run
-
run
sudo nano kiosk.sh
and change the DAKboard url within the script. -
In the Ubuntu GUI, go to Settings > Users and ensure that automatic login is enabled
-
While still in settings, go to Power and change Blank Screen to Never. Also ensure that Automatic Suspend is turned off.