I can install Jessie Light headless without issues so there much be a way to install DietPi...
I followed all instructions I found relating to dietpi headless installation, and there aren't that many, but my system doesn't see the network connection...
Followed these instructions: Edited /boot/dietpi.txt making required changes:
Code: Select all
AUTO_SETUP_NET_ETHERNET_ENABLED=1
...
AUTO_SETUP_NET_USESTATIC=1
AUTO_SETUP_NET_STATIC_IP=192.168.1.20
AUTO_SETUP_NET_STATIC_MASK=255.255.255.0
AUTO_SETUP_NET_STATIC_GATEWAY=192.168.1.254
AUTO_SETUP_NET_STATIC_DNS=8.8.8.8
Code: Select all
AUTO_SETUP_NET_USESTATIC=0
Mike