Stellar AP | Deployment & Configuration & Troubleshooting Guide
42 |
P a g e
All
rig
hts
r
es
er
ve
d. Pass
ing
on
a
nd
co
py
ing
o
f th
is
do
cu
m
en
t, u
se and
co
m
m
un
ic
ati
on
o
f i
ts c
on
ten
ts
no
t p
er
m
itte
d
w
itho
ut
w
ritte
n a
uth
or
izati
on
fr
om
H
AN
-N
etw
or
ks.
# 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
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