when I am following the installation instructions on dietpi.com then they just don’t work.
dietpi.com/docs/install/
It probably has to do with that wifi needs to be enabled in diepi.txt?
It would be nice if the installation instructions posted on the website would be working.
the search on dietpi.com diesn’t return any example configuration neither for dietpi-wifi.txt nor for dietpi.txt
It would be nice to be able to change the configuration files so that one just has to put the SD card into the PI Zero and things would start to work.
I had an example configuration for the two mentioned files but can’t find them anymore.
Now it is not possible to get dietpi running on the zero 2W anymore.
Can anybody help please?
# Entry 0
# - WiFi SSID: required, case sensitive
aWIFI_SSID[0]='abc'
# - WiFi key: If no key/open, leave this blank
# - In case of WPA-PSK, alternatively enter the 64-digit hexadecimal key returned by wpa_passphrase
# - Please replace single quote characters ' in your key with '\''. No other escaping is required.
aWIFI_KEY[0]='123456789abc'
# - Key type: NONE (no key/open) | WPA-PSK | WEP | WPA-EAP (then use settings below)
aWIFI_KEYMGR[0]='WPA-PSK'
# - WPA-EAP options: Only fill if WPA-EAP is set above
so is it supposed to be aWIFI_SSID[0]=‘abc’ or aWIFI_SSID[0]=abc?
and
aWIFI_KEY[0]=‘123456789abc’ or aWIFI_KEY[0]=123456789abc?
and what does # - Please replace single quote characters ’ in your key with ‘\’'. No other escaping is required. is supposed to mean? ‘yourkeyhere’? but probably ’ and not “?