I have a very similar problem to what exposed in Cannot compile any sample model in EdgeAI TIDL Tools using onnxrt_ep.py - Illegal instruction (core dumped), with the difference that I setup the SDK on Ubuntu 18 native. Still, the onnx script fails with the same error: illegal instruction (core dumped).
Instead, while using tflrt_delegate.py for TFLite models compilation, the script freezes with no explanation:
With some print debugs, I found out it gets stuck here at line 177-178.
What makes me have no clue is that even if I run the script with no compilation, so entering the other if cases, it still gets stuck there.
As you can see, the files that tries to load are in the right folder:
In the above mentioned post, it was asked to try by setting export TIDL_RT_AVX_REF=0 before running the compilation, but still nothing changes.
As mentioned by an user, I will try to run everything on Docker with Windows as an host, but let me know if there's something I'm not considering.