As title, which git repository and which branch should I be using for the most recent Linux kernel for the TI8168?
Thanks,
Ralph
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.
Ralph,
The TI816x kernel is available on Arago: http://arago-project.org/git/people/?p=sriram/ti-psp-omap.git;a=shortlog;h=refs/heads/ti81xx-master
Please note that the above repository has latest commits with limited testing that may not yet be part of formal release.
Hemant
Please refer: http://arago-project.org/git/projects/?p=u-boot-omap3.git;a=shortlog;h=refs/heads/ti81xx-master
Hemant
The http URLs above are useful, thank you for sharing them.
It's not clear to me how one uses git to check out (clone?) a local copy of the Linux ti81xx-master tree referenced above. What is the git:// URL that I need to use with the 'git clone' command?
For U-boot:
http://arago-project.org/git/projects/?p=u-boot-omap3.git;a=summary
URL git://arago-project.org/git/projects/u-boot-omap3.git
http://arago-project.org/git/projects/u-boot-omap3.git
(for contributors) git@arago-project.org:git/projects/u-boot-omap3.git
For Linux kernel:
http://arago-project.org/git/projects/?p=linux-omap3.git;a=summary
URL git://arago-project.org/git/projects/linux-omap3.git
http://arago-project.org/git/projects/linux-omap3.git
(for contributors) git@arago-project.org:git/projects/linux-omap3.git
Regards,
Pavel