[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XenARM] [Patch] ARM Versatile PB support
Hello, Parth, What I use on qemu is [minsung@acadia]$ qemu-system-arm -M versatilepb -m 192 -s -pflash flash.img As you probably know, arguments means -M: selection of board -m: emulated memory size -s: enabling debugging support -pflash: use flash image as booting device flash.img is a NOR flash image file that contains the binaries of u-boot(bootloader), XenARM, and MiniOS. You can make your own flash.img by 'dd' command in Linux. As I mentioned before, since QEMU does not emulate flash memory properly in some boards, for example, Versatile PB, you must apply patches from http://thomas.enix.org/Blog-20081002153859-Technologie. After patching, you can use '-pflash' option. Thank you. Minsung ----- Original Message ----- From: "Parth Patel" <parthvpatel@xxxxxxxxx> To: "Minsung Jang" <minsung@xxxxxxxxxx> Sent: Tuesday, November 18, 2008 4:29:43 AM GMT -05:00 US/Canada Eastern Subject: Re: [XenARM] [Patch] ARM Versatile PB support Hi Minsung, I am a student at UCLA working on Xen-Arm related project. Thank you for this patch. I have been trying to run various versions of Xen-Arm on QEMU. However, I have not had any success. Can you let me know the exact whole command that you use to run this on qemu-system-arm? Thank You. Parth On Mon, Nov 17, 2008 at 7:23 AM, Jang, Minsung <minsung@xxxxxxxxxx> wrote: Hi all, _______________________________________________ Xen-arm mailing list Xen-arm@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-arm
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |