CSI Nodes:Breezy LiveCD
From SubfireWiki
Ubuntu Live CD
This is a bootable CD from Ubuntu. Download the ISO and burn it to a blank CD. Then you can boot this CD and follow these procedures without messing up your regular OS installation on the main hard drive. Get it here: http://releases.ubuntu.com/5.10/ubuntu-5.10-live-i386.iso
Using this CD to test the Sealevel 8009 card.
- Boot CD
- Open a terminal
- Install some packages
-
sudo apt-get -y install build-essential linux-headers-386 gcc-3.4
-
- Get the drivers and use the Archive Manager to extract the seaio folder to the desktop.
- Go to the driver directory and compile and install the drivers
-
cd Desktop/seaio -
make -
sudo make install -
cd driver/kernel-2.6 -
make -C /lib/modules/2.6.12-9-386/build SUBDIRS=$PWD PRJ_PWD=$PWD/../.. modules -
sudo cp seaio_driver.ko /lib/modules/`uname -r`/kernel/ -
sudo depmod -a -
sudo seaio-load
-
- Try the example code
-
cd ../../examples/SeaIOTst -
./SeaIOTst
- Adapter state code word
155sets all ports toread,128sets them all towrite- So, Use the 'E' command to set the port parameters and make sure that port 1 is configured with code word 128.
- Then tell the tester program to count up to 100000 with a delay of 1ms, using the 'C' command.
-
