Repository to assist Edge AI application development on PC by supporting cross-compile Edge AI repos and installing them on target
-
Clone the edgeai-app-stack on your PC
git clone https://github.com/TexasInstruments/edgeai-app-stack.git -
Get all the edge ai components using submodule init and update
git submodule initgit submodule update -
Run setup script to install dependencies
./setup.sh $SOCValid SOCs are j721e, j721s2, j784s4, j722s, am62a -
Connect the SD card that is flashed with EdgeAI WIC Image. By default TargetFS and Install Path is set as $(PWD)/targetfs
-
Modify Makefile to set TARGETFS, SOC, INSTALL_PATH etc..
-
Build and Install the components
makemake install -
Run
make helpto know the differnet make targets available
-
Use below git command to sync to latest develop branch
git submodule update --recursive --remote -
Get the diff in all submodules
git diff --submodule=diff
Edge AI app stack is validated on below devices, for more information please refer to the user guide links below
| Device | Release Version | Link |
|---|---|---|
| AM62A | 11.01.07.05 | Processor SDK Linux for AM62Ax |
| AM67A | 10.01.00 | Processor SDK Linux for AM67A |
| AM68A | 10.01.00 | Processor SDK Linux for AM68A |
| AM69A | 10.01.00 | Processor SDK Linux for AM69A |
| TDA4VM-SK | 10.01.00 | Processor SDK Linux for SK-TDA4VM |
