BeagleY-AI TIDL network version mismatch issue

Hi everyone, I wanted to ask why I’m getting the following error when using the BeagleY-AI TI SDK Edge AI 11.00.00.08 image and an external model (via download_models.sh / edgeai-modelmaker / edgeai-benchmark):


VX_ZONE_ERROR: [tivxKernelTIDLCreate:964] Network version - 0x20250630, Expected version - 0x20250429

Even when I simply load a model using the script:


root@j722s-evm:/opt/edgeai-gst-apps# ./download_models.sh

I still get the same error.


root@j722s-evm:/opt/edgeai-gst-apps# echo $EDGEAI_SDK_VERSION

11_00_00

root@j722s-evm:/opt/edgeai-gst-apps# echo $EDGEAI_VERSION

11.0

Has anyone encountered this issue before?

I haven’t tried download_models.sh yet. It seems as if TI published may have compiled those models with the wrong version causing a mismatch with the TI SDK v11.

You could try asking in the official TI forums, or perhaps there is a not too complex way to package the models with the matching version.

Unfortunately, even when I generated the model myself using edgeai-tensorlab with the r11.0 branch, I got the same result.

That’s frustrating. I haven’t worked with TIDL yet (probably in next month or so) but if I encounter this and find a workaround I’ll update here.

1 Like

Does this version depend on ti-processor-sdk-rtos?
When building the image, I noticed some changes in the RTOS vision app, which might be the reason why I can’t find the required version

The Edge AI image does use Processor SDK RTOS with minor modifications. AFAIK it is based on the appropriate version RTOS11.00.00.06.

Compatibility table:

vision_apps modifications for BeagleY-AI

Edge AI image builder script

1 Like