why "Failed to create osd window device " when running the demos(encodedecode )
my Flash boot with NFS file system :
setenv bootargs console=ttyS0,115200n8 noinitrd rw ip=192.168.0.15:255.255.255.0:192.168.253.1 root=/dev/nfs nfsroot=192.168.0.12:/home/gzj/workdir/filesys,nolock mem=118M
my steps:
First execute this script
./loadmodules.sh
Then: run the encodedecode;
the terminal print :
root@192.168.0.15:/opt/dvsdk/dm6446# ./encodedecode -o
Encodedecode demo started.
Error: Failed to create osd window device
Error: Failed to create UI
root@192.168.0.15:/opt/dvsdk/dm6446#
it didn't work either NFS or hard drive file system
but it can run ./encodedecode or ./encodedecode -i whether each one
note:the file encodedecode is copyed from /home/gzj/dvsdk_2_00_00_22/install/dm6446 when NFS