All rights
reserved. Passing on and copying of this document, use and
communication of its contents not permitted without written authorization from
HAN-Networks.
ath> set serverip 172.16.18.129
✓ UBoot Upgrading
ath> run lu
4.5.2 AP1220 Series
Procedure of UBoot upgrading:
✓ To setup a TFTP server on a PC, and put the images on the TFTP server path:
OAW-AP1220-uboot_1.x.bin
✓ To enter the bootloader during AP initialization, which is described in 4.4.1.
✓ Network configuration (IP Address, TFTP Server Address…)
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-AP1220-uboot_1.x.bin
# imgaddr=0x84000000 && source $imgaddr:script && reset
4.5.3 AP1230 Series
Procedure of UBoot upgrading:
✓ To setup a TFTP server on a PC, and put the images on the TFTP server path:
OAW-AP1230-uboot_1.x.bin
✓ To enter the bootloader during AP initialization, which is described in 4.4.1.