Last active
November 18, 2021 04:00
-
-
Save kwilczynski/311d18bb9b0e075f71afe4319320936a to your computer and use it in GitHub Desktop.
Raspberry Pi 4 - /boot/cmdline.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
coherent_pool=1M | |
8250.nr_uarts=1 | |
dwc_otg.fiq_fix_enable=1 | |
dwc_otg.lpm_enable=0 | |
dwc_otg.microframe_schedule=1 | |
dwc_otg.nak_holdoff_enable=1 | |
sdhci-bcm2708.missing_status=0 | |
snd_bcm2835.enable_compat_alsa=0 | |
snd_bcm2835.enable_hdmi=1 | |
bcm2708_fb.fbwidth=0 | |
bcm2708_fb.fbheight=0 | |
bcm2708_fb.fbdepth=16 | |
bcm2708_fb.fbswap=1 | |
smsc95xx.turbo_mode=0 | |
vc_mem.mem_base=0x3f000000 | |
vc_mem.mem_size=0x3f600000 | |
console=tty1 | |
root=PARTUUID=46ef81b9-02 | |
rootfstype=ext4 | |
elevator=deadline | |
fsck.repair=yes | |
ipv6.disable=1 | |
rootwait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment