Directory content:

driver			-->	FTDI drivers
examples		-->	compiled bin and source code for test application
lib			-->	required shared libs 
include			-->	required header file 


System requirements:
armv8

Installation instructions:
install FTDI drivers
copy drivers/99-libftdi.rules in rules path to disable FTDI serial
	
The example program can be compiled by running make in ./examples folder.

### arm 64 bit
> cd examples
> make -f Makefile_armV8

The output files will be generated in the ./examples/output directory.
