NixOS on ARM: Difference between revisions
imported>Dezgeg Document Raspberry Pi 3 |
imported>Makefu →Installation: add serial console hint |
||
| Line 84: | Line 84: | ||
<syntaxhighlight lang="bash">sudo dd if=sd-image-armv7l-linux.img of=/dev/sdX</syntaxhighlight> | <syntaxhighlight lang="bash">sudo dd if=sd-image-armv7l-linux.img of=/dev/sdX</syntaxhighlight> | ||
Replace <code>/dev/sdX</code> with the path to your SD card device. | Replace <code>/dev/sdX</code> with the path to your SD card device. | ||
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. | |||
== Board-specific installation notes == | == Board-specific installation notes == | ||