Hi. On Wed, Jul 11, 2007 at 11:56:33AM +0300, Catalin BOIE wrote: > Hello! > > I am trying to run haret on a device and I am stuck at "Jumping to > kernel..." > > How I can debug this problem? >
After the above message the device should be running kernel code. So, you are going to need to add debugging output to the kernel. > It may boot, but I have no serial console, so it's hard to say if it's a > successful boot or not. Serial console is the easiest way. But barring that, I've used irda, written pixels to the fb, and used the vibrator as debugging aids. > The device has a touch screen, a MMC slot and a USB connection. > > I do not know what MTYPE to use, but I think that it's not necessary > anymore if I got to the point when it tries to run the kernel. When one compiles a kernel it is built with a specific list of mtypes that it supports. You need to make sure haret uses an MTYPE that the kernel recognizes. Otherwise, the kernel will just silently hang on boot. > Haret reports: > Detected machine Generic ARM 920t/generic (Plat='WindowsCE' OEM='MDPNA460T') > CPU is ARM ARM arch 4T stepping 0 running in system mode What is the cpu type? Omap, samsung, other? -Kevin _______________________________________________ Haret mailing list [email protected] https://handhelds.org/mailman/listinfo/haret
