Stellar AP | Deployment & Configuration & Troubleshooting Guide
37 |
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.
# tftpboot 0x42000000 OAW-AP1230-UBOOT_FIRMWARE_
3.0.x.x
.bin
# nand erase 0x0 0x10000000 && nand write 0x42000000 0x0 $filesize &&
nand read 0x42000000 0x3000000 $filesize
# nand read 0x43000000 0x0 $filesize && md5sum 0x43000000 $filesize
# nand read 0x44000000 0x3000000 $filesize && md5sum 0x44000000
$filesize
# reset
✓
After AP reboot, entering below commands to make dual system working.
# fm
_
switch
# reboot
4.4.5
AP1251
Procedure of the upgrading AP1250 Series through bootloader:
✓
To setup a TFTP server on a PC, and put the images on the TFTP server path:
OAW-AP1250-UBOOT_FIRMWARE_
3.0.x.x
.bin
✓
To enter the bootloader during AP initialization, which is described in
✓
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
# save