Tool/software:
Hello, I am using a AM62a target device where offloading models to the accelerator causes a segmentation fault.
- I have validated the "out-of-box" examples within a docker container that I use to compile the artifacts
- I have compiled the osrt_python/tfl and osrt_python/ort examples successfully within the container (these are the files that I am transfering to the target)
- I have tested the inference in the docker container without offloading
- I have tested the inference without offloading on my target device
Only when I enable offloading on the AM62a device, I get the segmentation fault. This is the case for the osrt_python/tfl as well as the osrt_python/ort models.
- I am using the release tag 10_00_07_00 within the docker container as well as on the target device
- I have recently updated the target device's TIDL version following this explanation edgeai-tidl-tools/docs/backward_compatibility.md at 10_00_07_00 · TexasInstruments/edgeai-tidl-tools
On a side note: is the description in edgeai-tidl-tools/docs/backward_compatibility.md at 10_00_07_00 · TexasInstruments/edgeai-tidl-tools sufficient to upgrade / install the edgeai-tidl-tool on the target device? I've read something about an RTOS SDK version at some point. Is this also something I need to upgrade? If so, how?
What can I do about this? How do I approach this problem? Thanks for the help!