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
Last revisionBoth sides next revision
projects:emb_linux_starterkit_wifi [2013/07/28 21:22] mkuciaprojects:emb_linux_starterkit_wifi [2013/07/28 22:44] mkucia
Line 9: Line 9:
   - Connect board to PC using USB cable. Power the board.   - Connect board to PC using USB cable. Power the board.
   - Connect to board using PuTTY (Serial 11500) COM port number depends on user system.   - Connect to board using PuTTY (Serial 11500) COM port number depends on user system.
-  - Start re-boot board+  - Start or re-boot board
   - Login as root   - Login as root
   - Create psk hex using [[http://linux.die.net/man/8/wpa_passphrase|wpa_passphrase]] and put it in ''/etc/wpasupplicant.conf'' (''<nowiki>wpa_passphrase network_ssid password >> /etc/wpasupplicant.conf</nowiki>'').    - Create psk hex using [[http://linux.die.net/man/8/wpa_passphrase|wpa_passphrase]] and put it in ''/etc/wpasupplicant.conf'' (''<nowiki>wpa_passphrase network_ssid password >> /etc/wpasupplicant.conf</nowiki>''). 
-  - Edit '' '' TODO +  - Edit ''/etc/network/interfaces'' (use [[http://www.rru.com/~meo/useful/vi/|vi]]) 
-  - Reset network interface ''/etc/init.d/networking reset''+    - Comment out current ''wlan0'' interface definition 
 +    - Add new ''wlan0'' interface definition: <code>auto wlan0 
 +iface wlan0 inet dhcp 
 +    wpa-conf /etc/wpa_supplicant.conf</code> 
 +  - Reset network interface ''/etc/init.d/networking restart'' 
 +  - Now device should connect to AP. User can reset device to check if connection is acquired on boot. 
 + 
 +If the network connection is successful user can telnet or ssh into board. USB connection is no more needed. 
  
projects/emb_linux_starterkit_wifi.txt · Last modified: 2013/07/28 22:50 by mkucia