Hi all, does any one help to know how to compile kernel or where to look?
Hi all, does any one help to know how to compile kernel or where to look?
Here is a good link for building your own kernel. You can do it onthe Pi itself, or on another machine as a cross compile. If you use another machine, pick a ,inux based because it will be easier to setup.
Raspberry Pi Kernel Compilation - eLinux.org
Clem
Thanks, is Kernel building process same in Raspberry B+ and Raspberry 2?
Regards,
Alejandro
yes except RPi b+ is ARMV6 and RPi 2 is newer ARMV7...
Thanks Clem, one final question, does anyone knows where I can get a document like this http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf but for Broadcom 2836?
Thanks for your help.
Regards,
Alejandro
Oooh! That appears to not be around at the moment. But according to one discussion, the pinouts are the same except for address registers in memory. See http://www.raspberrypi.org/forums/viewtopic.php?f=72&t=98400&p=685323 discussing a program to find the address from the device tree that was loaded at boot time. Also some interesting code for those who twiddle bits and bytes see: Source code for ARM side libraries for interfacing to Raspberry Pi GPU
Cheers,
Clem