Quote:
Quote:
But what about the Efika ? Is it not documented enough ?
Linux 2.6 is already ported to the Efika..
It is quite hard to find cheap PPC boards and he wants to practice, so in case he fails, it is better to have Linux 2.6 supported by the board !
Before adapting Linux for a unsupported board, there are many things to learn :
- embedded programming : environment, cross-compiler (find or build its own), boot process (bootloader, kernel, memory mapping, filesystems, ...)
- operating system : how an OS works, and then Linux (kernel, drivers, ...)
- hardware : how PPC works
I don't know about the Deepak's knowledge, he only told it was a novice in Linux port. My advices above comes from my own experience and could be precious at least to beginners in embedded programming.