Page 1 of 1

Custom Kernal for Raspberry Pi

Posted: Mon Jun 12, 2017 5:00 pm
by gopi90ms
Hi ,
I have a Raspberry Pi Model B, where I would like to learn how to create custom image for raspberry Pi.
Could you please any one help ,how to start with that and what are the steps needs to be taken care while creating a custom image.
Thanks in advance

Re: Custom Kernal for Raspberry Pi

Posted: Mon Jun 12, 2017 5:05 pm
by runboy93
Too much hassle, really.

Re: Custom Kernal for Raspberry Pi

Posted: Mon Jun 12, 2017 5:52 pm
by 6by9
If you want build a custom kernel, then instructions are on https://www.raspberrypi.org/documentati ... uilding.md
Building a full image with packages is a much larger task, although you can look at buildroot as a start.

Re: Custom Kernal for Raspberry Pi

Posted: Mon Jun 12, 2017 8:08 pm
by Heater
gopi90ms,

What is it you want to customize?

If you are doing kernel development it's probably far more convenient to do it on a PC.

If you just want to modify or create a device driver you only need build that driver. A much easier proposition.