NixOS on ARM: Difference between revisions
imported>Samueldr m reviews wording to include links in text |
imported>TobiasBora Add info about UART |
||
| Line 165: | Line 165: | ||
Only the Quad model has been tested, but the others should work as well with the same U-Boot binary. | Only the Quad model has been tested, but the others should work as well with the same U-Boot binary. | ||
== Enable UART == | |||
If you try to use UART to log on NixOs, you will hang on the line "Starting kernel ...". To enable UART, you will need to add at the end of the line that contains <code>loglevel4</code> in the file <code>/extlinux/extlinux.conf</code> the text | |||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | |||
console=ttyAMA0,115200n8 | |||
</nowiki>}} | |||
== NixOS installation & configuration == | == NixOS installation & configuration == | ||