Is there a starting point Linux Kernel 3.x for the DM816x (DM8168) Evaluation Module (EVM)?
I'm looking for a default config file and stable kernel release.
The DM816x EZSDK 5.05 Installer (ezsdk_dm816x-evm_5_05_01_04_setuplinux) starts from 2.6.37.
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.
Is there a starting point Linux Kernel 3.x for the DM816x (DM8168) Evaluation Module (EVM)?
I'm looking for a default config file and stable kernel release.
The DM816x EZSDK 5.05 Installer (ezsdk_dm816x-evm_5_05_01_04_setuplinux) starts from 2.6.37.
Jeremy,
There is no PSP release available for DM81xx series with kernel 3.x. If required, you'll have to port it manually.
Hi, Thomas!
I try solve this task, but I haven't great experience in this sphere. Can you give any advice or recommendation how this task is solving (i.e first steps or getting started) ? Thank you.
Idle,
Are you sure that you want to migrate to 3.x kernel? This will be a huge work and will take months together to complete it. Why are you particular about 3.x kernel? Is there any particular reason for it?
I would like to have the 3.x kernel available for the DM816x and DM814x so that as a company we can standardize on 1 kernel across multiple hardware products.
Wow! I don't imagined that this so difficult. It was only for own understanding, how to solve such tasks. I don't need in 3'x kernel for my custom board. It is working fine on 2.6.37. Thank you.
Jeremy,
If you hardware lines comprise of DM81xx processors, it will be better to use 2.6.37 itself. Spending for the effort to just get one particular version of kernel across all platforms may not yield the expected benefits. There will still be lot of dependencies on hardware specific code and you've to spend even more to make it generic and keep it same across. Maintainability will not be that impressive as you expect. It will be easier to maintain these separately.