Part Number: SK-TDA4VM
Other Parts Discussed in Thread: TDA4VM,
Hello,
We are currently starting to work with the TDA4VM starter kit J721EXSKG01EVM.
Since we have to make some modifications on the sensor.c files, we are following the Development flow stated here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-sk-tda4vm/latest/exports/docs/development_flow.html#pub-edgeai-sdk-development-flow
We are able to go through each step of the process (Skipping "Getting PSDK LINUX" and "Building the LINUX SDK from source" since we only want to modify sensor.c files on RTOS).
Despite that, when we try to download the recommended set of models, we get an error:
/media/<user-name>/rootfs/opt/edge_ai_apps#sudo ./download_models.sh --recommended
ERROR: Cannot connect to model server!
When we don't use sudo permissions:
/media/<user-name>/rootfs/opt/edge_ai_apps# ./download_models.sh --recommended
./download_models.sh: line 55: ../model_zoo//unsupported_models.txt: Permission denied
ERROR: Cannot connect to model server!
How can we download the recommended models to the SD card?
Best regards,