1. get networking done: https://gist.github.com/Mathews2115/30dda785ae9ad95e8a69e63b1b65009c 2. general dash instructions https://gist.github.com/Mathews2115/ed3dbd8623ee815a7bed363dbc7c73a6 3. poewr block installation: https://github.com/petrockblog/PowerBlock Outer Pi = Dash+can+server Inner Pi = godmode dash, listens to server ## Special Setups: ### Outer Pi * /boot/config.txt * [800x480 frame buffer](https://gist.github.com/Mathews2115/ed3dbd8623ee815a7bed363dbc7c73a6#forcing-monitor-resolutions-if-the-edid-supports-it-of-course) * Chromium address is Outer Pi's address:33333 ### Inner Pi * chroumium address is outer pi's address :3333/app/godview * no can setup * [1080x720](https://gist.github.com/Mathews2115/ed3dbd8623ee815a7bed363dbc7c73a6#forcing-monitor-resolutions-if-the-edid-supports-it-of-course) ## read only issue on logs - it is because the last pi created this directory....so reset permissions * `sudo chown nobody ./log` * `sudo chown pi ./log` ## Enable can player on outerpi * `sudo systemctl stop can_server.service` * kill node instances (canserver) * turn on vcan `./RPI_system/start_vcan.sh` * `NODE_ENV=production CHANNEL=vcan0 node canserver.js` ## update new stuff to pi * keyboard to outerpi (outerpi is one with CAN on it) * `sudo /etc/rc.local` * uncomment the wifi stuff at the bottom * reboot