FlexCard Linux driver Read_Me.txt
---------------------------------

This Zip-File containts:
    - flexcard_linux_v5.3.tar.gz (sources for the kernel module)
    - libfcBase.deb (Debian packet with the fcBase library and tools)
    - libfcBase.rpm (Redhat packet with the fcBase library and tools)
    - Read_Me.txt (Installation guide)
    - Read_Me_Tools.txt (Installation guide for Eberspaecher Electronics GmbH & Co. KG tools.)

Installation as root:
    1. extract kernel sources
	-> tar -zxvf flexcard_linux_v5.3.tar.gz
    2. compile kernel module
	-> cd flexcard_linux_v5.3
	-> make
    3. install kernel module
	-> make install
    4. load kernel module
	-> flexcard_start
    5. install fcBase library and tools
	-> dpkg -i libfcBase.deb
	-> rpm -ihv libfcBase.rpm
	
	(In directory '/usr/include/fcBase' there are the needed headerfiles for your user application.)
	(In directory '/usr/share/doc/fcBase' there are the API documentation and the instructions for use.)
	(In directory '/usr/share/doc/fcBase/fcDemoLinux' there is a demo application with sources.)
	(In directory '/opt/ebel/FlexAlyzerV2' there is the Qt based FlexAlyzer application with configuration for fcDemoLinux.)
	(In directory '/opt/ebel/FlexUpdate' there is the Qt based FlexUpdate application.)
	(In directory '/opt/ebel/CanBaudRateCalculator' there is the Qt based CanBaudRateCalculator application.)

Changelog:
v5.3:	- Please see ChangeLog in kernel module directory
v5.2:	- Please see ChangeLog in kernel module directory
v5.1:	- Please see ChangeLog in kernel module directory
v4.2:	- Please see ChangeLog in kernel module directory
v2.0:	- Please see ChangeLog in kernel module directory
v1.0:	- Release version
