Update Extreme Networks WS-AP3825I - How to flash with OpenWRT
parent
b6e24bac83
commit
ffd5b42979
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user