dangowrt / owrt-ubi-installer

OpenWrt firmware installer for the Linksys E8450 aka. Belkin RT3200
GNU General Public License v2.0
388 stars 49 forks source link

OpenWRT UBI Installer for more routers #158

Open agha57 opened 9 months ago

agha57 commented 9 months ago

Is it possible to do similar act to get rid of ‘dual firmware’ which is, in my opinion, cumbersome and wasteful of flash RAM capacity in other Linksys routers of E or EA series, specifically “Linksys E4200 v2”?

howl commented 5 months ago

With dual firmware I suppose you mean like in the Linksys WRT3200ACM you can boot between the previous flashed firmware and the actual. It's having half the space of the flash memory but it also provides a convenient way to not brick the device.

mrkiko commented 2 months ago

You might implement these features by hacking your way trough the u-boot environment, even tough I admit serial access might be useful here, or using netconsole which is supported by OpenWrt u-boot. The installer was built to make it easier to install OpenWrt on this device, and even tough it might support more devices one day, it is not meant to implement this kind of features. After running the installer you have an environment which makes it much easier to build what you want, but it's up to you then, maybe in a different package. Remember that - if you mess up with the u-boot environment, you can restore to fresh one.