So I recently purchased two Linksys E7350s from the refurbished Woot deal with the plan of installing OpenWRT on them. Long story short Woot/Amazon screwed up, refunded me the whole order, but still shipped me two Range Extender 7350s.
So, my question is, does this model support OpenWRT? I know Linksys rebrands stuff as Belkin, but I couldn’t find anything in the TOR for the Linksys model. I’m going to guess the answer is “no”, but I’m happy to tear one open and pull UART from it.
Adding support would likely require the typical "add new device" process -- the UART angle to gather bootlog and other info would certainly be an important starting point. If you can ID all the relevant chips, that's also key.
Side note: I have an E7350 in my lab at work, and I was considering getting one from that deal to have as a spare, but it seems like I might not have gotten what was originally advertised anyway.
This was the device the OP had hoped to get (and purchased via a Woot deal). This is already well supported. But they were sent something else -- the RE750 which doesn't appear to be supported.
ie binwalk it, chop out 10 devicetree DTB-s, dtc them into dts, try to find similar device, attach serial and try to netboot starting with ipq6xxx random but similar device initramfs kernel.
Thanks. I’ll try to tftp boot or whatever this image for this device and see. I also am building a custom factory image using the OpenWRT build system with all of the supported hardware drivers. Hopefully it’ll boot.
Break bootloader timeout, likely pressing "any key" during countdown, in uboot console type help, printenv, uboot guide is in wiki or where u boot is made.
Learn before doing.