14

Now I got my Raspberry Pi. I am an experienced application software developer, but I've never done hardware stuff or low-level programming before. I want to build a minimal Linux, including drivers for all hardware on my Pi. For learning purpose, I don't want to install any pre-built Linux distribution on my Pi. Where should I start?

powerboy
  • 10,523
  • 20
  • 63
  • 93

2 Answers2

17

You can also check out Buildroot, http://buildroot.org. We have a default configuration for the Rasberry-Pi, and several contributors are working on the support for this platform.

Thomas Petazzoni
  • 5,636
  • 17
  • 25
4

Start with openembedded. There are several links already dedicated to raspberry pi, such as:

Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58