Hi ,
I am looking for someway of using the armNN SDK on a Xilinx Zynq Platform which has Quad-core ARM® CortexTM-A53 MPCoreTM up to 1.5GHz and an ARM MALI 400 MP2 GPU. With ARM Mali GPU noted off in a previous question my next task is to look into if it is possible to run the SDK on the Cortex processor but lloking at the guides I would only be able to cross compile it. So my first question is that is it possible to run it on the ARM A53 on the Zynq Platform and also if tensorflow would run on it as well.
Regards
Fatima
Hi, thanks for your great advice, but for now I have another problem.
I'm a Xilinx FPGA user, now I have complete the build process for armnn which mean I have generated the .so file and UnitTest can execute successfully on my ZCU104.
But the rest of my code is compiled and build on my IDE like this
The makefile is generated by IDE, which i can use GUI to config make setting
The setting I frequently use is this two
Directories
Libraries
Which indicate the -i and -l command in makefile
so what file should I extract so that I can build armnn software in this IDE?