dsouza
91
My RE305 v3 with OpenWrt 22.03 (being used as dumb access point) was constantly failing with the errors below:
SQUASHFS error: xz decompression failed, data probably corrupt
SQUASHFS error: Unable to read fragment cache entry
SQUASHFS error: Unable to read page, block xxxx, size yyyy
Initially I thought that it could be a hardware problem with device's flash, but with factory firmware it was working perfectly.
Searching the web I've found this was a quite common problem with some Mediatek devices:
So I gave up running OpenWrt on this device and returned it to factory firmware.
However today I've noticed the following commit in OpenWrt master:
https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=540377010532d9840ebe0778c2af991bd4b67052
So I did a new build and after 4 hours of uptime the issue has not appeared yet. So hopefully the above commit fixed the issue!