Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:extreme_networks:ws-ap3825i [2023/05/13 20:55] – account4538 | toh:extreme_networks:ws-ap3825i [2023/05/13 21:33] – account4538 | ||
|---|---|---|---|
| Line 95: | Line 95: | ||
| < | < | ||
| - | setenv boot_openwrt "cp.b 0xEC000000 0x2000000 0x2000000; interrupts off; bootm start 0x2000000; bootm loados; fdt resize; fdt boardsetup; fdt chosen; bootm prep; bootm go;" | ||
| - | |||
| setenv ramboot_openwrt " | setenv ramboot_openwrt " | ||
| + | |||
| + | setenv boot_openwrt "cp.b 0xEC000000 0x2000000 0x2000000; interrupts off; bootm start 0x2000000; bootm loados; fdt resize; fdt boardsetup; fdt chosen; bootm prep; bootm go;" | ||
| setenv bootcmd "run boot_openwrt"; | setenv bootcmd "run boot_openwrt"; | ||
| Line 114: | Line 114: | ||
| < | < | ||
| + | setenv ramboot_openwrt " | ||
| + | |||
| setenv boot_openwrt "bootm 0xEC000000;" | setenv boot_openwrt "bootm 0xEC000000;" | ||
| - | |||
| - | setenv ramboot_openwrt " | ||
| setenv bootcmd "run boot_openwrt"; | setenv bootcmd "run boot_openwrt"; | ||
| Line 127: | Line 127: | ||
| === Sysupgrade === | === Sysupgrade === | ||
| + | Switch from LAN2 to LAN1 to connect to the network. | ||
| < | < | ||
| cd /tmp | cd /tmp | ||
| Line 140: | Line 141: | ||
| sysupgrade -n / | sysupgrade -n / | ||
| </ | </ | ||
| - | |||
| - | If you plan on going back to the vendor firmware - the bootcmd for it | ||
| - | is stored in the boot_flash variable. | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | === Backup Original FW === | ||
| - | |||
| - | Make a backup of the " | ||
| - | |||
| - | |||
| - | |||
| === Wait for memory check === | === Wait for memory check === | ||
| + | Power light will switch from flashing to solid when complete. | ||
| < | < | ||
| Line 163: | Line 151: | ||
| </ | </ | ||
| + | |||
| + | If you plan on going back to the vendor firmware - the bootcmd for it | ||
| + | is stored in the boot_flash variable. | ||
| + | |||
| + | === Optional: Backup Original FW === | ||
| + | |||
| + | Make a backup of the " | ||
| ==== WAP / Dumb AP ==== | ==== WAP / Dumb AP ==== | ||