NixOS on ARM: Difference between revisions

imported>Timokau
Add ODROID-C2 to the table
imported>Mbrock
Add note about the cma kernel parameter
Line 262: Line 262:


   # !!! 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.
   boot.kernelParams = ["cma=32M"];
   boot.kernelParams = ["cma=32M"];