Copyright (C) 2004-2005 Feitian Technologies Co.,Ltd.
http://www.ftsafe.com
Dec 20, 2005

Rockey4 driver for Suse 10 
--------------------------------

Support
============
OS:		Suse 10
kernel version:	2.6.13-15-default
		2.6.13-15.7-default

Requirements
============

OS: Linux 2.4. You need the kernel header files at least (or full kernel
               source tree) installed and configured.
    Linux 2.6. You need the full kernel source tree installed and configured.

Note: Most Linux Distributions have 'ready to use' kernel source package -
      be sure that this is installed.


Installation
============

1. Installation. As 'root' user run:

	# sh inst

   It will install:

   - head file /usr/local/include/rockey/rockey.h

   - epass specific drivers (kernel modules) 'rockey'
     under conventional kernel modules directory

   - character device nodes '/dev/rockey'

   - config modules for autoloading (by editing file '/etc/modules.conf')
     (only with 2.4 kernels)

2. Uninstallation.

   In package directory just type:

	# sh uninst


Developer Manual
=================

Please download rockey4 developer manual from http://www.ftsafe.com.


NetRockey4
=================

Please read ./Devkit/netrockey/README.


Utility
============

1.ryenv32 
	ryenv32 is Rockey4 shell enveloper.
	./Devkit/ryenv32/ryenv32
	
2.rockeyedit	
	rockeyedit is Rockey4 edit tool, and it can help you to do some operation without codes.
	./Devkit/editor/rockeyedit


Getting Started
===============

After successful installation and configuration:

1. Load rockey driver.

   Load your rockey hardware specific kernel module:

	# modprobe rockey


2. Run test application.

       # cd ./DevKit/test
       # ./test 

Caution:
	It uses key of FeiTian Demo rockey in test program, please revise to the real key of your rockey.

Feedback
========

Please send any feedbacks to Feitian Technologies. See the Feitian
web site for contact information (www.ftsafe.com).

