From 506ef0f7ac602def69a4a8d7ce41b300b825b05b Mon Sep 17 00:00:00 2001 From: steeb Date: Wed, 30 Oct 2024 20:43:44 -0700 Subject: [PATCH] Update Extreme Networks WS-AP3825I - How to flash with OpenWRT --- Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md | 2 +- 1 file changed, 1 insertion(+), 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 dbfe919..5b544c4 100644 --- a/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md +++ b/Extreme Networks WS-AP3825I - How to flash with OpenWRT.-.md @@ -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 ; 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;"