
13
• EEE.EEE.EEE.EEE is the IP address of the host computer.
The last command, saveenv, saves the target's network settings in NVRAM.
6.4.2. Wireless
If the hardware target platform has a wireless interface follow these steps to configure it:
6.4.2.1.
Dynamic IP address
If a DHCP server is available, to assign a dynamic IP address assigned to the target’s wireless interface,
enter the following from the boot loader shell:
# setenv dhcp_wlan yes
# saveenv
6.4.2.2. Fixed IP address
To configure a fixed IP address for the target's wireless interface do the following from the boot loader
shell:
# setenv ipaddr_wlan CCC.CCC.CCC.CCC
# setenv netmask_wlan DDD.DDD.DDD.DDD
# setenv serverip EEE.EEE.EEE.EEE
Where:
• CCC.CCC.CCC.CCC is the IP address for the wireless adapter (only for wireless capable modules).
• DDD.DDD.DDD.DDD is the wireless subnet mask (only for wireless capable modules).
• EEE.EEE.EEE.EEE is the IP address of the host computer.
The last command, saveenv, saves the target's network settings in NVRAM.
6.5. Start Linux
Reset the target but this time, do not stop the auto boot process. After some seconds, the boot loader
unpacks and launches the pre-installed Linux kernel from the built-in Flash memory. These output
messages are displayed on the Serial Console:
...
[LINUX KERNEL BOOT MESSAGES]
...
...
Starting dropbear sshd: OK
Starting vsftpd server: OK
Starting httpd webserver: OK
BusyBox v1.18.4 (2011-06-20 03:54:39 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
Comentarios a estos manuales