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.
Tool/software:
Hello,
We are developing a product using the AM62x series SOC. I would like to use the mainline u-boot and kernel instead of TI specific ones. I am planning to use latest released kernel i.e., 6.11.
Is it good to use this version?
What is the difference between TI specific ones and mainline that has to considered during the development?
Hi,
It is recommended to use TI provided Linux Kernel and U-boot versions, as the stable LTS versions are used and all tests are performed on the same version.
However, the latest released kernel and U-boot should also work, with minor discrepancies. If you have any specific requirement from the upstream version which is not a part of ti provided versions, you can use the latest upstream version for your development
Regards,
Aparna
Aparna,
Thanks for your quick response. Is there any key difference in the drivers or other stuffs between ti and mainline that I have to be aware of?
Hi,
Please note that mainline may not have all the features supported in ti kernel, and ti-kernel goes in SDK release.
If there is a need to leverage the latest updates in core framework, then latest upstream kernel is used.
Regards,
Aparna
Hi,
Said that, I would like to understand the exact difference between them to make a decision. Does it differ at functional level or drivers or what else?
Hi,
It is not possible to point out exact driver differences. They should be looked into individually. Please start your development on TI provided versions if you do not have any specific requirement from the upstream.
Regards,
Aparna