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 60ed2c4..653b409 100644 --- a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md +++ b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md @@ -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 ; setenv serverip ; 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;"