Aerohive AP-330: Unterschied zwischen den Versionen

Aus Freifunk Dresden - Anwender-Wiki
Zur Navigation springen Zur Suche springen
(Aerohive AP-330)
(kein Unterschied)

Version vom 24. Mai 2020, 17:33 Uhr

Aerohive AP-330:
------------------------------------
# connect to eth0 (will be later WAN in freifunk firmware)
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.31
tftpboot 0x1000000 openwrt-mpc85xx-p1020-hiveap-330-initramfs-kernel.bin
tftpboot 0x6000000 openwrt-mpc85xx-p1020-hiveap-330-squashfs-fdt.bin
bootm 0x1000000 - 0x6000000
# nach booten:
#  lan cable in eth1 (LAN)
#  scp sysupgrade uebertragen und flashen
scp openwrt-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin 192.168.1.1:/tmp
cd /tmp
sysupgrade openwrt-mpc85xx-p1020-hiveap-330-squashfs-sysupgrade.bin