Hi everyone,
I would like to add support for a few access points from the D-Link DWL series,
although many of these used to be based on Broadcom, recently many models have been added with Qualcomm chips.
I have started documenting the basic specs for the most interesting models and added details for the factory image encryption and the ubi partitions in a wiki article:
https://openwrt.org/toh/d-link/d-link_dwl_series_of_business_access_points
I'm mostly done with DWL-7620AP, which is based in ipq40xx.
However I'm not yet sure about what would be the best way to deal with ubi and dual boot, please see the wiki article for what I've found regarding the ubi layout so far.
Should we maybe place a copy of the kernel image into each of the ubi partitions (there would need to be some synchronization, i.e. duplication, after initial flashing or sysupgrading) and use mtd-concat
on the remaining portions of the flash (across 3 separate ubi partitions)?
Are there other devices currently supported using a similar flash constellation?
Regarding the actual dual boot mechanisms (triggers for switching between partitions etc.) more investigation is necessary. Does anyone else own devices from this family? (@djfe: do you happen to have access to a DWL-8620AP, since I remember you mentioned the GPL code at some point?)
My current progress on DWL-7620AP is here, not yet including factory image generation (there is a PoC build recipe linked in the wiki though):