On Thu, Feb 25, 2016 at 10:40:19PM +1100, j...@jsg.id.au wrote:
> You should be able to use the vexpress-a9 and vexpress-a15 targets.
> 
> Create a disk with qemu-img and start qemu with arguments along
> the lines of:
> 
> doas sh -c "qemu-system-arm -runas $USER \
>  -M vexpress-a15 -nographic \
>  -netdev tap,id=net0 \
>  -kernel bsd.VEXPRESSA15.umg -append sd0a \
>  -drive file=disk.img,if=none,id=drive0,format=qcow2 \
>  -device virtio-blk-device,drive=drive0 \
>  -device virtio-net-device,netdev=net0 \
>  -device virtio-balloon-device \
>  -device virtio-rng-device"

My bad, I didn't try those targets.

Thank you very much Jonathan !   It is currently building ;-)

Reply via email to