Part Number: SK-AM62A-LP
Hi, my sdk version is 11_01_07_05.
We chose tidl_rt to run our production model because it's based on one of your yolox examples and is fully offloaded to the C7 accelerator.
Now, I've been experiencing strange initialization issues when debugging. I usually just terminate the process with ctrl+c in cli, or kill with shift+f5 in VS Code.
Now after a few runs it stops initializing,
There's an error that I cant remember right now, because after a recent code change the app started working exactly once.
it either hangs in TIDLRT_create() call and the last log is see:
6330.365374 s: VX_ZONE_INFO: [tivxInitLocal:202] Initialization Done !!!
6330.365453 s: VX_ZONE_INFO: Globally Disabled VX_ZONE_INFO
or it shows error:
The futex facility returned an unexpected error code and TIDLRT_create() returns a null handle.
I'll try to repro the 1st error for you. It usually starts appearing on approx 5th run of the app.
And only reboot helps to reset this. Is there maybe some background process that I can kill or, or de-initialize the tidlrt hande, or I need to do to reset the driver or something like that.