hello, everybody
I'm an undergraduate student in S.Korea
I'm working on my prof's DM365 DVEVM
and I built all of the softwares to develop.
and I'm testing the input and output with demos.
but it doesn't work on my system.
I loaded root fs using nfs from my host.
and the parameter on u-boot is this
---------------------------------------------------
setenv bootargs 'mem=76M console=ttyS0,115200n8 root=/dev/nfs rw nfsroot=$(nfshost):$(rootpath),nolock ip='192.168.1.240' video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,2025K dm365_imp.oper_mode=0'
---------------------------------------------------
and...I tried to run the demo with like this-
./loadmodules_hd.sh
CMEMK module: built on Mar 24 2010 at 23:13:06
Reference Linux version 2.6.18
File /opt/mv_pro_5.0/dvsdk_2_10_01_18/linuxutils_2_24_02/packages/ti/sdo/linuc
ioremap_nocache(0x85000000, 50331648)=0xd6000000
allocated heap buffer 0xd6000000 of size 0x134000
cmem initialized 20 pools between 0x85000000 and 0x88000000
CMEM Range Overlaps Kernel Physical - allowing overlap
CMEM phys_start (0x1000) overlaps kernel (0x8000000 -> 0x84c00000)
ioremap_nocache(0x1000, 28672)=0xc5070000
no remaining memory for heap, no heap created for memory block 1
cmem initialized 1 pools between 0x1000 and 0x8000
IRQK module: built on Mar 24 2010 at 23:13:11
Reference Linux version 2.6.18
File /opt/mv_pro_5.0/dvsdk_2_10_01_18/linuxutils_2_24_02/packages/ti/sdo/linuc
irqk initialized
EDMAK module: built on Mar 24 2010 at 23:13:10
Reference Linux version 2.6.18
File /opt/mv_pro_5.0/dvsdk_2_10_01_18/linuxutils_2_24_02/packages/ti/sdo/linuc
./interface
Demo interface started at level 0.
Interface Error: Failed to create display device instance
and
./decode -v [davincieffect.mpeg4 or 264]
Decode demo started.
Error: Failed to create attribute window device
Error: Failed to create UI
I'm using camera and TV Card through composite.
the screen of TV is became to black when I try [interface]
and the screen of TV is became to white when I try [decode]
What is the reason of this problem?
What am I supposed to do to solve this problem ?