I have a SDX55 Wifi 6 device "https://inseego.com/download/FG2000_user_guide.pdf" which is running Openwrt 15.05.1 verison. I have obtained root access to the device and now I would like to compile my own image for this particular device.
I have uploaded images of command line specs for this device and was hoping someone could point me in the right direction to get started. Here is running config: https://pastebin.com/YrGWP58a
If there is any other info that would be needed please let me know and I will try to extract it and post back here in hoped to achieve a working image.
Start by locating a dts for the device, either from the vendor source or by modifying the dts from another similar device.
Once you have a dts use the commit for a similar ipq807 device (if any others actually have openwrt) to identify what else you need to modify to create a working image.
Also, your device is not running openwrt now, that’s the Qualcomm SDK, a heavily modified, obsolete, fork of v15
Also, if it is actually an ipq807x device there are none officially support so far.
You could try starting with the work in progress xaiomi x3600 images, or there’s a dynalink/askey device in progress, how far you get will depend on your skill and willingness to dedicate time to the project.