Skip to content

Instantly share code, notes, and snippets.

@wbond
Last active March 3, 2021 08:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbond/33064eac601be9a560dd88833d319ad1 to your computer and use it in GitHub Desktop.
Save wbond/33064eac601be9a560dd88833d319ad1 to your computer and use it in GitHub Desktop.
RPi 4 Setup
# /etc/netplan/50-cloud-init.yml
network:
renderer: NetworkManager
ethernets:
eth0:
dhcp4: true
version: 2
# Append to /boot/firmware/cmdline.txt
usbhid.mousepoll=0
# /boot/firmware/usercfg.txt
disable_overscan=1
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
gpu_mem=128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment