when I run this
gst-launch -v v4l2src ! \
'video/x-raw-yuv,width=1920,height=1080' ! \
fakesink
I get a get_user_pages failed in the ti81xxvin_uservirt_to_phys function of ti81xxvin_main.c
My bootargs are
bootargs=console=ttyO2,115200 quiet mem=176M mem=324M@0x9F900000 vmalloc=500M vram=50M earlyprintk z3dram=1024M notifyk.vpssm3_sva=0xBF900000 noinitrd root=/dev /nfs nfsroot=17.16.0.2:/home/ubuntu/targetfs,nolock,udp rw rootdelay=4 ip=17.16.0.4:17.16.0.2:17.16.0.1:255.255.255.0:Z3-Netra::off
Any ideas?