Hi ,
on HDMI, while booting i can see a monitor gets flicked with boot logo. But it disappears in a second. I am not sure where the exact problem is
Is some thing to do with the below error from bootlog.
-----------------------------------------------------------------------------------------------
MIPI DSI driver module loaded
MIPI DSI driver module loaded
tda19988_probe hdmi
tda19988 1-0034: Sucessfully initialised chip revision 301
mxsfb 30730000.lcdif: failed to find mxc display driver
Console: switching to colour frame buffer device 100x30
tda19988 1-0034: Matching CEA mode is 0 for fb mode 800x480-52
mxsfb 30730000.lcdif: initialized
-------------------------------------------------------------------------------------------------
after successful boot, with the following command, I am not able to see anything dispalyed on the screen.
-------------------------------------------------------------------------------------
root@imx7d-phyboard-zeta-001:~# cat connectionfailed.jpeg > /dev/fb0
root@imx7d-phyboard-zeta-001:~# dmesg
[ 1525.500210] i2c i2c-0: master_xfer[0] W, addr=0x08, len=2
[ 1525.980168] i2c i2c-0: master_xfer[0] W, addr=0x08, len=2
root@imx7d-phyboard-zeta-001:~# echo 0 > /sys/class/graphics/fb0/blank
dummy 1-0070: Error -5 writing to 0x18
dummy 1-0070: Error -5 writing to 0x19
dummy 1-0070: Error -5 writing to 0x1a
---------------------------------------------------------------------------------------------------
I tried the below bootargs
setenv mmcargs 'setenv bootargs console=${console},${baudrate} root=${mmcroot} video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'
But no success. I want to display an image on the monitor from linux userspace & also while booting.
Does this errors make any sense to you.
Please provide your valuable inputs to make progress on this HDMI topic.
Thanks,
Siva