raphaelbastide / autostart-for-rasberry-pi

IPFS node + dat seeder on a raspberry pi

Home Page:dat://d0cdd1916150c0e9a6b6b1c66df16a2c5808c1135952d7bed925c4146eff7744/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto startup files for rasberry pi

When rasberry pi boots, below applications automatically run

  • homebase
  • wiringPi
  • chromium

clone all autostart files under /home/pi/

pi@raspberrypi:~$ ls   
autostart_chromium.sh						 
autostart_homebase.sh						 
autostart.sh							 
autostart_sound.sh						  

Auto start the fist terminal window

modify ~/.config/lxsession/LXDE-pi/autostart following this step1

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
# @xscreensaver -no-splash
# @point-rpi

@xset s off
@xset -dpms
@bash /home/pi/autostart.sh

References

  • wiringPi
  • homebase
  • Vogelhaus documentation page dat://d0cdd1916150c0e9a6b6b1c66df16a2c5808c1135952d7bed925c4146eff7744/

About

IPFS node + dat seeder on a raspberry pi

dat://d0cdd1916150c0e9a6b6b1c66df16a2c5808c1135952d7bed925c4146eff7744/

License:MIT License


Languages

Language:C 90.0%Language:Makefile 8.2%Language:Shell 1.8%