From 59c295d959c791bb7bf5ddd204da4c858d1e8cfb Mon Sep 17 00:00:00 2001 From: penguin Date: Sun, 10 Mar 2024 16:02:53 -0500 Subject: [PATCH] checkpoint --- README.org | 3 +++ scripts/env | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.org b/README.org index 96e5d38..d3d6787 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,9 @@ #+attr_html: :width 50% #+attr_html: :height 50% [[./doc/img/PolarFire-Board.png]] + +* Installing Libero + * Creating a Bootable Yocto Linux Image We have two options: Create a new workspace, or we can use this repo as a workspace because this repo is my working workspace. ** Create a workspace (OPTIONAL) diff --git a/scripts/env b/scripts/env index 072eab4..3596042 100755 --- a/scripts/env +++ b/scripts/env @@ -1,5 +1,6 @@ export LIBERO_DIR="/storage/Shared/Programs/Microchip/Libero_SoC_v2023.1" export LM_LICENSE_FILE="1702@gpenguin" +export SNPSLMD_LICENSE_FILE="1702@gpenguin" export LD_LIBRARY_PATH="/usr/lib/gcc/x86_64-pc-linux-gnu/12:/usr/lib:${LD_LIBRARY_PATH}" systemctl --user start libero-license.service alias libero='${LIBERO_DIR}/Libero/bin64/libero' @@ -8,3 +9,4 @@ export PATH="${PATH}:/storage/Shared/Programs/Microchip/Libero_SoC_v2023.1/Liber export SC_INSTALL_DIR="/storage/Shared/Programs/Microchip/SoftConsole-v2022.2-RISC-V-747" export PATH="${PATH}:${PATH}:${SC_INSTALL_DIR}/python3/bin:${SC_INSTALL_DIR}/riscv-unknown-elf-gcc/bin" export BOARD="mpfs-icicle-kit-es" +export FPGENPROG="/storage/Shared/Programs/Microchip/Libero_SoC_v2023.1/Libero/bin64/fpgenprog"