NixOS on ARM/Raspberry Pi 4: Difference between revisions

imported>Sohalt
The SD installer image no longer uses a separate partition for /boot
imported>Samueldr
Add note about 8250.nr_uarts=1
Line 66: Line 66:
   # ttyAMA0 is the serial console broken out to the GPIO
   # ttyAMA0 is the serial console broken out to the GPIO
   boot.kernelParams = [
   boot.kernelParams = [
    "8250.nr_uarts=1" # may be required only when using u-boot
     "console=ttyAMA0,115200"
     "console=ttyAMA0,115200"
     "console=tty1"
     "console=tty1"