User Tools

Site Tools


how-to

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
how-to [2018/04/10 06:06]
jeff
— (current)
Line 1: Line 1:
-Getting Started: 
  
-For users already well versed in Linux just follow the simply set of commands found at [[http://http://demandperipherals.com/support/downloads.html|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.1523340373.txt.gz · Last modified: 2018/04/10 06:06 by jeff