On Tue, 19 Mar 2019 at 18:34, Markus Armbruster <[email protected]> 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 <[email protected]> (maintainer:Integrator CP) > [email protected] (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 <[email protected]> (odd fixer:Musicpal) > Peter Maydell <[email protected]> (odd fixer:Musicpal) > [email protected] (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 <[email protected]> (odd fixer:SABRELITE / i.MX6) > Jean-Christophe Dubois <[email protected]> (reviewer:SABRELITE / i.MX6) > [email protected] (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 <[email protected]> (odd fixer:PXA2XX) > Peter Maydell <[email protected]> (odd fixer:PXA2XX) > [email protected] (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 <[email protected]> (odd fixer:PXA2XX) > Peter Maydell <[email protected]> (odd fixer:PXA2XX) > [email protected] (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 <[email protected]> (maintainer:milkymist) ${QEMU} -M milkymist -serial stdio -kernel "${TESTDIR}"/flickernoise thanks -- PMM
