[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] Maintainers, please tell us how to boot your machines! |
Date: |
Tue, 19 Mar 2019 19:18:02 +0000 |
On Tue, 19 Mar 2019 at 18:34, Markus Armbruster <address@hidden> wrote:
Here are some command lines from my image zoo. Unfortunately
typically the images themselves are random accumulations
from people and I have no idea how to rebuild them (and
they are thus not redistributable, generally).
> = hw/arm/integratorcp.c =
> Peter Maydell <address@hidden> (maintainer:Integrator CP)
> address@hidden (open list:Integrator CP)
${QEMU} \
-M integratorcp \
-kernel "${TESTDIR}"/zImage.integrator \
-initrd "${TESTDIR}"/arm_root.img -serial stdio \
-append "console=ttyAMA0"
(I think this test image and kernel used to be kicking around
on the QEMU wiki at one point. Provenance unknown, naturally.)
> = hw/arm/musicpal.c =
> Jan Kiszka <address@hidden> (odd fixer:Musicpal)
> Peter Maydell <address@hidden> (odd fixer:Musicpal)
> address@hidden (open list:Musicpal)
${QEMU} \
-machine musicpal \
-pflash "${TESTDIR}"/musicpal.image -snapshot \
-kernel "${TESTDIR}"/u-boot.image -serial stdio
I got the test image from Jan ages ago. No idea how to rebuild.
> = hw/arm/sabrelite.c =
> Peter Maydell <address@hidden> (odd fixer:SABRELITE / i.MX6)
> Jean-Christophe Dubois <address@hidden> (reviewer:SABRELITE / i.MX6)
> address@hidden (open list:SABRELITE / i.MX6)
${QEMU} \
-smp 4 -M sabrelite -m 1024M -display none \
-no-reboot -kernel "${TESTDIR}"/zImage \
-initrd "${TESTDIR}"/rootfs.cpio.gz \
-dtb "${TESTDIR}"/imx6q-sabrelite.dtb \
-serial null -serial stdio
>
> = hw/arm/spitz.c =
> Andrzej Zaborowski <address@hidden> (odd fixer:PXA2XX)
> Peter Maydell <address@hidden> (odd fixer:PXA2XX)
> address@hidden (open list:PXA2XX)
${QEMU} -M spitz \
-kernel "${TESTDIR}"/zaurus-test/zImage.zaurus \
-initrd "${TESTDIR}"/zaurus-test/zaurus_root.img -serial stdio \
-append 'console=ttyS0,115200n8 init=/bin/bash'
> = hw/arm/z2.c =
> Andrzej Zaborowski <address@hidden> (odd fixer:PXA2XX)
> Peter Maydell <address@hidden> (odd fixer:PXA2XX)
> address@hidden (open list:PXA2XX)
${QEMU} \
-M z2 -pflash "${TESTDIR}"/zipit.flash \
-sd "${TESTDIR}"/zipit.sd \
-show-cursor -serial null -serial null -serial null \
-kernel "${TESTDIR}"/uImage \
-append "console=tty0 fbcon=rotate:3 root=/dev/mmcblk0 ro rootdelay=3" \
-rotate 270
> = hw/lm32/milkymist.c =
> Michael Walle <address@hidden> (maintainer:milkymist)
${QEMU} -M milkymist -serial stdio -kernel "${TESTDIR}"/flickernoise
thanks
-- PMM
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, (continued)
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Edgar E. Iglesias, 2019/03/13
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Stafford Horne, 2019/03/13
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Alistair Francis, 2019/03/13
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Peter.Chubb, 2019/03/13
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Mark Cave-Ayland, 2019/03/14
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Joel Stanley, 2019/03/18
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Markus Armbruster, 2019/03/19
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!,
Peter Maydell <=
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Anthony PERARD, 2019/03/20
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Philippe Mathieu-Daudé, 2019/03/21
- Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!, Guan Xuetao, 2019/03/28