https://github.com/ARM-software/VHT-TFLmicrospeech/blob/main/Platform_FVP_Corstone_SSE-300_Ethos-U55/run_example.shThe script invokes the VHT-Corstone-300 (Local Tool Installation). Where can I download the standalone version of VHT-Corstone-300?
Hi Ronan, I am downloaded the latest AMI and follow the build step - “cbuild.sh microspeech.Example.cprj”. Build goes through successfully.
However, run_example.sh is looking for this file - libVHT_MPS3_Corstone_SSE-300_Ethos-U55.so. Which I could not locate.
Is this included as part of the AMI, if yes, where do I find it ?
Thanks,
Rajat
Well, it was again a setup issue. The *.so was in the /op/VHT area. and it had to be add to LD_LIBRARY_PATH. Now the example runs as expected.