Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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] account4538toh:extreme_networks:ws-ap3825i [2023/05/13 21:33] account4538
Line 95: Line 95:
  
 <code> <code>
-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 ipaddr <ipv4 client address>; setenv serverip <tftp server address>; tftpboot 0x2000000 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;" setenv ramboot_openwrt "setenv ipaddr <ipv4 client address>; setenv serverip <tftp server address>; tftpboot 0x2000000 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;"
 +
 +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:
  
 <code> <code>
 +setenv ramboot_openwrt "setenv ipaddr <ipv4 client address>; setenv serverip <tftp server address>; tftpboot 0x2000000 initramfs.bin; interrupts off; bootm 0x2000000;"
 +
 setenv boot_openwrt "bootm 0xEC000000;" setenv boot_openwrt "bootm 0xEC000000;"
- 
-setenv ramboot_openwrt "setenv ipaddr <ipv4 client address>; setenv serverip <tftp server address>; tftpboot 0x2000000 initramfs.bin; interrupts off; bootm 0x2000000;" 
  
 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.
 <code> <code>
 cd /tmp cd /tmp
Line 140: Line 141:
 sysupgrade -n /tmp/openwrt-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin sysupgrade -n /tmp/openwrt-mpc85xx-p1020-extreme-networks_ws-ap3825i-squashfs-sysupgrade.bin
 </code> </code>
- 
-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 "firmware" partition if you ever wish to go back to the vendor firmware. 
- 
- 
- 
  
 === Wait for memory check === === Wait for memory check ===
 +Power light will switch from flashing to solid when complete.
 <code> <code>
  
Line 163: Line 151:
  
 </code> </code>
 +
 +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 "firmware" partition if you ever wish to go back to the vendor firmware.
  
 ==== WAP / Dumb AP ==== ==== WAP / Dumb AP ====
  • Last modified: 2024/11/26 22:00
  • by account4538