Hi everyone,
I need to test some GUI, so I need to connect the device to a video.
I was able to let it work booting from SD with these parameters in u-boot
bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait video=mxcfb0:dev=hdmi,1920x1200M@60,if=RGB24
I've tried putting the video part in bootargs_nfs, but it isn't working. I've read in another post that in NFS the HDMI device became mxcfb1, but hadn't luck with ith either.
Any hints?
Thanks
MIX