User Tools

Site Tools


how-to

This is an old revision of the document!


Getting Started:

For users already well versed in Linux just follow the simply set of commands found at DP_downloads

For those like myself who are just learning. I will go into greater detail. So lets get stared.

We begin by opening a shell terminal. The command below is used to download the main component for operating the fpga device, the DPserver. its function…:

I chose to at this file to my documents folder can this can be done using the cd command

cd /Documents wget http://demandperipherals.com/downloads/dpserver-latest.tgz

After connecting to the server and downloading the file I like to check to make sure it is there with the 'ls' command

Next we need to unpack the .tgz file with the tar command. … notes: explain -xzf shortly explain tar tar —xzf dpserver-latest.tgz

When finished the dpserver folder is created. Enter it using the cd command cd dpserver

We then use the make command to… make

Then we start the installer

sudo make install # connect Baseboard to your PC

sudo chmod 666 /dev/ttyUSB0 stty -F /dev/ttyUSB0 raw # no CR-to-CRLF translation cat DPCore.fpga > /dev/ttyUSB0 # green LED turns on # start dpserver and test Baseboard LEDs dpserver /dev/ttyUSB0 /usr/local/bin/dpset bb4io leds 55

how-to.1523340458.txt.gz · Last modified: 2018/04/10 06:07 by jeff