I’m facing problems running a custom model on beagle board ai 64
The followings are the steps I processed
-
Complied a custom model by using https://github.com/TexasInstruments/edgeai-modelmaker
-
flashed bbai64-debian-11.6-xfce-edgeai-arm64-2023-01-02-10gb.img.xz on SD card
-
Import the custom model on /opt/model_zoo and then ran it
I got this error
ERROR: Running TIDL graph … Failed !!!
According to other questions in https://forum.beagleboard.org/
thet say run /vx_app_arm_remote_log.out
and I got this log
[C7x_1 ] 587.448501 s: VX_ZONE_ERROR:[tivxKernelTIDLCreate:644] Network version - 0x20220823, Expected version - 0x20211201
and this means that my beagle board’s version is 8.2 but my model is compiled for version 8.4
Am I right?
To resolve the problem is to upgrade the version to 8.4, but I have no idea how to do that.
I found https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-SK-TDA4VM/08.04.00.10
but this doesn’t works on beagle board, it only works on ti board
what should I do any suggestion?