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?
This is the first Virtual Hardware Target that Arm has released, and is only provided as part of the Amazon Machine Image (AMI).
For more information, including how to get free AWS credits to try it out, see https://www.arm.com/products/development-tools/simulation/virtual-hardware
Hello RonanThanks for your response!
Hello again Ryan, the Virtual Hardware Targets are now available as an add-on to MDK Professional.
https://www.keil.com/pr/article/1298.htm
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.