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:17] 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 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 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 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
  • Last modified: 2024/11/26 22:00
  • by account4538