Home of Toobo

The open source embedded web companion.

Currently browsing 2.6 kernel

Compiling Driver Modules for the 2.6 Kernel

More than a blog, this is just a reminder post to me and to all of you folks who have run into tons of make issues while porting a linux driver module from the 2.4 kernel to the 2.6.

The makefiles used to build say a character device driver in 2.4 will not work with 2.6 even after editing the tool chain and the setting up the correct header path in the makefile. Remember to follow the steps mentioned in LDD3 (Linux Device Drivers 3) Chapter 2: building and running modules – Compiling Modules section. Else, you would run into issues and waste a day just like I did. Read more »

toobo 1.0 Laika roadmap released

It has been a while since I wrote my last post. To be more structured, the toobo version 1.0 roadmap has been released. Check out the page at http://code.google.com/p/toobo/wiki/RoadMapVersionLaika .

Named after the 1st ever space dog, toobo’s first version Laika will have the following features -

  • Linux 2.6 Kernel
  • MP3 audio decoding capability using the STA015 chip.
  • Port of the 2.4 Graphic LCD driver to 2.6
  • USB wireless connectivity.

Read more »

Linux Podcasts