NixOS on ARM/NanoPC-T4: Difference between revisions

imported>Tmountain
No edit summary
imported>Tmountain
No edit summary
Line 97: Line 97:


The base images are configured to boot up with a serial TTY ( RX/TX UART ) @ 115200 Baud.  I had to replace <code>console=ttyS0,115200n8</code> with <code>console=ttyS2,115200n8</code> in /boot/extlinux/extlinux.conf to make the serial console work.
The base images are configured to boot up with a serial TTY ( RX/TX UART ) @ 115200 Baud.  I had to replace <code>console=ttyS0,115200n8</code> with <code>console=ttyS2,115200n8</code> in /boot/extlinux/extlinux.conf to make the serial console work.
Note: the NanoPC-T4 UART defaults to the Debug UART Pin Spec which is adjacent to the USB-C port and is not part of the 40 Pin GPIO Pin Spec (see the aforementioned wiki).


=== TODO ===
=== TODO ===


Add info on making integrated wifi work after booting into Nix.
Add info on making integrated wifi work after booting into Nix.