Skip to content

Instantly share code, notes, and snippets.

@fishkingsin
Created April 8, 2013 09:22
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 fishkingsin/5335491 to your computer and use it in GitHub Desktop.
Save fishkingsin/5335491 to your computer and use it in GitHub Desktop.
make raspberry pi boot in silent
sudo nano /boot/cmdline.txt
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait loglevel=1 logo.nologo
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment