On Mon, Jun 08, 2015 at 10:50:34PM +1000, Jonathan Gray wrote:
> On Sat, Jun 06, 2015 at 05:21:40PM -0500, Edwin Amsler wrote:
> > Nice! Any quick tutorials and patches for us to start playing with this 
> > ourselves?
> 
> Something along the lines of:
> 
> cd /sys/arch/armv7/conf/
> config GENERIC
> cd ../compile/GENERIC
> make bsd.VEXPRESSA15.umg
> 
> $ sudo ifconfig tun0 link0
> $ sudo ifconfig bridge0 add tun0 add em0 up
> 
> sudo sh -c "qemu-system-arm -runas $USER \
>  -M vexpress-a15 -nographic \
>  -netdev tap,id=net0 \
>  -kernel bsd.VEXPRESSA15.umg -append "sd0a" \
>  -drive file=test.img,if=none,id=drive0,format=raw \
>  -device virtio-scsi-device,id=scsi \
>  -device scsi-hd,drive=drive0 \
>  -device virtio-net-device,netdev=net0 \
>  -device virtio-balloon-device \
>  -device virtio-rng-device"

The latest armv7 snapshot now has vexpress images as well.  If you use
bsd.rd.VEXPRESSA15.umg you'll be able to do a network install.

Reply via email to