Stellar AP | Deployment & Configuration & Troubleshooting Guide
35 |
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.
# set bootcmd bootm 0x9f050000
# mw 0x18060008 0x0
# set lk-aos "tftp 0x80060000 OAW-AP1101-UBOOT_KERNEL_
3.0.x.x
.bin &&
erase 0x9f0x180000 &&cp.b 0x80060000 0x9f050000 0x180000"
# set lf-aos "tftp 0x80060000 OAW-AP1101-UBOOT_ROOTFS_
3.0.x.x
.bin &&
erase 0x9f0xc20000 &&cp.b 0x80060000 0x9f1d0000 0xc20000"
# run lk-aos && run lf-aos && reset
4.4.3
AP1220 Series
Procedure of the upgrading AP1220 Series through bootloader:
✓
To setup a TFTP server on a PC, and put the images on the TFTP server path:
OAW-AP1220-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
✓
AP upgrading through bootloader
# tftpboot 0x84000000 OAW-AP1220-UBOOT_FIRMWARE_
3.0.x.x
.bin
# nand erase 0x0 0x10000000 && nand write 0x84000000 0x0 $filesize