User Tools

Site Tools


code:work:lvisf:2020centosminimalwithgui:start

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:work:lvisf:2020centosminimalwithgui:start [2020/01/28 17:13] davidcode:work:lvisf:2020centosminimalwithgui:start [2020/01/28 17:36] (current) – [Innovative Code] david
Line 30: Line 30:
 ===== Innovative Code ===== ===== Innovative Code =====
  
-  - Go to the website:  +Use a PC to grab the latest code from their website.  I used the FPGA Dell Laptop Dan purchased (the nice one) 
 + 
 +  - Go to the website:  [[https://www.innovative-dsp.com/support-content/InstallFromWeb.exe]] 
 +  - Download the linux and windows versions of the code (the firmware file only came down with windows) 
 +    - Check Malibu (linux you only get this option) 
 +    - Check Malibu Something Else (windows) 
 +    - Check x3 sdf 
 +  - Transfer all the files, I put them all here <code> 
 +/home/lvis/download/Innovative/Innovative_x3sdf/download_linux 
 +</code> 
 +  - Make a directory for the install and copy the raw files into it <code> 
 +sudo mkdir /usr/Innovative 
 +sudo cp -a /home/lvis/download/Innovative/Innovative_x3sdf/download_linux/* /usr/Innovative/ 
 +</code> 
 +  - Try doing this not as root <code> 
 +sudo chown -R lvis:lvis /usr/Innovative 
 +# NOPE, had to do sudo as it needs to make and install a kernel module 
 +</code> 
 +  - Run their install script <code> 
 +cd /usr/Innovative 
 +sudo ./Setup.sh 
 +</code>
code/work/lvisf/2020centosminimalwithgui/start.1580231627.txt.gz · Last modified: 2020/01/28 17:13 by david