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.

dm385 insmod vpss.ko failure ???

Env : dm385 , ipnc 3.5

Runing system("insmod ./kermod/vpss.ko mode=hdmi:1080p-60 sbufaddr=0xbfb00000");

Debug information :

VPSS_FVID2: create handle is NULL
VPSS_SYSTEM: failed to create handle
VPSS_CORE : failed to init system
vpss: probe of vpss failed with error -22
VPSS_CORE : failed to register ti81xx-vpss driver
insmod: error inserting './kermod/vpss.ko': -1 No such device

How do I solve this problem ?

  • Binbin,

    binbin xu2 said:
    Runing system("insmod ./kermod/vpss.ko mode=hdmi:1080p-60 sbufaddr=0xbfb00000");

    Where exactly this vpss.ko module is located?

    In DM814x EZSDK, this vpss.ko module is located in the root filesystem, and the command to load it is:

    modprobe vpss sbufaddr=0xBFB00000 mode=hdmi:1080p-60 i2c_mode=1

    The vpss.ko is located at: rootfs/lib/modules/2.6.37/kernel/drivers/video/ti81xx/vpss/vpss.ko

    Regards,
    Pavel