NixOS on ARM: Difference between revisions
imported>Kalbasit m Added a note about serial console for R-pi. |
imported>Wizeman No edit summary |
||
| Line 344: | Line 344: | ||
# !!! Needed for the virtual console to work on the RPi 3, as the default of 16M doesn't seem to be enough. | # !!! Needed for the virtual console to work on the RPi 3, as the default of 16M doesn't seem to be enough. | ||
# If X.org behaves weirdly (I only saw the cursor) then try increasing this to 256M. | # If X.org behaves weirdly (I only saw the cursor) then try increasing this to 256M. | ||
# On a Raspberry Pi 4 with 4 GB, you should either disable this parameter or increase to at least 64M if you want the USB ports to work. | |||
boot.kernelParams = ["cma=32M"]; | boot.kernelParams = ["cma=32M"]; | ||