bb_usr
November 7, 2025, 2:35pm
1
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.
#!/bin/bash
# Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the
# distribution.
#
# Neither the name of Texas Instruments Incorporated nor the names of
# its contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
This file has been truncated. show original
bb_usr
November 7, 2025, 6:03pm
3
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
bb_usr
November 11, 2025, 4:16pm
5
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
babldev
November 12, 2025, 4:18pm
6
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:
# EdgeAI TIDL Tools Version for compatible SDK version
## Release version convention:
- Processor SDK RTOS follows versioning scheme as Major.Minor.Patch.Build. Processor SDK RTOS provides TIDL firmware as part of its release
- Edge AI TIDL tools (this repository) provides release of tools for model compilation and host emulation inference It also follows the same versioning convention.
- Releases having same major number belong to same “release family”. Releases having same pair of {major.minor} version are referred as “release line” here
- The tools are always maintained compatible to a firmware version of same “release line”. For example tools version of 9.2.7.0 is compatible with Processor SDK RTOS 9.2.5.0. Detailed version compatibility is provided in table
---
<div align="center">
|EdgeAI TIDL Tools Version | Notes | AM62A | AM68A/J721S2 (TDA4AL, TDA4VL) | AM68PA/J721E (TDA4VM)| AM69A/J784S4(TDA4AP, TDA4VP,TDA4AH, TDA4VH)| AM67A (J722S)| AM62|
| ---------------------------- |:--------------:|:---------------:|:--------------:|:--------------:|:-------------:|:-------------:|:-------------:|
| 11_01_06_00 | | Processor SDK LINUX: 11.01.07.05 | Processor SDK LINUX 11.01.00.03<br /> Processor SDK RTOS 11.01.00.04 | Processor SDK LINUX 11.01.00.03<br /> Processor SDK RTOS 11.01.00.04 |Processor SDK LINUX 11.01.00.03<br /> Processor SDK RTOS 11.01.00.04 | Processor SDK LINUX 11.01.00.03<br /> Processor SDK RTOS 11.01.00.04 | 11_01_05_03 |
| 11_01_05_00 | This release is backward compatible with SDK 11.0 for all targets except AM62A and AM62. The firmware and libraries can be directly updated on the target checking out to tag **11_01_05_00** and following the steps in **docs/update_target.md** | NOT AVAILABLE | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | NOT AVAILABLE|
| 11_00_08_00 | An additional C7x firmware patch is needed to leverage some additional features mentioned as part of the release notes. The firmware and libraries can be directly updated on the target by following the steps [here](update_target.md). Make sure that models are compiled with the appropriate [c7x_firmware_version](../examples/osrt_python/README.md#advanced-miscellaneous-options) compilation option (Set to 11_00_08_00) | NOT AVAILABLE | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | NOT AVAILABLE|
| 11_00_07_00 | This release is backward compatible with SDK 10.1 for all targets and SDK 9.2 for AM69. The firmware and libraries can be directly updated on the target checking out to tag **11_00_07_00** and following the steps in **docs/update_target.md** | Processor SDK LINUX : 10.01.00.05 | Processor SDK LINUX 10.01.00.04<br /> Processor SDK RTOS 10.01.00.04 | Processor SDK LINUX 10.01.00.04<br /> Processor SDK RTOS 10.01.00.04 | Processor SDK LINUX 10.01.00.05<br /> Processor SDK RTOS 10.01.00.04<br /> & <br /> Processor SDK LINUX 09.02.00.05<br /> Processor SDK RTOS 09.02.00.05| Processor SDK LINUX 10.01.00.04<br /> Processor SDK RTOS 10.01.00.04 | 10_01_10_04 |
| 11_00_06_00 | | NOT AVAILABLE | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | NOT AVAILABLE|
This file has been truncated. show original
vision_apps modifications for BeagleY-AI
Fork of https://git.ti.com/cgit/processor-sdk/vision_apps
Edge AI image builder script
1 Like