Request for guidance
Hi All, I am an Embedded Software Engineer with 3+ years of experience. I am fascinated by kernel development and want to be a device driver developer. I have done following so far. #Studied LDD3. #Subscribed to eudyptula challenge and submitted solution for 4th task(waiting for next task). #Have compiled and installed kernel successfully on multiple boards. I want to start contributing to kernel so I looked into staging and found that I can not work on TODO unless I have required hardware to test patch (which unfortunately I don't have). Requesting you to guide me about how to start working on kernel/device drivers development. Thanks, Abhishek
Hi Abhishek, Get a embedded board like Beaglebone or Raspberry Pi and start interfacing new sensors or communication devices. -- manav m-n On Fri, May 20, 2016 at 6:49 AM, Abhishek <abhiyanta07@gmail.com> wrote:
Hi All,
I am an Embedded Software Engineer with 3+ years of experience. I am fascinated by kernel development and want to be a device driver developer.
I have done following so far. #Studied LDD3. #Subscribed to eudyptula challenge and submitted solution for 4th task(waiting for next task). #Have compiled and installed kernel successfully on multiple boards.
I want to start contributing to kernel so I looked into staging and found that I can not work on TODO unless I have required hardware to test patch (which unfortunately I don't have).
Requesting you to guide me about how to start working on kernel/device drivers development.
Thanks, Abhishek
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Free Electrons has excellent free training materials: http://free-electrons.com/training/kernel/ Slides: http://free-electrons.com/doc/training/linux-kernel/linux-kernel-slides.pdf Practical lab with BeagleBone Black: http://free-electrons.com/doc/training/linux-kernel/linux-kernel-labs.pdf On Sun, May 29, 2016 at 2:19 PM, Manavendra Nath Manav <mnm.kernel@gmail.com> wrote:
Hi Abhishek, Get a embedded board like Beaglebone or Raspberry Pi and start interfacing new sensors or communication devices.
-- manav m-n
On Fri, May 20, 2016 at 6:49 AM, Abhishek <abhiyanta07@gmail.com> wrote:
Hi All,
I am an Embedded Software Engineer with 3+ years of experience. I am fascinated by kernel development and want to be a device driver developer.
I have done following so far. #Studied LDD3. #Subscribed to eudyptula challenge and submitted solution for 4th task(waiting for next task). #Have compiled and installed kernel successfully on multiple boards.
I want to start contributing to kernel so I looked into staging and found that I can not work on TODO unless I have required hardware to test patch (which unfortunately I don't have).
Requesting you to guide me about how to start working on kernel/device drivers development.
Thanks, Abhishek
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (3)
-
Abhishek -
Drew Fustini -
Manavendra Nath Manav