I have bought a couple of CC2531 USB dongles and I have an Embedded Linux board which is not a BBB. Apparently Z-Stack Linux Gateway is compiled for BBB only. And apparently there are no sources for free so I could compile them for my own target.
For a HA project I have created a network of CC2530 devices and I was wondering how can I use my board and a CC2531 dongle to communicate with that network. Suppose I want to make CC2531 dongle a coordinator so user could send commands to other devices (ZR or ZED) through a GUI which is running on my Linux board.
What options do I have? How can I connect the USB dongle to my board and start it as a coordinator and everything?
My board already recognizes CC2531 as "CC2531 USB Dongle" but that's all. Do I have to compile sources so I can communicate with dongle directly or is it better if I programmed CC2531 with a hex file so it appears as a serial device and communicate with it with serial commands? (if this is the case then which hex file should I use?