- STEP: How to install Raspberry
- 2.STEP:How to Configure auto boot google chromium in Raspberry pi 3 and 4
1
|
sudo nano /etc/rc.local
|
1
|
exit 0
|
1
2
|
xinit /usr/bin/chromium–browser —no–sandbox —no–first–run —window–size=1920,1080 —noerrdialogs —start–fullscreen \
—start–maximized —disable–notifications —disable–infobars —kiosk —incognito http://localhost:8080 &
|
2.OPTION CONTROL + ALT + t (open terminal) and step by step use this commands
pi@raspberrypi:~ $ cd .config pi@raspberrypi:~ $ sudo mkdir -p lxsession/LXDE-pi pi@raspberrypi:~ $ sudo nano lxsession/LXDE-pi/autostart @lxpanel –profile LXDE-pi @pcmanfm –desktop –profile LXDE-pi #@xscreensaver -no-splash point-rpi @chromium-browser –start-fullscreen –start-maximized https://google.com/
Change the Website URL to whatever you like.
Now, Chromium starts automatically in kiosk mode after rebooting.You can change link
Be First to Comment