Daniel Golle

Results 169 comments of Daniel Golle

You have most likely flashed a wrong image. Please see https://github.com/dangowrt/owrt-ubi-installer/issues/104

You need to do things in the right order. So: Step 1: `rm /sys/fs/pstore/*` Step 2: `sysupgrade https://downloads.openwrt.org/releases/22.03.3/targets/mediatek/mt7622/openwrt-22.03.3-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb` Do **not** reboot after `rm /sys/fs/pstore/*`, directly proceed to sysupgrade the correct...

The thing is that you will hardly ever really need a complete backup including `mtd3`. As long as Belkin/Linksys provide their firmware files for download on their servers, you can...

Can you try to update `auc` using `opkg update ; opkg install auc` and retry? Support for client-side automatic package replacements (such as libustream-wolfssl -> libustream-mbedtls) was added a while...

`sfdisk` transparently supports GPT, no additional changes are needed for that, see manpage: ``` Since version 2.26 sfdisk supports MBR (DOS), GPT, SUN and SGI disk labels, but no longer...

> So instructions everywhere should be changed to using signed FW image only for versions >=1.2.00.273012 Can you make a pull-request for README.md for the change you are suggesting?

Please submit a patch to the mailing list or open a pull request here on github.

Oh sorry, I wasn't aware of that. I have now picked up your patch and applied it. https://github.com/openwrt/openwrt/commit/047d471317b70f00005d03e6f6d21cb403fb6c42

This is being actively worked on in master branch. Expect a backport to openwrt-22.03 once things have stabilized. In the meantime, you can help testing master branch and report if...