Am 21.12.2015 um 12:08 schrieb Alexander Graf: > On 21.12.15 11:45, Ludwig Nussel wrote: >> Alexander Graf wrote: >>> On 21.12.15 11:03, Ludwig Nussel wrote: >>>> Andreas Färber wrote: >>>>> [...] >>>>> => Find ways to use openQA for more testing, e.g. serial only rather >>>>> than graphical testing with QEMU machines such as cubieboard. >>>> >>>> IOW cubieboard can be emulated by qemu? Do you have a command line for >>>> me? What host architecure is needed for that? Can the aarch64 worker we >>>> have for openQA emulate that in reasonable speed? >>> >>> So far we haven't managed to make AArch64 KVM work with full AArch32 >>> only VMs. Also keep in mind that with KVM host cpu == guest cpu, so >>> you'd get a cubieboard with an A57 CPU - something nobody expects to see. >> >> So x86_64 with emulation? Can you provide me with a qemu command >> line to boot an image? > > I haven't used the cubietruck on myself either yet :).
Note it's the A10 based Cubieboard (sun4i?); Cubietruck is A20 (sun7i). I'm guessing it would be 'qemu-system-arm -machine cubieboard -kernel ... -initrd ... -append "..." ...' (i.e., don't expect full U-Boot). Not sure what storage options are available for which of the lesser known emulations for accessing the rootfs. qemu-system-arm -M \? gives a list of available machine options - not all supported by openSUSE (ARM9 etc.) but highbank, midway, smdkc210, vexpress-a9, vexpress-a15, xilinx-zynq-a9 are some of the other possibly interesting emulations available on Leap. dracut -N might help create an ad-hoc initrd that works for all such boards without needing to build a full JeOS image for each. Cheers, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
