> > Uncompressing Linux
.Done, Booting the Kernel
> and the execution stops.
> >
> > Debugging from the kernel/init.S file, I think it
> has passed the
> > enable_mmu function.
> >
> > Can any one help me to know about the problem?
You can also try below. This is really helpful to me
sometimes...
kernel printks are stored in __log_buf and then
flushed to console when console is enabled. However,
sometimes kernel crashes/stucks before the console is
initialized and we just cannot find what is the cause
1. # cat System.map | grep __log_buf
c0324c88 b __log_buf
2. Note the Physical address of __log_buf - 0x80324c88
3. "RESET" the board. Note than only "RESET" and not
"POWER OFF AND ON" ; and break into u-boot. At u-boot
prompt # md 0x80324c88
THis will give you an idea of last printk stored in
the __log_bug.
____________________________________________________________________________________
Choose the right car based on your needs. Check out Yahoo! Autos new Car
Finder tool.
http://autos.yahoo.com/carfinder/
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source