NixOS on ARM/Raspberry Pi 3: Difference between revisions
imported>Motiejus m add links |
imported>Tcnj m Correct partition that extlinux.conf lives on, and draw attention to the need to replace the existing console parameter. |
||
| Line 48: | Line 48: | ||
Both the AArch64 and ARMv7 images boot out-of-the-box. Using the 64-bit AArch64 image is highly recommended, as the availability of binaries is much better and allows the use of the 64-bit instruction set. | Both the AArch64 and ARMv7 images boot out-of-the-box. Using the 64-bit AArch64 image is highly recommended, as the availability of binaries is much better and allows the use of the 64-bit instruction set. | ||
For the UART console, edit <code>/extlinux/extlinux.conf</code> on the | For the UART console, edit <code>/extlinux/extlinux.conf</code> on the main partition of the SD card to set <code>console=ttyS1,115200n8</code> in the kernel boot parameters, making sure to replace the existing <code>console=ttyS0,115200n8</code> parameter. Use the following GPIO Pins with an USB-TTL connector: | ||
<syntaxhighlight> | <syntaxhighlight> | ||
GND - 3rd in top row, black cable | GND - 3rd in top row, black cable | ||