[OpenWrt-Devel] [PATCH 2/2] ipq40xx: add support for Aruba AP-303
Luca Olivetti
luca at ventoso.org
Thu Nov 16 01:52:43 PST 2023
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
More information about the openwrt-devel
mailing list