Skip to content

Instantly share code, notes, and snippets.

@HeatfanJohn
Created May 27, 2017 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeatfanJohn/e55ea5493fac94f20bc80bf4f3536f93 to your computer and use it in GitHub Desktop.
Save HeatfanJohn/e55ea5493fac94f20bc80bf4f3536f93 to your computer and use it in GitHub Desktop.
# Add the following to the bottom of /boot/config.txt
dtoverlay=dwc2
enable_uart=1
# Change /boot/cmdline.txt to:
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=161df949-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_multi
# Or for initial boot:
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=402e4a57-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_multi quiet init=/usr/lib/raspi-config/init_resize.sh splash plymouth.ignore-serial-consoles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment