qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] IDE/SCSI devices support in ARM realview-pbx-a9 board
@ 2011-03-16 12:24 Sid Kapoor
  2011-03-16 12:37 ` Peter Maydell
  0 siblings, 1 reply; 3+ messages in thread
From: Sid Kapoor @ 2011-03-16 12:24 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

Hi all,

I am trying to run ARM realview-pbx-a9 board in QEMU. I am able to mount
rootfs through NFS, by appending root=/dev/nfs.
But I want to run the rootfs by creating a rootfs.img (by qemu-img command).

I was running NFS rootfs as follows:

$ qemu-system-arm -M realview-pbx-a9 -m 1024M -kernel zImage.nfs -serial
stdio -append "root=/dev/nfs nfsroot=xxx.xxx.xxx.xxx:/path-of-rootfs rw
console=ttyAMA0 rdinit=/sbin/init" -net nic -net tap,ifname=tap0,script=no

I am trying to run qemu after building rootfs.img as follows:

 $ qemu-system-arm -M realview-pbx-a9 -m 1024M -kernel zImage.rfs -serial
stdio -append "root=/dev/hda1 rw console=ttyAMA0 rdinit=/sbin/init" -net nic
-net tap,ifname=tap0,script=no -hda rootfs.img

But the issue I am facing is that there is no /dev/hda1 or similar device
nodes in the qemu setup.
What I want to ask is that is there support of IDE/SCSI devices on
realview-pbx-a9 board.
If yes, then how to enable it?

Thanks,
-- 
Siddharth Kapoor

[-- Attachment #2: Type: text/html, Size: 1261 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-16 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 12:24 [Qemu-devel] IDE/SCSI devices support in ARM realview-pbx-a9 board Sid Kapoor
2011-03-16 12:37 ` Peter Maydell
2011-03-16 13:10   ` Sid Kapoor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).