El 17/12/19 a les 12:52, David Bauer ha escrit:

3. Configure the bootargs and bootcmd for OpenWrt.
    $ setenv bootargs_openwrt "setenv bootargs console=ttyMSM1,9600n8"
    $ setenv nandboot_openwrt "run bootargs_openwrt; ubi part aos1;
      ubi read 0x85000000 kernel; bootm 0x85000000"
    $ setenv ramboot_openwrt "run bootargs_openwrt;
      setenv ipaddr 192.168.1.105; setenv serverip 192.168.1.75;
      netget; set fdt_high 0x87000000; bootm"
    $ setenv bootcmd "run nandboot_openwrt"
    $ saveenv


Hello,

as explained here

https://forum.openwrt.org/t/aruba-iap-11-apboot-downgrade-invalid-instant-small-business-image/120921


it is no longer possible to install openwrt because they have removed the bootm command from apboot.

I asked here
https://forum.openwrt.org/t/apboot-dump-for-aruba-iap11-ap303-or-compatible-u-boot/177595/2

for the old apboot image (it's possible to flash the spi from the new apboot) but I'm wondering if it would be possible to compile a compatible u-boot for this AP?


Bye
--
Luca


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to