Hi, On Thu, Jun 19, 2008 at 04:37:13PM +0200, Vito De Tullio wrote: > Can someone explain me the importance of the MTYPE parameter value? > My hardware (HTC p6300 -- panda) doesn't appear in the mach-type (as in the > CVS, > http://handhelds.org/cgi-bin/cvsweb.cgi/linux/kernel26/arch/arm/tools/mach-types)
Unlike the desktop computer market, each PDA/phone model is unique and the OS kernel must be customized to run on it. The mtype parameter is an internal code shared between boot loader and kernel that allows the kernel to verify it is running on the hardware it was built for. (In some rare cases, this could allow a single kernel to run on two different devices by detecting the mtype and loading a different "personality".) > What can I do? You need to write (or find) a customized kernel for your device. If the kernel does not say it supports "HTC p6300" then it will not run on your device. -Kevin _______________________________________________ Haret mailing list [email protected] https://handhelds.org/mailman/listinfo/haret
