Linux Board Support - GenevaMicroSystems/Wiki GitHub Wiki

i.MX6Solo Board

# Enable USB Ethernet

$ modprobe g_ether

Device will enumerate as a USB ethernet device. By default static IP of 192.168.7.2 is assigned.

On Windows hosts m-dns appears to work and it is possible to ping or connect to (e.g.) imx6solosabresd.local

On Linux hosts a static IP can be set to enable connectivity

sudo ifconfig enp0s18f2u2 192.168.7.1

Configure Wifi module

Edit /etc/wpa_supplicant.conf to add a network definition

network={ ssid="MYSSID" psk="passphrase" }