Stellar AP | Deployment & Configuration & Troubleshooting Guide
38 |
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.
✓
AP upgrading through bootloader
# tftpboot 0x84000000 OAW-AP1250-UBOOT_FIRMWARE_
3.0.x.x
.bin
# nand erase 0x0 0x10000000 && nand write 0x84000000 0x0 $filesize &&
nand read 0x84000000 0x03000000 $filesize
# nand read 0x85000000 0x0 $filesize && md5sum 0x85000000 $filesize
# nand read 0x83000000 0x03000000 $filesize && md5sum 0x83000000
$filesize
# reset
✓
After AP reboot, entering below commands to make dual system working.
# fm
_
switch
# reboot
4.4.6
AP1201
Procedure of the upgrading AP1201 Series through bootloader:
✓
To setup a TFTP server on a PC, and put the images on the TFTP server path:
OAW-AP1201-UBOOT_FIRMWARE_3.0.x.x.bin
✓
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
✓
AP upgrading through bootloader
# tftpboot 0x84000000 OAW-AP1201-UBOOT_FIRMWARE_3.0.x.x.bin