I came to learn from reading this that the OpenWrt-supportedEngenius EAP1300 is "identical except for where RJ45 port is" to the Engenius EAP1250.
I have an EAP1250 which I would like to flash to OpenWrt. Would adding support be trivial?
I tried the EAP1300 firmware without any luck with sysupgrade, and I wasn't sure which partition to target with a mtd write command in the absense of linux or firmware -- output below.
Hey there, I have added 6 older Engenius boards to the project, 4 of them are still pending review. This is a much newer one so there's probably a lot of differences.
First, open the board, remove shields if there are any (like a tin lid), record the model of every chip (SOC, WLAN, RAM, FLASH, external ethernet switch if there is one).
Never assume hardware will be the same as another model.
(btw the people in the mailing list were mistaken, IPQ chips are Qualcomm not Broadcom)
Here's a general list of the other things you need to get started
FCC ID (I am guessing this is the device)
(unfortunately the FCC photos for this one are really bad)
kernel log (dmesg or copy serial output)
(only the serial console output can tell you which partition is being booted)
uboot environment
(either printenv from uboot or fw_printenv after booted)
dump of the ART partition hexdump -C /dev/mtd7
GPIO numbers and ethernet PLL registers
(PLL registers need more explaining later, and I don't know how it works for IPQ SOCs)
This is my first time doing something like this: should I create a wiki entry for the device and populate the details there or just reply to this thread?