Firmware for Meshdesk
Detailed instructions on this hardware available here [Installing OpenWrt EAP225 v3+] (https://openwrt.org/toh/tp-link/eap225)
- Enable the SSH-Server via the web interface
- ssh into the target device and run
cliclientd stopcs
- upload the Meshdesk image (openwrt-ath79-generic-tplink_eap225-outdoor-v3-squashfs-sysupgrade.bin) via the web interface
- After the successfull update, the device can be reached at the default ip address 192.168.1.1
Thanks for the idea from Christopher Smart
- wget https://downloads.openwrt.org/releases/21.02.0/targets/ath79/generic/packages/mtd_26_mips_24kc.ipk
- wget https://downloads.openwrt.org/releases/21.02.0/targets/ath79/generic/packages/libc_1.1.24-3_mips_24kc.ipk
- wget https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/libubox20210516_2021-05-16-b14c4688-2_mips_24kc.ipk
- Power up device
- Plug ethernet from you PC into LAN of Ubiquity POE
- scp ./openwrt-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin [email protected]:/tmp/
- scp *ipk [email protected]:/tmp/
-
pass: ubnt
-
mkdir /tmp/flash
-
cd /tmp/flash
-
tar -xzOf /tmp/libc_1.1.24-3_mips_24kc.ipk ./data.tar.gz | tar -xvz
-
tar -xzOf /tmp/mtd_26_mips_24kc.ipk ./data.tar.gz | tar -xvz
-
tar -xzOf /tmp/libubox20210516_2021-05-16-b14c4688-2_mips_24kc.ipk ./data.tar.gz | tar -xvz
-
LD_LIBRARY_PATH=${PWD}/lib lib/ld-musl-mips-sf.so.1 sbin/mtd write /tmp/openwrt-ath79-generic-ubnt_unifiac-mesh-squashfs-sysupgrade.bin kernel0
- LD_LIBRARY_PATH=${PWD}/lib lib/ld-musl-mips-sf.so.1 sbin/mtd erase kernel1
- dd if=/dev/zero bs=1 count=1 of=/dev/mtd4
- Turn power off and on again and Meshdesk should be available