====== 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]]
- Feel free to leave things out for now you don't think you need
- I left the network **DHCP** and have it accessing the network via the shared WiFi (Dell)
- Add the desktop using this example [[https://www.vultr.com/docs/install-gui-environment-on-centos-6]]
- Adding required files
sudo yum groupinstall -y "X Window System" "Desktop"
sudo yum install -y gnome-core xfce4 xorg-x11-fonts
- Modify the **init** so that it starts in GUI mode
- Use an editor
sudo nano /etc/inittab
- Change
- This
id:3:initdefault:
- To this
id:5:initdefault:
- Reboot
- Answer some questions
- Install Firefox
sudo yum install firefox
===== 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
/home/lvis/download/Innovative/Innovative_x3sdf/download_linux
- Make a directory for the install and copy the raw files into it
sudo mkdir /usr/Innovative
sudo cp -a /home/lvis/download/Innovative/Innovative_x3sdf/download_linux/* /usr/Innovative/
- Try doing this not as root
sudo chown -R lvis:lvis /usr/Innovative
# NOPE, had to do sudo as it needs to make and install a kernel module
- Run their install script
cd /usr/Innovative
sudo ./Setup.sh