Extreme Networks WS-AP3825i Unknown command 'interrupts'

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'

Are you following https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=7e614820a89208c4e91a3a5f9de07a5402accdaa ?

Na this one. I'll give that one a shot though.

about the same result

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)-> 
Boot (PRI)-> setenv bootcmd "run boot_openwrt"
Boot (PRI)-> saveenv
Saving Environment to NAND...
Erasing NAND...
Erasing at 0x2af000 -- 100% complete.
Writing to NAND... done
Boot (PRI)-> 
Boot (PRI)-> setenv ipaddr 192.168.86.10
Boot (PRI)-> setenv serverip 192.168.86.3
Boot (PRI)-> tftpboot 0x2000000 initramfs.bin;
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)
Boot (PRI)-> interrupts off;
Unknown command 'interrupts' - try 'help'
Boot (PRI)-> bootm start 0x2000000;
Wrong Image Format for bootm command
ERROR: can't get kernel image!

This is the uboot version.

Boot (PRI)-> version

U-Boot 2012.07.14 (Sep 05 2018 - 17:49:39) (primary)
arm-unknown-linux-gnueabi-gcc (crosstool-NG 1.21.0) 4.9.1
GNU ld (crosstool-NG 1.21.0) 2.22

It's 2 yrs newer than the one on the wiki page,

The backup uboot is older (2015), but same problem using that boot.

Boot (BAK)-> version

U-Boot 2012.07.7-r038300217.1 (Sep 29 2015 - 11:41:04) (back-up)
arm-openwrt-linux-uclibcgnueabi-gcc (Linaro GCC 4.6-2012.02) 4.6.3 20120201 (prerelease)
GNU ld (GNU Binutils) 2.22

Have you tried 23.05.5, that one worked form me. From there I was sysupgrade to 24.10.0.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.