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.

configuration for DM368 linux kernel (where?)

Hello, TI,

I'm building the linux kernel for DaVinci DM368 (DVEVM) by means of Bitbake (Arago project).

On the WIKI page of Arago (http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment ) it is said that davinci platforms use linux-davinci kernels and also can use linux-davinci-staging. linux-davinci link is empty. There are no at least basic configurations in the linux-davinci-staging that I downloaded.

Please, tell me where can I fing .config for DM36x or maybe download linux-davinci (if it was uploaded with configuration). Thanks in advance! 

  • Hi, not sure if you have solved your problem yet, but here is the link to the linux-davinci git repository:

    http://arago-project.org/git/projects/linux-davinci.git

    The 'dvsdk' branch is the one that I've been using for DM365, should also work for DM368.  In the kernel source, there is a davinci_dm365_defconfig located under arch/arm/configs.  Hypothetically, that should also work for the DM368EVM, although at the moment my kernel won't boot on the DM368, so I can't say for sure.

    Hope that helps,

    Frank

  • Dear Frank Talbot,

    I found configuration for davinci in the same path you wrote, but still - thank you!

    By the way, don't you know the difference between linux-davinci and linux-davinci-staging kernel sources?

  • Alyona said:
    By the way, don't you know the difference between linux-davinci and linux-davinci-staging kernel sources?

    The linux-davinci-staging branch, if I"m not mistaken, is where the development for the next planned release takes place, usually against the latest mainstream kernel.