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

Re: [Xen-devel] Maintainers, please tell us how to boot your machines!



On Tue, 19 Mar 2019 at 18:34, Markus Armbruster <armbru@xxxxxxxxxx> 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 <peter.maydell@xxxxxxxxxx> (maintainer:Integrator CP)
>     qemu-arm@xxxxxxxxxx (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 <jan.kiszka@xxxxxx> (odd fixer:Musicpal)
>     Peter Maydell <peter.maydell@xxxxxxxxxx> (odd fixer:Musicpal)
>     qemu-arm@xxxxxxxxxx (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 <peter.maydell@xxxxxxxxxx> (odd fixer:SABRELITE / i.MX6)
>     Jean-Christophe Dubois <jcd@xxxxxxxxxxxxxxx> (reviewer:SABRELITE / i.MX6)
>     qemu-arm@xxxxxxxxxx (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 <balrogg@xxxxxxxxx> (odd fixer:PXA2XX)
>     Peter Maydell <peter.maydell@xxxxxxxxxx> (odd fixer:PXA2XX)
>     qemu-arm@xxxxxxxxxx (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 <balrogg@xxxxxxxxx> (odd fixer:PXA2XX)
>     Peter Maydell <peter.maydell@xxxxxxxxxx> (odd fixer:PXA2XX)
>     qemu-arm@xxxxxxxxxx (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 <michael@xxxxxxxx> (maintainer:milkymist)

${QEMU}  -M milkymist -serial stdio -kernel "${TESTDIR}"/flickernoise

thanks
-- PMM

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.