All Hello!
I am using OpenWRT On a Microtik device.
Lasted stable build 19.07 I searched and did not find a fresh build. Please tell me Openwrt will no longer update the version for my router?
Specification
Model MikroTik RouterBOARD 951G-2HnD
Architecture Atheros AR9344 rev 3
Firmware Version OpenWrt 19.07.7
slh
August 24, 2021, 10:37pm
#2
Your Mikrotik device is NAND based, see the following commit for the reasoning to disable building images for these devices:
committed 07:33PM - 27 Dec 20 UTC
The current support for MikroTik NAND-based devices relies on a
gross hack that … packs the kernel into a static YAFFS stub, as the
stock bootloader only supports booting a YAFFS-encapsulated kernel.
The problem with this approach is that since the kernel partition is
blindly overwritten without any kind of wear or badblock management
(due to lack of proper support for YAFFS in OpenWRT), the NAND flash
is not worn uniformly and eventually badblocks appear, leading to
unbootable devices.
This issue has been reported here [1] and discussed in more detail
here [2].
[1] https://forum.openwrt.org/t/rb433-bad-sector-cannot-start-openwrt/71519
[2] https://github.com/openwrt/openwrt/pull/3026#issuecomment-673597461
Until a proper fix is found (or the stock bootloader supports other
filesystems), we disable building these images to prevent unknowing
users from risking their devices.
Thanks to Thibaut Varène for summarizing the details above.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Thank you very much for the information. I will wait until they come up with a solution