Hi there,
I just bought a nanostation 5ACL because I wanted to upgrade/replace my current AP.
Unfortunately, I am not able to flash openwrt, it always complains "invalid version".
I am running WA v8.7.4, the device was shipped with 8.7.9, but I cannot downgrade any lower than 8.7.4.
If I run hexdump -Cv /bin/ubntbox | grep '14 40 fe 27'
it finds one line at 00009eb0
So I copy the openwrt via scp and run
hexdump -Cv /bin/ubntbox | sed 's/14 40 fe 27/00 00 00 00/g' | hexdump -R > /tmp/fwupdate.real
chmod +x /tmp/fwupdate.real
#verifiy
hexdump -Cv /tmp/fwupdate.real | grep '00009eb0'
00009eb0 26 a6 fe f8 00 00 00 00 af a2 02 fc 82 02 00 03 |&...............|
/tmp/fwupdate.real -m /tmp/openwrt-22.03.5-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin
but that fails with Invalid version 'WA.ar934x.v8.5.3-42.OpenWrt-r20134-5f15225c1e'
Any idea how to solve this?