[[vcae-lubuntu-18.04]]

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
Last revision Both sides next revision
vcae-lubuntu-18.04 [2020/03/22 20:11]
beckmanf Adapted to dual machine
vcae-lubuntu-18.04 [2020/03/22 22:07]
beckmanf added matlab modules
Line 1: Line 1:
-===== Install Quartus 18.1 on Lubuntu 18.04 LTS =====+===== Install Quartus 18.1 and Matlab ​=====
  
-This description assumes that version 13.0sp1 is already installed. ​+This description assumes that version 13.0sp1 is already installed ​on Lubuntu 18.04. The Quartus 18.1 version is used only by the Master Course.
  
 ==== Download ==== ==== Download ====
Line 27: Line 27:
  
 Check that you have Check that you have
-  * [[http://​www.hs-augsburg.de/​homes/​beckmanf/​dokuwiki/​doku.php?​id=ubuntu_virtual_cae_system#​fix_the_libfreetype_problem|Compile ​the libfreetype library]]+  * [[http://​www.hs-augsburg.de/​homes/​beckmanf/​dokuwiki/​doku.php?​id=ubuntu_virtual_cae_system#​fix_the_libfreetype_problem|Compiled ​the libfreetype library]]
  
 and copy the library to the 18.1 directory and copy the library to the 18.1 directory
Line 60: Line 60:
  
 You need to open a new bash to make the changes active. Then you can switch between the versions by running v18 or v13.  You need to open a new bash to make the changes active. Then you can switch between the versions by running v18 or v13. 
 +
 +===== Matlab =====
 +
 +==== License and Activation ====
 +
 +Students of Hochschule Augsburg can have a [[https://​www.hs-augsburg.de/​Rechenzentrum/​Matlab-TAH-Lizenz.html|license]] but they need to [[https://​de.mathworks.com|Create a student account at Mathworks]]. You must use your hs-augsburg.de email address.
 +
 +==== Download ====
 +
 +Download Matlab version R2018b from https://​de.mathworks.com/​downloads/​web_downloads/​
 +
 +==== Install ====
 +
 +<​code>​
 +cd
 +cd cae
 +mkdir matlab
 +mv ../​Downloads/​matlab_R2018b_glnxa64.zip matlab
 +cd matlab
 +unzip matlab_R2018b_glnxa64.zip
 +sudo mkdir /opt/matlab
 +sudo chown caeuser:​caeuser /opt/matlab
 +./install
 +</​code>​
 +
 +During the installation process you have to login to Mathworks and activate the license. Choose as installation directory:
 +
 +<​code>​
 +/​opt/​matlab/​R2018b
 +</​code>​
 +
 +Select the following matlab toolboxes
 +
 +  * MATLAB 9.5
 +  * Simulink 9.2
 +  * DSP System Toolbox
 +  * Filter Design HDL Coder
 +  * Fixed-Point Designer
 +  * HDL Coder
 +  * MATLAB Coder
 +  * Signal Processing Toolbox
 +
 +=== PATH ===
 +
 +
  
  
  
  
  • vcae-lubuntu-18.04.txt
  • Last modified: 2020/03/22 23:20
  • by beckmanf