Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,38 @@ Install Ryzen AI Software
echo $RYZEN_AI_INSTALLATION_PATH


**********************
Getting License key
**********************
- Go to `AMD Product Licensing page <https://account.amd.com/en/forms/license/license-form.html>`_

- 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=<ABSOLUTE PATH>/Xilinx.lic

- In case you need to edit the licesne, go to `Manage Licenses page <https://amd.entitlenow.com/AcrossUser/main.gsp>`_

.. 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
**********************
Expand Down