Skip to content
/ pi-dgc Public
forked from joshellissh/pi-dgc

Raspberry Pi based Digital Gauge Cluster

License

Notifications You must be signed in to change notification settings

dwitt/pi-dgc

 
 

Repository files navigation

pi-dgc

Raspberry Pi based Digital Gauge Cluster

Setup steps on Buster Lite:

initial_turbo=60
disable_splash=1
boot_delay=0
  • Add quiet fastboot to /boot/cmdline.txt
  • Add contents of linux/network_interfaces from repo into file /etc/network/interfaces
  • Add contents of linux/.xinitrc from repo into file ~/.xinitrc
  • Add contents of linux/.bash_profile from repo into file ~/.bash_profile
  • Copy contents of linux/pidgc.service from repo into file /etc/systemd/system/pidgc.service
  • sudo systemctl enable pidgc.service
  • sudo /sbin/ip link set can0 up type can bitrate 500000
  • sudo adduser pi dialout
  • Disable unused services once everything is done. This decreases boot time substantially:
    • sudo systemctl disable ssh
    • sudo systemctl disable hciuart
    • sudo systemctl disable nmbd # If you have samba installed
    • sudo systemctl disable smbd # If you have samba installed
    • sudo systemctl disable systemd-timesyncd
    • sudo systemctl disable wpa_supplicant
    • sudo systemctl disable rpi-eeprom-update
    • sudo systemctl disable raspi-config
    • sudo systemctl disable networking
    • sudo systemctl disable dhcpcd

Now when you reboot the system should start into startx and run Chromium with http://localhost:8080.

About

Raspberry Pi based Digital Gauge Cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • TypeScript 0.6%
  • Kotlin 0.4%
  • C++ 0.1%
  • HTML 0.1%
  • Prolog 0.0%