From 380b96081f74cb6d7040997443c96dd64f6d4819 Mon Sep 17 00:00:00 2001 From: k0ral Date: Sat, 25 Jan 2020 11:50:09 +0100 Subject: [PATCH] Link to how-to for Raspberry Pi wireless connection setup For headless configurations, it is mandatory to setup wireless connection prior to booting. I have just tested the linked how-to and it works perfectly. --- Raspberry_Pi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Raspberry_Pi.md b/Raspberry_Pi.md index f3d73d0..06ca7ad 100644 --- a/Raspberry_Pi.md +++ b/Raspberry_Pi.md @@ -265,4 +265,5 @@ To use the GPIO/SPI pins as a regular non-root user (in group `tty`), add the fo * [RPi Config](http://elinux.org/RPiconfig) - Excellent source of info relating to under-the-hood tweaks. * [RPi vcgencmd usage](http://elinux.org/RPI_vcgencmd_usage) - Overview of firmware command vcgencmd. * [Arch Linux ARM on Raspberry Pi](http://archpi.dabase.com/) - A FAQ style site with hints and tips for running Arch Linux on the RPi +* [Prepare a headless Raspberry Pi 3 with Arch Linux ARM to connect to WiFi](https://blog.stigok.com/2019/09/02/prepare-headless-pi-3-arch-linux-arm-wifi.html) - How to configure wireless connection before even booting the image