NixOS on ARM: Difference between revisions
imported>Makefu No edit summary |
imported>Samueldr m <code> was missing |
||
| Line 130: | Line 130: | ||
GPIO 15 RXD - 5th in top row, green cable | GPIO 15 RXD - 5th in top row, green cable | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Use <code>nix-shell -p screen --run "screen /dev/ttyUSB0 115200"</code> to connect to the console. The image comes with wpa_supplicant</code>, this to connect to your wifi: | Use <code>nix-shell -p screen --run "screen /dev/ttyUSB0 115200"</code> to connect to the console. The image comes with <code>wpa_supplicant</code>, this to connect to your wifi: | ||
<syntaxhighlight lang=console> | <syntaxhighlight lang=console> | ||
$ wpa_passphrase SSID > /etc/wpa_supplicant.conf | $ wpa_passphrase SSID > /etc/wpa_supplicant.conf | ||