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

E7350 Support #143

Closed LokeYourC3PH closed 6 months ago

LokeYourC3PH commented 1 year ago

As the title states. The E7350 is a slightly weaker version of the E8450, and as such I think supporting it should be fairly straight forward.

Also: If anyone can, please post a picture of the UART Serial layout on your E8450 device that I can use as reference for my E7350, thank you.

dangowrt commented 1 year ago

Unfortunately the Linksys E7350 (aka. Belkin RT1800) is a quite different device. It is using the MT7621 dual-core MIPS SoC rather than MT7622 dual-core ARM Cortex-A53. The MT7621 supports booting off SPI-NAND only with some special tricks available only on some SPI-NAND chips and require an intermediate preloader to then load U-Boot. This is very different from MT7622 which has native support for SPI-NAND and being an ARMv8 CPU it is using ARM TrustedFirmware-A, in this case also as a preloader which can easily be built form source.

I'm not saying it's impossible to support the E7350 (aka. RT1800), but it would require attaching JTAG to have a recovery method while developing a bootchain based on the SPI-NAND preloader and U-Boot...

dangowrt commented 1 year ago

Serial pinout see here: https://openwrt.org/toh/linksys/e8450#serial

gretthunberg commented 1 year ago

I have a router with the same SoC but with a non-Micron NAND chip, so that option is out for me. Does this project support booting off parallel NAND?

LokeYourC3PH commented 1 year ago

I have a router with the same SoC but with a non-Micron NAND chip, so that option is out for me. Does this project support booting off parallel NAND?

I flashed OpenWRT via UART Serial, and I'd recommend you do the same. As of now, you cannot use this project to flash the E7350. I've written an extensive flashing guide on the OpenWRT forums, here: https://forum.openwrt.org/t/linksys-e7350-openwrt-install/156673/64?u=lokeyourc3ph