Part Number: TDA4VM
Other Parts Discussed in Thread: DRA829V
Hello,
I have a TDAVM & DRA829V & Fusion daughter card setup and I'm trying to run the Vision Apps demos as described here. I used version 07.03.00.07 from the download page and tried both by building the whole image, following the Vision Apps instructions, and by using the prebuild image.
In both cases I get the exact same failures on startup as in the related thread, the same outputs for the run findfdt; run envboot and print overlay_files commands and I do not have output on a connected DisplayPort monitor.
Differently from that thread I do have a uenv.txt file in the BOOT partition, the content being:
psdk_setup_file=.psdk_setup
check_psdk_setup=load mmc 1:1 ${loadaddr} ${psdk_setup_file}
# Reset to the default environment
do_psdk_setup=env default -f -a; saveenv
# If not previously configured, then configure the environment and indicate this by writing a file
uenvcmd=if run check_psdk_setup; then echo "Already setup."; else run do_psdk_setup; mw.b ${loadaddr} 0 1; fatwrite mmc 1:1 ${loadaddr} .psdk_setup 1; reset; fi
dorprocboot=1
name_overlays=k3-j721e-vision-apps.dtbo
If I try to run /opt/vision_apps/vision_apps_init.sh, the process loops indefinitely. The full log from boot is the following: 3377.log.txt
Has anyone an idea of the issue?