|
8 months ago | |
---|---|---|
installers | 8 months ago | |
licenses | 8 months ago | |
scripts | 8 months ago | |
.gitignore | 8 months ago | |
Dockerfile | 8 months ago | |
LICENSE | 8 months ago | |
Makefile | 8 months ago | |
README.org | 8 months ago |
README.org
Installing Microchip Tools via podman or docker
- Download the Libero and SoftConsole installers
- Request a License from Microchip
- Install the license
- Edit the environment script to include your hostname
- Build the container + Launch the licensing daemon
- Run libero from inside the container
Install the license
mv /path/to/License.dat ./licenses/.
Open the license in a text editor and change these lines:
SERVER <put.hostname.here> <your mac address> 1702 DAEMON actlmgrd PATH/actlmgrd DAEMON mgcld PATH/mgcld VENDOR snpslmd PATH/snpslmd
to
SERVER <put.hostname.here> <your mac address> 1702 DAEMON actlmgrd /opt/microchip/Libero_SoC_v2024.1/Libero/bin64/actlmgrd DAEMON mgcld /opt/microchip/Libero_SoC_v2024.1/Libero/bin64/mgcld VENDOR snpslmd /opt/microchip/Libero_SoC_v2024.1/Libero/bin64/snpslmd
Your mac address should already be placed there so don't worry about that.