On Sat, Jul 11, 2009 at 02:18:06PM +0300, Marius Cirsta wrote:
>After I give
> the command to load the kernel I get some text for a very brief period
> ( I'm unable to read it ) and then I get a strange image with dots and
> random colours. The thing it though that it's not random , it's the
> same every time. I suspect a memory location or something is being
> shown. It then freezes with the same random pattern.

What's you're seeing is the kernel image being written to the video
framebuffer.

It's unclear if this causes the kernel to crash or if the kernel is
crashing for some unrelated issue.

>  I'm not very good at this , just a beginner but my question is. Is
> this a problem with Harret or the kernel I'm using, where should I
> focus my efforts. Should I try to establish a network connection to
> Harret and will that give me more messages ? Will that give me the
> kernel output ?

I'd say this is kernel territory.  I don't think network output will
help much - it will only show what's in the log you've already
captured.  A serial port (to get kernel debugging) would be very
helpful.

I think some people have tried increasing RAMADDR (and decreasing
RAMSIZE) so that haret loads the kernel after the framebuffer.  You
could try that, but I think it may also require changing the kernel to
know about the new address as well.

[...]
> HaRET(4)# boot
[...]
> Video buffer at A8100000 sx=320 sy=240 mx=80 my=40
> Video Phys FB=c0100000 Fonts=c3d19064
> Framebuffer overlaps with kernel destination

-Kevin
_______________________________________________
Haret mailing list
[email protected]
https://handhelds.org/mailman/listinfo/haret

Reply via email to