Tools/Microsemi Libero/Installation Linux

From UIT
(Difference between revisions)
Jump to: navigation, search
m
(Attention)
 
Line 3: Line 3:
 
= Microsemi Libero IDE Linux Installation =  
 
= Microsemi Libero IDE Linux Installation =  
  
== Attention ==
+
Download [http://soc.microsemi.com/download/software/liberosoc/liberosoc_vhistory.aspx Libero]
* Libero 9.1 could not be launched on 64bit linux
+
V 12.4.
* In a second attempt with the help of [http://winehq.com Wine] succeeded, however FlashPro did not work.
+
 
* Libero can be installed on Linux and Windows. There is always a base version that has to be installed. After that the latest service pack (SP) can be installed.
+
Extract Libero to <code>/tmp</code>:
 +
su
 +
USER='francois'
 +
ls -l /home/$USER/Downloads/L*
 +
LIBERO="/home/$USER/Downloads/Libero_SoC_v12.4_lin.bin"
 +
TMP_DIR='/tmp/libero'
 +
mkdir -p $TMP_DIR
 +
cd $TMP_DIR
 +
cp $LIBERO ./
 +
chmod 777 *.bin
 +
apt-get install apt-file; apt update
 +
./Libero_SoC_*.bin &
 +
 
 +
Install it:
 +
chmod 777 *.bin
 +
apt-get install apt-file; apt update
 +
./Libero_SoC_*.bin &
 +
with:
 +
* install to <code>/usr/opt/Libero</code>
 +
* don't install Mentor and Modelsim components
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 13:25, 2 July 2020

Contents

Microsemi Libero IDE Linux Installation

Download Libero V 12.4.

Extract Libero to /tmp:

su
USER='francois'
ls -l /home/$USER/Downloads/L*
LIBERO="/home/$USER/Downloads/Libero_SoC_v12.4_lin.bin"
TMP_DIR='/tmp/libero'
mkdir -p $TMP_DIR
cd $TMP_DIR
cp $LIBERO ./
chmod 777 *.bin
apt-get install apt-file; apt update
./Libero_SoC_*.bin &

Install it:

chmod 777 *.bin
apt-get install apt-file; apt update
./Libero_SoC_*.bin &

with:

  • install to /usr/opt/Libero
  • don't install Mentor and Modelsim components
Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox