Raspberry Pi: Difference between revisions

From David's Wiki
Created page with " ==Ubuntu== You can get Ubuntu server from [https://ubuntu.com/download/raspberry-pi ubuntu.com]. Add the following to <code>/boot/firmware/usercfg.txt</code>: <pre> [pi4] #..."
 
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
You can get Ubuntu server from [https://ubuntu.com/download/raspberry-pi ubuntu.com].
You can get Ubuntu server from [https://ubuntu.com/download/raspberry-pi ubuntu.com].


Add the following to <code>/boot/firmware/usercfg.txt</code>:
I don't recommend installing a desktop but if you really want, do the following:
<pre>
# Run <code>sudo apt update</code>
[pi4]
# Run <code>sudo apt install ubuntu-desktop</code>
# Add the following to <code>/boot/firmware/usercfg.txt</code>:
<pre>[pi4]
#Enable DRM VC4 V3D driver on top of the dispmanx display stack
#Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
dtoverlay=vc4-fkms-v3d
hdmi_enable_4k=1
hdmi_enable_4kp60=1
disable_overscan=1
disable_overscan=1
</pre>
</pre>

Latest revision as of 05:13, 30 August 2020


Ubuntu

You can get Ubuntu server from ubuntu.com.

I don't recommend installing a desktop but if you really want, do the following:

  1. Run sudo apt update
  2. Run sudo apt install ubuntu-desktop
  3. Add the following to /boot/firmware/usercfg.txt:
[pi4]
#Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
hdmi_enable_4kp60=1
disable_overscan=1