Raspberry Pi/boot folder settings: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== network == | |||
* wifi: /boot/wpa_supplicant.conf | * wifi: /boot/wpa_supplicant.conf | ||
<blockquote> | <blockquote> | ||
Line 17: | Line 18: | ||
</blockquote> | </blockquote> | ||
== graphics == | |||
* disable raspberry logos on top during boot (/boot/cmdline.txt) | * disable raspberry logos on top during boot (/boot/cmdline.txt) | ||
Line 27: | Line 30: | ||
* disable splash screen | * disable splash screen | ||
** with raspi-config | ** with raspi-config | ||
* disable console screen blanking (/boot/cmdline.txt) | |||
<blockquote> | |||
<pre> | |||
add "consoleblank=0" | |||
</pre> | |||
</blockquote> | |||
* 5" 800x480 HDMI display (/boot/config.txt) | * 5" 800x480 HDMI display (/boot/config.txt) |
Revision as of 14:07, 16 February 2018
network
- wifi: /boot/wpa_supplicant.conf
network={ ssid="YOUR_SSID" psk="YOUR_PASSWORD" }
- enable ssh (/boot)
touch ssh
graphics
- disable raspberry logos on top during boot (/boot/cmdline.txt)
add "logo.nologo"
- disable splash screen
- with raspi-config
- disable console screen blanking (/boot/cmdline.txt)
add "consoleblank=0"
- 5" 800x480 HDMI display (/boot/config.txt)
hdmi_force_hotplug=1 max_usb_current=1 hdmi_drive=1 hdmi_group=2 hdmi_mode=1 hdmi_mode=87 hdmi_cvt 800 480 60 6 0 0 0 #display_rotate=2 disable_splash=1 #for touch input #dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900