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;"