INSTALL
VPB Driver
David Rowe <voicet@bigpond.com.au>
Created 25/8/00

1. Set VPB board base address using dip switches:

			DIP Switch
		---------------------------
Base Address	1  	2  	3  	4
------------

0x300		OFF	OFF	OFF	OFF
0x310		OFF	OFF	OFF	ON
0x320		OFF	OFF	ON	OFF
.
.
.
0x3f0		ON	ON	ON	ON

I suggest trying 0x300 as the default.

2. cd to this directory
3. Adjust the "iobase" address in tvpb.cpp and tload.cpp to the base address
   you selected in step 1.  This is set to 0x300 as the default.
4. Make sure you are logged in as 'root'.
5. Run 'make', which will build the demo programs 'memtest', 'tvpb', 'tload'.
6. To determine if the base adress is OK, type './memtest BASE' where BASE
   is the I/O base address your card is set to, e.g. './memtest 0x300'. If
   you change the base address you will need to repeat steps 3 & 4.  You will
   get 'PASSED' if everything is OK.
7. See tvpb.cpp & tload.cpp for instructions on how to run these programs.
8. vpbapi.h is the external interface to the driver, your own programs
   can call these functions to use the driver.


