Hi, all!
I'm working with dm365. The software I use is:
- mvl_5_0_0801921_demo_sys_setuplinux
- mvl_5_0_0_demo_lsp_setuplinux_02_10_00_14
- dvsdk_dm365_setuplinux_2_10_01_18
- xdctools_setuplinux_3_15_01_59
- psp_02_10_00_14
After I rebuilt the Linux kernel and the DVSDK software, I tried to run the demo in /opt/dvsdk/dm365. But when I loaded the modules and invoked the interface program, I got the following:
/opt/dvsdk/dm365# ./loadmodules_hd.sh
CMEMK module: built on Nov 3 2009 at 10:55:44
Reference Linux version 2.6.18
File /home/devel/dm365/dvsdk_2_10_01_18/linuxutils_2_24_02/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
ioremap_nocache(0x85000000, 50331648)=0xc6000000
allocated heap buffer 0xc6000000 of size 0x134000
cmem initialized 20 pools between 0x85000000 and 0x88000000
CMEM Range Overlaps Kernel Physical - allowing overlap
CMEM phys_start (0x1000) overlaps kernel (0x80000000 -> 0x84c00000)
ioremap_nocache(0x1000, 28672)=0xc5088000
no remaining memory for heap, no heap created for memory block 1
cmem initialized 1 pools between 0x1000 and 0x8000
IRQK module: built on Nov 3 2009 at 10:55:47
Reference Linux version 2.6.18
File /home/devel/dm365/dvsdk_2_10_01_18/linuxutils_2_24_02/packages/ti/sdo/linuxutils/irq/src/module/irqk.c
irqk initialized
EDMAK module: built on Nov 3 2009 at 10:55:46
Reference Linux version 2.6.18
File /home/devel/dm365/dvsdk_2_10_01_18/linuxutils_2_24_02/packages/ti/sdo/linuxutils/edma/src/module/edmak.c
/opt/dvsdk/dm365# ./interface
Demo interface started at level 0.
Interface Error: Failed to create display device instance
Any ideas what's the reason for that error?
Thanks in advance.