NixOS on ARM: Difference between revisions

imported>Samueldr
m <code> was missing
imported>Makefu
No edit summary
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 <code>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.  
<syntaxhighlight lang=console>
{{Warning|Right now wifi is not working out of the box on the Raspberrypi 3, you will need to use ethernet}}
$ wpa_passphrase  SSID > /etc/wpa_supplicant.conf
MYPASSWORD!<enter>
$ systemctl start wpa_supplicant
</syntaxhighlight>


=== Wandboard ===
=== Wandboard ===