Porting WinCE on eval boards – part 1

Posted on April 29th, 2010 by someshward  |  No Comments »

Porting of WinCE on a new evaluation board is one challenging task. Though when some of the following things when kept in mind will always make the job easy. 1. Know details of your hardware board well – programming details of peripherals on the SoC – availability of RAM, flash technologies, etc, or much better, [...]

Read More

Linux Run Level

Posted on February 17th, 2009 by Administrator  |  1 Comment »

Linux kernel will start a program called init, if it finds it. The init process reads the file “/etc/inittab” and uses this file to determine how to create processes. Read the init man page for more information. Also note that init is always running and can dynamically do things and run processes based upon various [...]

Read More

Embedded C language

Posted on February 16th, 2009 by Administrator  |  2 Comments »

A topic of debate about the phrase, “Do you work on Embedded C language?”. I belong to the category who say there is nothing called Embedded C language, but C language for Embedded Systems. C language used for programming on embedded systems would need using the language in a smart way. Bit manipulations. Pointer Arithmetic. [...]

Read More