Bingo
November 17, 2025, 1:01pm
265
@andros-ua
I can't seem to find an EDUP 2980 112M (stable) image here:
I can find it in "Snapshots" ...
I just upgraded to latest Snapshot , w success ... After a few tries.
Lost LUCI , as i forgot to request a build
One strange thing though w. latest snapshot.
I can't connect via https , only http.
Am i missing something or ?
And
The /lib/upgrade/platform.sh from snapshot does seem to match the one from
https://raw.githubusercontent.com/openwrt/openwrt/refs/heads/main/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh
frollic
November 17, 2025, 1:05pm
266
AFAIK openwrt still doesn't default to HTTPS, but HTTP, since all certs it auto generates will cause a warning in your browser.
you need to add the luci-ssl package.
2 Likes
The broken platform.sh file is only in the latest stable release. Got messed up during the merge, my bad.
Bingo
November 17, 2025, 5:49pm
268
But where do i find latest stable ?
frollic
November 17, 2025, 5:56pm
269
Vitsire
November 20, 2025, 8:31pm
271
Hello! Does anyone have the 21.02-SNAPSHOT firmware version that our EDUP AX 3000 112M router comes with?
For those who are eager to test something new, ubootmod is now available.
Binaries:
PR:
main โ andros-ua:clt-r30b1-ubootmod-up
opened 09:46PM - 05 Nov 25 UTC
```
This commit introduces OpenWrt U-Boot layout support
for the CreatLentem Cโฆ LT-R30B1, enabling:
- Open-source U-Boot with an effective recovery mechanism
- Maximum available storage space for OpenWrt
- Unified firmware across different device variants
OpenWrt U-Boot flash instructions
---------------------------------
1. Flash ordinary OpenWrt image.
2. Login into the device and backup everything, especially 'Factory' part.
3. Unlock mtd partitions:
apk add kmod-mtd-rw
insmod mtd-rw i_want_a_brick=1
4. Write new BL2 and FIP:
mtd write openwrt-mediatek-filogic-creatlentem_clt-r30b1-ubootmod-preloader.bin BL2
mtd write openwrt-mediatek-filogic-creatlentem_clt-r30b1-ubootmod-bl31-uboot.fip FIP
5. Set static IP on your PC:
IP 192.168.1.254 mask 255.255.255.0
6. Serve OpenWrt initramfs image using TFTP server.
7. Reboot device, wait for TFTP recovery to complete.
8. After OpenWrt has booted, perform sysupgrade.
BL2 and FIP Recovery
--------------------
Use mtk_uartboot to recover corrupted BL2 or FIP via UART:
https://github.com/981213/mtk_uartboot
```
I confirm that leaving the settings installing new version 24.10.4 lan1 changed to wan the other things are ok.
Andy5
December 3, 2025, 7:37pm
274
Hello. I have backup of my new router - backup-Openwrt-2025-09-08.tar.gz file
but can't upload here...
frollic
December 3, 2025, 8:48pm
275
That's a router config backup file, that's not what they were looking for.
1 Like