What is the Linux kernel tree which is used to provide mainline support for the beaglebone black? I would like to contribute towards mainlining and I would like to know which is the tree for which the beaglebone black development happens.
Robert Nelson’s Supercon workshop material is useful if you want to learn about the the repositories used for the bootloader and kernel that ships on the official Debian images:
They only had camera's on the inside, we were outside in the tent.
Most of it was just me running around troubleshooting while everyone
worked their way thru the presentation..
I have not decided on anything to mainline as of now as I am new to BBB. So the first step is to build the kernel from the right tree (which itself is confusing) and see where I can improve. At least try to solve simple problems and then move on to harder stuff. I will also start documenting stuff as I go along.
Working on the i.mx6 and i.mx7 I find the approach of NXP better where I can just “git pull” from the NXP source tree and build the kernel rather than apply a set of patches using a script. Submissions of patches would be to the i.mx maintainers which would be eventually mainlined.
I have not decided on anything to mainline as of now as I am new to BBB. So
the first step is to build the kernel from the right tree (which itself is
confusing) and see where I can improve. At least try to solve simple
problems and then move on to harder stuff. I will also start documenting
stuff as I go along.
Working on the i.mx6 and i.mx7 I find the approach of NXP better where I can
just "git pull" from the NXP source tree and build the kernel rather than
apply a set of patches using a script. Submissions of patches would be to
the i.mx maintainers which would be eventually mainlined.
We "are not" TI...
TI does the same thing, you can go grab their tree here:
or:
or:
and they push things mainline..
We just use it as a base for BeagleBoard.org and then include things
that have been rejected multple times on mainline, but our users use.
I had build the https://github.com/beagleboard/linux before using arm-none-eabi-gcc before successfully. After the move to Artful in Ubuntu and using the arm-none-eabi-gcc Version 5.4.1 the compiler crashes while compiling the source. It does not crash when I build Torvalds mainline. I am not sure what the problem is here.
I am aware that you use the arm-linux-gnueabihf-gcc. Does building using arm-none-eabi-gcc cause any problems?
I finished the build of the both the trees mentioned above and have documented it in my blog with the problems with different tool chains. Now that I have a working setup let me see the patches and also the pinmux patches. Should I use the same thread to discuss about this or create a new topic to discuss this? I would definitely need some help understanding things till I am used to it. I will be documenting things in my blog as I go along.