Axiomtek rBox103 Board Support Package for User mode API Library
=================================================================

Jan 10, 2012

Contents
========
- File Discription
- Building and Installation
- Demo Program



File Discription
================
demo : This directory include BSP API library demo program sample codes
lib : This directory include BSP API shared libraries for kernel 2.6.x
src : This directory include BSP API library source codes
Makefile : This BSP's installation description file
README : This BSP's documentation file



Building and Installation
=========================
1. Unpack the BSP tar file, where <x.x.x> is the version number for the 
   file:
	# tar zxvf rBOX103-bsp-user-<x.x.x>.tar.gz

2. Change to the directory:
	# cd rbox103

3. Install the API shared libraries in /usr/lib
	# make

4. Compile the demo funtion
	# cd demo	(Change to demo directory)
	# make
	
	

Demo Program
============
NOTE:Detail to use the BSP API function, can see lib header file *.h

1. Watch Dog Timer demo program
  -wdt.c

2. Hardware Monitor demo program
  -hwm.c

3. Set comport mode demo program
  -comport.c

4. Watch Dog Timer From Base Board demo program
  -wdt2.c

5. Communicating with CAN module demo program
  -can.c

