Daniel Golle
Daniel Golle
@tagesuhu You probably restored a configuration backup done with a previous version of OpenWrt (such as 23.05.x). As a result, your configuration still identifies as pre-24.10.x. As you are clearly...
Yep, that's the problem, there is not WiFi calibration data (and also no MAC addresses). So while the bootloader has been written and is working, service forgot to also populate...
It's odd that you don't have a backup of `mtd2` as well, because that would be the `factory` partition. However, it's good that you at least have the MAC addresses...
I've already edited it for you, it got your MAC addresses (which I saw in the email notification before you edited). All you need to do is to write it...
try power off and power on again the device while in `Handshake...` phase, that helps sometimes if the first attempt doesn't work. Other than that it can only be the...
> `[ 14.080383] platform 1b100000.ethernet: deferred probe pending` This error hints to `factory` volume never having been created, which basically means you never run the v1.1.x installer, but directly used...
Ok, the files in boot_backup hint that you have never been running the v1.1.x installer, but probably just used the initramfs-recovery or sysupgrade file which came with it (which would...
Please show me the output of `mtd list` and `ubi info -l` in the U-Boot console.
Sorry, try `ubi info layout` (instead of `-l`, that was wrong).
Ok, strange, so UBI is doing fine and the volume `boot_backup` (which you had already mounted under Linux) is detected fine also in U-Boot, but you can't mount it, which...