Update Extreme Networks WS-AP3825I - How to flash with OpenWRT
parent
7f6c816c02
commit
506ef0f7ac
@ -31,7 +31,7 @@ curl https://downloads.openwrt.org/releases/23.05.5/targets/mpc85xx/p1020/openwr
|
||||
sudo dnsmasq -d --enable-tftp --port 0 --tftp-root $(pwd)
|
||||
```
|
||||
|
||||
7. 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.
|
||||
7. 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.
|
||||
|
||||
```
|
||||
setenv ramboot_openwrt "setenv ipaddr <server_ip>; setenv serverip <access_point_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;"
|
||||
|
Loading…
Reference in New Issue
Block a user