User Tools

Site Tools


projects:emb_linux_starterkit_wifi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:emb_linux_starterkit_wifi [2013/07/28 22:44] mkuciaprojects:emb_linux_starterkit_wifi [2013/07/28 22:50] (current) mkucia
Line 22: Line 22:
 If the network connection is successful user can telnet or ssh into board. USB connection is no more needed. If the network connection is successful user can telnet or ssh into board. USB connection is no more needed.
  
 +===== Static IP ===== 
 +User might want to set static IP. It is possible to set static IP in AP((Access Point)) DHCP settings. To set static IP in embedded device 
 +use following changes for ''/etc/network/interfaces'': 
 +<code>auto wlan0 
 +iface wlan0 inet static 
 +    wpa-conf /etc/wpa_supplicant.conf 
 +    address 192.168.1.10 
 +    netmask 255.255.255.0 
 +    gateway 192.168.1.1</code>
projects/emb_linux_starterkit_wifi.txt · Last modified: 2013/07/28 22:50 by mkucia