From ffd5b429791d47549237183ed0b23afbbb712dcb Mon Sep 17 00:00:00 2001 From: steeb Date: Mon, 4 Nov 2024 19:51:35 -0700 Subject: [PATCH] Update Extreme Networks WS-AP3825I - How to flash with OpenWRT --- ...s WS-AP3825I - How to flash with OpenWRT.-.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md index 5fcb51d..50f9869 100644 --- a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md +++ b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md @@ -12,7 +12,7 @@ First, we'll need a Cisco-compatible serial cable (RJ45 to USB). For simplicity sudo picocom -b 115200 /dev/ttyUSB0 ``` -2. Once we know that we can see the cable, go ahead and power up the AP and connect the RJ45 end of the serial cable to the Console port and the PoE cable to the LAN1 port. +2. Once we know that we can see the cable, go ahead and power up the AP and connect the RJ45 end of the serial cable to the Console port and the PoE cable to the LAN2 port. 3. Press 'Enter' on your keyboard when the message `Scanning JFFS2 FS: .` comes up to drop into a BOOT mode @@ -53,4 +53,18 @@ saveenv ``` run ramboot_openwrt +``` + +9. Press 'Enter' on your keyboard once done, and now you should be at the OpenWRT console. We're not done - the image isn't flashed to the system yet, we need to run a `sysupgrade` - but first, download the file: + +``` +wget https://downloads.openwrt.org/releases/23.05.5/targets/mpc85xx/p1020/openwrt-23.05.5-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin -O sysupgrade.bin +``` + +(You may want to check if there's a newer version in the future, but this is accurate for now.) + +And finally... + +``` +sysupgrade -n sysupgrade.bin ``` \ No newline at end of file