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.

DaVinci PSP 03.01 GA Release (Build r37) on DM6446

Other Parts Discussed in Thread: TVP5146

Hi all,

 

I am a little confused by my question but I have seen the release 37 from TI which is perfect for you.

So I tried to use it on my DM6446EVM from Spectrum Digital without success about the display.

I have tried the binaries provided and tried to recompile the kernel, same result, nothing.

This release works for this platform but when I tried to use the dmai examples, I have a message error that indicates the system can open display.

Is it a problem from my bootargs or something wrong in the release ?

Thanks for your help.

 

GuiLig

  • Hi,

    It looks like u have not build your kernel with proper configuration .

    Recompile your kernel with "make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-  davinci_dm644x_defconfig"   and check.

    Regards,

    kirti.

  • Hi,

    There is no davinci_dm644x_defconfig file in arch/arm/configs, only davinci_all_defconfig.

     

    Regards

  • To be more explicit, please read the message after a test with encode from DVSDK

    ./encode -k -v test.mpeg4 -o
    Encode demo started.
    Error: Failed to get attribute window buffer
    vpfe-capture vpfe-capture: input information not found for the subdev
    Error: Failed to get display buffer
    tvp514x 1-005d: tvp5146 (Version - 0x03) found at 0xba (DaVinci I2C adapter)
    vpfe-capture vpfe-capture: input information not found for the subdev
    vpfe-capture vpfe-capture: width = 720, height = 480, bpp = 2
    vpfe-capture vpfe-capture: adjusted width = 720, height = 480, bpp = 2, bytesperline = 1440, sizeimage = 691200
    vpfe-capture vpfe-capture:
    Reading 0x4 to ALAW...
    vpfe-capture vpfe-capture:
    Reading 0x0 to CLAMP...
    vpfe-capture vpfe-capture:
    Reading 0x0 to DCSUB...
    vpfe-capture vpfe-capture:
    Reading 0x0 to BLKCMP...
    vpfe-capture vpfe-capture:
    Reading 0x0 to FPC_ADDR...
    vpfe-capture vpfe-capture:
    Reading 0x0 to FPC...
    vpfe-capture vpfe-capture:
    Reading 0x0 to FMTCFG...
    vpfe-capture vpfe-capture:
    Reading 0x0 to COLPTN...
    vpfe-capture vpfe-capture:
    Reading 0x0 to FMT_HORZ...
    vpfe-capture vpfe-capture:
    Reading 0x0 to FMT_VERT...
    vpfe-capture vpfe-capture:
    Reading 0x5a0 to HSIZE_OFF...
    vpfe-capture vpfe-capture:
    Reading 0x249 to SDOFST...
    vpfe-capture vpfe-capture:
    Reading 0x0 to VP_OUT...
    vpfe-capture vpfe-capture:
    Reading 0x32f84 to SYN_MODE...
    vpfe-capture vpfe-capture:
    Reading 0x59f to HORZ_INFO...
    vpfe-capture vpfe-capture:
    Reading 0x10001 to VERT_START...
    vpfe-capture vpfe-capture:
    Reading 0xef to VERT_LINES...
    Error: Failed to create display device

    My bootargs are : video=davincifb:osd0=720x576,16,1620K@0,0 davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=PAL

    I checked the mode via cat /sys/class/davinci_display/ch0/mode -> PAL

    Regards

     

  • Can you just run a  display application and try to figure out the issue?

  • It's done but nothing to display.