[okl4-developer] OKL4 on Neo1973 (emulated)

Damien Schulz damien.schulz at 4xtc.de
Wed Dec 5 12:31:07 EST 2007


Hi David,

thank you for your detailed answer. With your workaround it works like a charm.

Cheers,
 ~Damien

David Mirabito wrote:
> > The workaround we currently have is to modify the qemu sources
> > themselves so that the image is initially loaded a little bit higher.
> > Ideally, I suppose the load address would be passed in on the command
> > line, but this will get us running for now:
> >
> > in file hw/neo1973.c, around line 401 we find:
> >     load_image(s->kernel, phys_ram_base + 0x00800000);
> > I simply changed this to
> >     load_image(s->kernel, phys_ram_base + 0x02000000)
> >
> > rebuild and then start OKL4 with
> >     bootelf 0x32000000
> > and you should again see the text console.
> >
> > (Note that the 0x02000000 offset is a number I found purely by trial and
> > error, this will allow an image.boot to specify upto 32MB of segments)
> >



More information about the Developer mailing list