This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Display boot file not present

Part Number: TDA4VM


Hello,

I open this thread because another question didn't help me fixing my problem.
For short, I have the same problem and display as him : 

https://e2e.ti.com/support/processors/f/791/t/948601?TDA4VM-Jacinto-7-cann-t-run-display

But, I have in my side the uEnv.txt on my boot partition with name_overlays=k3-j721e-vision-apps.dtbo instead of overlay_files=k3-j721e-dp0.dtbo.
I believe the system want k3-j721e-dp0.dtbo for initializing the display but, this file is nowhere in psdkla or psdkrtos.
this are the file that come out when I list them on the system :

root@j7-evm:~# ls /boot/
Image                                         k3-j721e-proc-board-tps65917.dtb
Image-5.4.74-g9574bba32a                      k3-j721e-vision-apps.dtbo
k3-j721e-common-proc-board-infotainment.dtbo  tisdk-tiny-image-j7-evm.cpio
k3-j721e-common-proc-board-jailhouse.dtbo     vmlinux.gz
k3-j721e-common-proc-board.dtb                vmlinux.gz-5.4.74-g9574bba32a
k3-j721e-pcie-backplane.dtbo
root@j7-evm:~#

The uEnv.txt :

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

Also, I use the last version for both psdk that is : 07_02_00_06

Did I miss something or is it normal ?
How can I fix my display then ?

Thanks in advance,

Thomas Agnola