diff --git a/docs/linux.rst b/docs/linux.rst index 04a48d91..524b263a 100644 --- a/docs/linux.rst +++ b/docs/linux.rst @@ -123,6 +123,38 @@ Install Ryzen AI Software echo $RYZEN_AI_INSTALLATION_PATH +********************** +Getting License key +********************** +- Go to `AMD Product Licensing page `_ + +- Select **"2025 AI Engine Tools License"** and follow the on-screen instructions. + + +- You will receive an email with the attached license file. + +- Export it as a system environment variable before starting the model compilation: + +.. code-block:: bash + + export XILINXD_LICENSE_FILE=/Xilinx.lic + +- In case you need to edit the licesne, go to `Manage Licenses page `_ + +.. note:: + + - License is locked to Host ID (MAC, etc). + - If you need running RyzenAI on separate host, then you must add its Host ID to the **"2025 AI Engine Tools License"**. + - **Troubleshooting**: + +.. code-block:: bash + + In case of any issue please check log file in cache dir: aiecompiler-flexml.log + + Check for message: + AIEMLbuild feature license not found ! + + ********************** Test the Installation **********************