If you don’t want to use Ethernet, you can configure Wi-Fi:
- After flashing the SD card, insert it back into your computer.
- On the
bootpartition, create a file namednetwork/my-networkwith the following:
txtKopiërenBewerken[connection]
id=my-network
uuid=<generate a UUID>
type=wifi
[wifi]
mode=infrastructure
ssid=YourNetworkName
[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
psk=YourPassword
[ipv4]
method=auto
[ipv6]
method=auto
Replace
YourNetworkNameandYourPasswordwith your actual Wi-Fi credentials.
To generate a UUID on Linux/macOS, use uuidgen. On Windows, use online UUID generators.
