Update Extreme Networks WS-AP3825I - How to flash with OpenWRT

steeb 2024-11-10 19:46:07 -07:00
parent 62e5185888
commit f5b5a87cb6

@ -33,7 +33,7 @@ curl https://downloads.openwrt.org/releases/23.05.5/targets/mpc85xx/p1020/openwr
sudo dnsmasq -d --enable-tftp --port 0 --tftp-root $(pwd)
```
8. In the original `ttyUSB0` terminal, run the following commands, being sure to enter the correct IP address for the TFTP server (the computer you're using) and the AP.
8. In the original `ttyUSB0` terminal, run the following commands, being sure to enter the correct IP address for the TFTP server (the computer you're using) and the AP. Please be aware that you cannot `ping` the AP in its current state - find the IP assigned by DHCP after the initial factory reset and use that. (This step was crazymaking for me - just do it! If you used the LAN2 port, you WILL have a connection.)
```
setenv ramboot_openwrt "setenv ipaddr <access-point_ip>; setenv serverip <tftp-server_ip>; tftpboot 0x2000000 ws-ap3825i-initramfs.bin; interrupts off; bootm start 0x2000000; bootm loados; fdt resize; fdt boardsetup; fdt resize; fdt boardsetup; fdt chosen; fdt resize; fdt chosen; bootm prep; bootm go;"