NixOS on ARM/NanoPC-T4: Difference between revisions
imported>Tmountain mNo edit summary |
imported>Tmountain No edit summary |
||
| Line 93: | Line 93: | ||
From a fully powered off state, hold the Boot button and then long-press the power button to power up the board. Continue holding the Boot button for ~5 seconds, and the board will be forced to enter the MASKROM mode which bypasses the eMMC MBR. | From a fully powered off state, hold the Boot button and then long-press the power button to power up the board. Continue holding the Boot button for ~5 seconds, and the board will be forced to enter the MASKROM mode which bypasses the eMMC MBR. | ||
==== UART ==== | |||
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. | |||
=== TODO === | === TODO === | ||
Add info on making integrated wifi work after booting into Nix. | Add info on making integrated wifi work after booting into Nix. | ||