Elprotronic Inc. Shared library for FlashPro-ARM and GangPro-ARM
================================================================
License files: License.pdf and License.rtf

Installation
============
>sudo dpkg -i libfpgparm_amd64.deb

Installing the package will copy several libraries into your lib folder and create symbolic links if necessary:
/lib/x86_64-linux-gnu/libfparm.so.x.x.x
/lib/x86_64-linux-gnu/libgparm.so.x.x.x
/lib/x86_64-linux-gnu/libmultifparm.so.x.x.x
/lib/x86_64-linux-gnu/libmultigparm.so.x.x.x

A rule will also be added to /lib/udev/rules.d/99-xstream.rules to allow members of plugdev group to
access Vendor 1495 and Product 1022 without superuser privileges.

Testing & Development
=====================
include FlashProARM-Dll.h or GangProARM-Dll.h

An example of how to use the library is shown in LinuxCommandLineDemo, including a Makefile
>cd LinuxCommandLineDemo
>make

FlashPro-ARM example
>./testfp TestConfigs/CC-1310.cfg TestCodeFiles/test-CC26XX-32k.txt

GangPro-ARM example
>./testgp TestConfigs/CC-1310.cfg TestCodeFiles/test-CC26XX-32k.txt 





