Page 1 of 1

Camera module driver development query

Posted: Tue Jan 26, 2016 5:36 am
by ksjack
I am most interested to develop camera module driver.
I have purchased raspberry pi2 and i have some below doubt ,please let me know the clarification.

The following doubts are,
1.Where will get the camera hardware along with specification?
2.How can i implement the driver (like hello world) module and noobs file system?
3.Is it support android operating system?
4.How to use linux kernel and file system ,without noobs ?and how to format format SD card?

Re: Camera module driver development query

Posted: Fri Jan 29, 2016 12:52 am
by Navyscourge
Start here: https://www.raspberrypi.org/help/
and here: https://www.raspberrypi.org/downloads/

Do you have a working system yet?

Re: Camera module driver development query

Posted: Fri Jan 29, 2016 9:26 am
by DougieLawson
ksjack wrote: 1.Where will get the camera hardware along with specification?
2.How can i implement the driver (like hello world) module and noobs file system?
3.Is it support android operating system?
4.How to use linux kernel and file system ,without noobs ?and how to format format SD card?
1. You can buy the OV5647 camera but the documentation for it is not available.
2. The userland code is on github https://github.com/raspberrypi/userland
3. Android doesn't run on your RPi
4. Sorry, I don't understand that question.

BTW, NOOBS isn't an operating system, it's an installer/boot manager.