ReadSUN.txt
===========

This directory contains files needed for running the
QUADS-360 host program on a SUN/4 computer.

The files in this directory are:

HOST:
----
A sun4 executable of the host program.

The current platforms supported are:
   - Sun Sparcstation 1+ with SunOS 4.1.3 or less
   - Sun Sparcstation 2 with SunOS 4.1.3 or less
   - Sun Sparcstation 10 with SunOS 4.1.3 or less
   - Sun Sparcstation LX with SunOS 4.1.3 or less


PSREC:
-----
A sun4 executable of the srecord derivative of
the 'psend' load program.


chk_SBUS:
--------
A helpful program in determining which sbus your ADI
card is installed on.  The output of the program will
look like the following:

Slot 0 contains:     MOTO,modsp
Slot 1 contains:     No board.
Slot 2 contains:     SUNW,cgsix
Slot 3 contains:     No board.

The slot that has the output "MOTO, modsp" is the one
which has the ADI card in that slot.  So then for this
example you would use the command :

host/psrec 0 board_number 

where board_number is usually 0.  

Also, make sure that the /dev/sbus has read/write 
permissions for all (user, group, and world) , i.e.
if you did an: ls -l  on /dev/sbus* you would see:

crw-rw-rw-  1 root       3,  32 Dec 16 13:19 /dev/sbus0

To set this you would change directories to /dev, i.e. cd /dev
Then type:

chmod 666 sbus0


