Hi I just got a WS-AP3825i and trying to install openwrt on it for the first time (I've flashed google pucks and TP-Link devices before).
I've tried two different versions, with 24.10.0 I get error Unknown command 'interrupts' and wrong image format. After failing cli returns and I can try again.
Using 22.0.3.7 (which I see had different env options) I get same errors but additional Unknown command 'fdt' and the device hangs at that point.
# 24.10.0
setenv ramboot_openwrt "setenv ipaddr 192.168.86.10; setenv serverip 192.168.86.3; tftpboot 0x2000000 initramfs.bin; interrupts off; bootm 0x2000000;"
setenv boot_openwrt "bootm 0xEC000000;"
setenv bootcmd "run boot_openwrt";
saveenv
Boot (PRI)-> run ramboot_openwrt
Full duplex link
Link 0 up, Phy_status = bc50
Port:0 speed 1000Mbps
Using eth0 device
TFTP from server 192.168.86.3; our IP address is 192.168.86.10
Filename 'initramfs.bin'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##############
done
Bytes transferred = 6879964 (68fadc hex)
Unknown command 'interrupts' - try 'help'
Wrong Image Format for bootm command
ERROR: can't get kernel image!
22.0.3.7.
Boot (PRI)-> setenv ramboot_openwrt "setenv ipaddr 192.168.86.10; setenv serverip 192.168.86.3;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;"
Boot (PRI)->
Boot (PRI)-> 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;"
Boot (PRI)-> setenv bootcmd "run boot_openwrt";
Boot (PRI)->
Boot (PRI)-> saveenv
Saving Environment to NAND...
Erasing NAND...
Erasing at 0x2af000 -- 100% complete.
Writing to NAND... done
Boot (PRI)-> run ramboot_openwrt
Full duplex link
Link 0 up, Phy_status = bc50
Port:0 speed 1000Mbps
Using eth0 device
TFTP from server 192.168.86.3; our IP address is 192.168.86.10
Filename 'initramfs.bin'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#####################
done
Bytes transferred = 6975448 (6a6fd8 hex)
Unknown command 'interrupts' - try 'help'
Wrong Image Format for bootm command
ERROR: can't get kernel image!
XIP Invalid Image ... OK
OK
Unknown command 'fdt' - try 'help'
Unknown command 'fdt' - try 'help'
Unknown command 'fdt' - try 'help'
Unknown command 'fdt' - try 'help'
Unknown command 'fdt' - try 'help'
Unknown command 'fdt' - try 'help'
Unknown command 'fdt' - try 'help'