qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add Apollon (OMAP24xx) board support (take #2)


From: Jean-Christophe PLAGNIOL-VILLARD
Subject: Re: [Qemu-devel] [PATCH] Add Apollon (OMAP24xx) board support (take #2)
Date: Sat, 2 Aug 2008 15:38:00 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

rOn 10:49 Sat 02 Aug     , Kyungmin Park wrote:
> Hi,
> 
> On Sat, Aug 2, 2008 at 6:04 AM, Jean-Christophe PLAGNIOL-VILLARD
> <address@hidden> wrote:
> > On 16:24 Mon 28 Jul     , Kyungmin Park wrote:
> >> Add apollon (OMAP24xx) board initial support
> >> with board descriptions
> >
> > Could provide a work example of booting the board?
> >
> > I'd to boot u-boot on it.
> >
> 
> The apollon is mainlined board, you can run u-boot and kernel on qemu
> As now LCD is not supported, you should add -nographic option. I'll
> add it later :)
> 
> Simple example.
> 1. Download u-boot.
> 2. make apollon_config
> 3. qemu-system-arm -M apollon -kernel u-boot.bin -nographic -mtdblock
> mtdblock ${other options}

Normally, u-boot will be store in the onenand is it possible to start it
from there with the current qemu implemention?

As example you can start the mips_r4k from the pflash by

1. Download u-boot.
2. make qemu_mips_config
3. create image:
# dd of=flash bs=1k count=4k if=/dev/zero
# dd of=flash bs=1k conv=notrunc if=u-boot.bin
4. start it:
# qemu-system-mips -M mips -pflash flash -monitor null -nographic

Best Regards,
J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]