This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm365 decode

Hi, everyone, I have some problems with decode on dm365 and really need your help here:


setenv bootargs 'mem=80M console=ttyS0,115200n8 noinitrd root=/dev/nfs rw nfsroot=192.168.0.103:/opt/nfs videostd=pal video=davincifb:vid0=OFF:vid1=OFF:osd0=720x480x16,2025K dm365_imp.oper_mode=0  ip=dhcp'

setenv bootcmd 'tftpboot 0x80700000 uImage; bootm 0x80700000'


setenv nfshost 192.168.0.103

setenv serverip 192.168.0.103

setenv ipaddr 192.168.0.156

setenv rootpath '/opt/nfs'

saveenv

bootm

 

root@192.168.0.2:/opt/dm365# ./loadmodules_hd.sh
CMEMK module: built on Nov 30 2010 at 14:33:17
  Reference Linux version 2.6.18
  File /opt/dvsdk_2_10_00_17/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 -> 0x85000000)
ioremap_nocache(0x1000, 28672)=0xc5888000
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 30 2010 at 14:33:23
  Reference Linux version 2.6.18
  File /opt/dvsdk_2_10_00_17/linuxutils_2_24_02/packages/ti/sdo/linuxutils/irq/src/module/irqk.c
irqk initialized
EDMAK module: built on Nov 30 2010 at 14:33:21
  Reference Linux version 2.6.18
  File /opt/dvsdk_2_10_00_17/linuxutils_2_24_02/packages/ti/sdo/linuxutils/edma/src/module/edmak.c
root@192.168.0.2:/opt/dm365# ./decode -v '2.264' -k -t 20   
Decode demo started.
DavinciDisplay DavinciDisplay.1: Before finishing with S_FMT:
layer.pix_fmt.bytesperline = 736,
 layer.pix_fmt.width = 720,
 layer.pix_fmt.height = 480,
 layer.pix_fmt.sizeimage =529920
DavinciDisplay DavinciDisplay.1: pixfmt->width = 720,
 layer->layer_info.config.line_length= 736
Command [ 'help' for usage ] > decode: ce/Vdec2.c:117: Vdec2_process: Assertion `Buffer_getNumBytesUsed(hInBuf)' failed.
Aborted
root@192.168.0.2:/opt/dm365#