TexasInstruments / edgeai-tidl-tools

Edgeai TIDL Tools and Examples - This repository contains Tools and example developed for Deep learning runtime (DLRT) offering provided by TI’s edge AI solutions.
Other
121 stars 26 forks source link

How can I get SDK version on my board #63

Open wzh402 opened 10 months ago

wzh402 commented 10 months ago

My board is AM62A. What command should I use or which file should I view, to get SDK version

graspergazon commented 10 months ago

When list the environment variables on my SDK I can see a variable named EDGEAI_SDK_VERSION. You can call 'echo $EDGEAI_SDK_VERSION' to see it's value or 'env' to list all environment variables. Not sure if all versions of the SDK have this variable though.