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

Next revision
Previous revision
code:work:lvisf:2020centosminimalwithgui:start [2020/01/28 17:05] – created davidcode:work:lvisf:2020centosminimalwithgui:start [2020/01/28 17:36] (current) – [Innovative Code] david
Line 1: Line 1:
-====== CentOS 6 with GUI ======+====== CentOS 6 with GUI Innovative Development ====== 
 + 
 +===== Core System with GUI =====
  
   - Do this first and install the base just like the data system [[code:work:lvisf:2018centosminimal:start|CentOS 6.5 Minimal Base Data System Install]]   - Do this first and install the base just like the data system [[code:work:lvisf:2018centosminimal:start|CentOS 6.5 Minimal Base Data System Install]]
Line 22: Line 24:
     - Reboot     - Reboot
     - Answer some questions     - Answer some questions
-    - Install Firefox <code>+  - Install Firefox <code>
 sudo yum install firefox sudo yum install firefox
 </code> </code>
  
 +===== Innovative Code =====
 +
 +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.1580231129.txt.gz · Last modified: 2020/01/28 17:05 by david