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.

Recent linux for DM385

Other Parts Discussed in Thread: DM385

Hi


I am looking for a recent linux kernel for a custom DM385 based board. In the main stream kernel, I can't find any options specifically for the DM385.

Is it a DaVinci or OMAP processor?


Any hints, where to get kernel sources? Can I use mainline version (3.13)? What are the correct kernel configs for this processor?


Thanks

Alex

  • Hi Alex,

    DM385 is DaVinci video processor, also known as DM813x/TI813x. It shares the common DM81xx/TI81xx platform. The last kernel version is 2.6.37. The correct kernel config is dm385_evm_defconfig.

    See the below wiki pages for u-boot and linux kernel info:

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_UBOOT_User_Guide

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_User_Guide

    The u-boot source is located at:

    http://arago-project.org/git/projects/u-boot-omap3.git?p=projects/u-boot-omap3.git;a=shortlog;h=refs/heads/ti81xx-master

    The linux kernel source is located at:

    http://arago-project.org/git/projects/?p=linux-omap3.git;a=shortlog;h=refs/heads/ti81xx-master

    Best regards,
    Pavel