Skip to main content
This section provides instructions on how to install the Edge AI package on the T3 Gemstone O1 development board. With these packages, you will be able to perform image processing operations using AI accelerators.
1

Update the Package Repository

Keeping the system package list up to date prevents dependency errors that may occur during installation.
2

Install T3 Edge AI Packages

This command installs the Edge AI development tools and libraries in a single step.
3

Activate Edge AI Overlay

Open the uEnv.txt file located in the boot directory using the nano text editor from the terminal interface.
Since we are using the command with sudo, it will prompt for a password. If you have not changed it, you must use the password you set while writing the image with Gem-Imager.
The uEnv.txt file will contain definitions such as the following:
Add the k3-am67a-t3-gem-o1-edgeai-apps.dtbo filename to the end of the overlays= line, leaving a space.The final state of the uEnv.txt file will look like this. You must place the appropriate filename in the <file-name> section.
After defining the overlay file, the board must be rebooted for the changes to be applied by the system.
4

Load Environment Variables

These commands allow you to switch to the root user and load the environment variables required for Edge AI.
Note: Due to the use of AI accelerators, operations are performed at the hardware level. Therefore, the relevant steps must be executed under the root user.