Open Source Embedded Projects

Too busy with work…

October 20, 2008 – 12:08 am | by Vijay

Have been too busy with work lately to even think about working on my project…

Well for those who haven’t noticed it yet, I have started to work a little bit on Toobo’s application architecture. For a start I have chosen to go with a multi-process model with each core functionality running as a separate process.


Read the rest of this entry »

Tags: ,

Getting there…

July 27, 2008 – 11:50 am | by Vijay

I couldn’t write before. Have been quite busy lately (riding my mountain bike a lot :) )

Anyways… I had been stuck on issues related to the new driver port I did for my graphic LCD display for the 2.6 Kernel. I couldn’t get my newly ported code to work. But with some help from the mailing list (at http://tech.groups.yahoo.com/group/ts-7000/ ) I got the old 2.4 GLCD driver compiled for the new 2.6 Kernel after modifying just the makefile. It works like a charm. No issues so far. I can atleast move forward with writing the device driver for my STA015 audio decode chip.
Read the rest of this entry »

Compiling Driver Modules for the 2.6 Kernel

June 23, 2008 – 7:55 am | by Vijay

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 the rest of this entry »

Tags: , , ,