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 init
git submodule update
-
Run setup script to install dependencies
./setup.sh $SOC
Valid 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
make
make install
-
Run
make help
to 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 | 10.00.00 | Processor SDK Linux for AM62Ax |
AM67A | 10.00.00 | Processor SDK Linux for AM67A |
AM68A | 10.00.00 | Processor SDK Linux for AM68A |
AM69A | 10.00.00 | Processor SDK Linux for AM69A |
TDA4VM-SK | 10.00.00 | Processor SDK Linux for SK-TDA4VM |