All rights 
reserved. Passing on and copying of this document, use and 
communication of its contents not permitted without written authorization from 
HAN-Networks.
 
# imgaddr=0x84000000 source $imgaddr:script && reset 
4.5.5  AP1201 
Procedure of UBoot upgrading: 
✓  To setup a TFTP server on a PC, and put the images on the TFTP server path: 
  OAW-AP1201-uboot_1.x.bin 
✓  To enter the bootloader during AP initialization, which is described in 4.4.1. 
Example: IP address=172.16.18.11; TFTP Server Address=172.16.18.129 
# set ipaddr 172.16.18.11 
# set serverip 172.16.18.129 
✓  UBoot Upgrading 
# tftpboot 0x84000000 OAW-AP1201-uboot_1.0.bin 
# imgaddr=0x84000000 source $imgaddr:script 
# reset