On Wed, Jul 13, 2016 at 6:08 PM, Sören Brinkmann soren.brinkmann@xilinx.com wrote: [...]
Kind of related follow up: I started out with the TA hello world example which had TA and user-space app in one repo, but then moved to a static TA as I need to access some devices from my TA. Is there an easy way to export the TA header that has the UUID, commands etc. to the TA devkit?
You can put the header file containing UUID and functions IDs etc in lib/libutee/include, it will be included in the TA devkit then.
Regards, Jens