AR750S: plain vanilla OpenWrt image not compatible?

Hi,

this commit git.openwrt.org Git - openwrt/openwrt.git/commit added AR750S to OpenWrt snapshots. Unfortunately the resulting images (https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/openwrt-ar71xx-generic-gl-ar750s-squashfs-sysupgrade.bin) are not flashable - wrong image!

What are the reasons, maybe missing nand support? Any concrete plans to support plain vanilla OpenWrt?

Thanks!

AR750S has 16MB Nor flash and 128MB nand flash. The openwrt image is only for Nor while the stock firmware is for nand.

Pls use uboot if you want to use the Nor image. But you will loose the Nand flash in that firmware

In contrast to the AR300M-Lite uboot screen, the AR750S uboot screen at either http://192.168.6.1/ or http://192.168.6.1/flashing.html doesn’t appear to have a way to upload a NOR-based image.

Edit: It appears that uploading a sysupgrade.bin file will flash NOR and the router will boot from that image. Is this the intended behavior / usage?

root@GL-AR750S:~# strings /dev/mtd0 | fgrep -i boot | head -n 1
U-Boot 1.1.4-gcf378d80-dirty (Aug 16 2018 - 07:51:15)

Just use the same box and upload a Nor firmware. It will work.

1 Like