Difference between revisions of "Raspbian Lite"

From RobotinoWiki
(Hardware)
 
Line 1: Line 1:
 
==Hardware==
 
==Hardware==
 
===USB 2.0===
 
===USB 2.0===
Add the following line to /boot/config.txt
+
Add the following line to /boot/config.txt to enable the USB2.0 ports
 
<pre>
 
<pre>
 
dtoverlay=dwc2,dr_mode=host
 
dtoverlay=dwc2,dr_mode=host
 +
</pre>
 +
 +
===HDMI===
 +
Add the following line to /boot/config.txt to enable HDMI even if no monitor is attached at boot time
 +
<pre>
 +
hdmi_force_hotplug=1
 
</pre>
 
</pre>
  

Latest revision as of 08:46, 8 June 2021

Hardware

USB 2.0

Add the following line to /boot/config.txt to enable the USB2.0 ports

dtoverlay=dwc2,dr_mode=host

HDMI

Add the following line to /boot/config.txt to enable HDMI even if no monitor is attached at boot time

hdmi_force_hotplug=1

Desktop

apt install xserver-xorg
apt install xfce4 xfce4-terminal