NixOS on ARM: Difference between revisions
imported>Thra11 Removed the section I added on using an aarch64 machine to build for armv6/7, as it doesn't work well enough to be useful |
imported>Kalbasit m Added a note about serial console for R-pi. |
||
| Line 253: | Line 253: | ||
The base images are configured to boot up with a serial TTY ( RX/TX UART ) @ 115200 Baud. That way you not necessarily have to have a HDMI Display and keyboard. | The base images are configured to boot up with a serial TTY ( RX/TX UART ) @ 115200 Baud. That way you not necessarily have to have a HDMI Display and keyboard. | ||
Note: I (kalbasit) had to replace <code>console=ttyS0,115200n8 console=ttyAMA0,115200n8 console=tty0</code> with <code>console=ttyS1,115200n8</code> in <code>/boot/extlinux/extlinux.conf</code> to make the serial console work on my Rasberry-Pi 3. | |||
Continue with [[#NixOS installation & configuration]]. | Continue with [[#NixOS installation & configuration]]. | ||