From 428aae10e263c4b66930d2872bc6fdc1691c9c70 Mon Sep 17 00:00:00 2001 From: Florent Werbrouck <44667405+xflorentw@users.noreply.github.com> Date: Fri, 2 Dec 2022 16:19:26 +0100 Subject: [PATCH] Updated steps for sample_env_setup.sh --- .../Design_Tutorials/01-aie_lenet_tutorial/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AI_Engine_Development/Design_Tutorials/01-aie_lenet_tutorial/README.md b/AI_Engine_Development/Design_Tutorials/01-aie_lenet_tutorial/README.md index bbceaf600a..3461e931c7 100755 --- a/AI_Engine_Development/Design_Tutorials/01-aie_lenet_tutorial/README.md +++ b/AI_Engine_Development/Design_Tutorials/01-aie_lenet_tutorial/README.md @@ -132,11 +132,10 @@ When the elements of the Vitis software platform are installed, update the shell Edit `env_setup.sh` script with your file paths: ```bash -export XILINX_XRT= export PLATFORM_REPO_PATHS= - +export XILNX_TOOLS_LOCATION=/Vitis/2022.1 source /Vitis//settings64.sh -source $XILINX_XRT/setup.sh +export XLNX_VERSAL= ``` Then source the environment script: ```bash