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

build config and dts #178

Closed yeezyio closed 4 months ago

yeezyio commented 4 months ago

Can you share the build config and dts that you use to build u-boot?

dangowrt commented 4 months ago

It's stock OpenWrt. U-Boot: https://github.com/openwrt/openwrt/blob/main/package/boot/uboot-mediatek/patches/410-add-linksys-e8450.patch DTS: https://github.com/openwrt/openwrt/blob/main/target/linux/mediatek/dts/mt7622-linksys-e8450-ubi.dts

The installer script modifies the DT slightly to prevent UBI-auto-attach (by renaming ubi to ibu) and make allow write access to all MTD volumes.