On Thu, Feb 25, 2016 at 11:23:40AM +0100, Olivier Cherrier wrote:
> On Wed, Feb 24, 2016 at 09:45:54AM +0100, o...@symacx.com wrote:
> >     Hi Patrick,
> > 
> > Thank you very much for the fast answer !
> > I'll try to cross compile a kernel and a bsd.rd.SUNXI.umg.
> 
> Hum, it doesn't appear to be that easy ;-(
> I successfully compiled userland but I fail to build the kernels.
> The crunchgen part is not working.
> 
> 
> I also tried through qemu ... but the only type of machine we can
> use is 'cubieboard' and I get back to the original problem (boot
> device: lookup '' failed).  Hehe.
> 
> I will try to put my hands on another board (BeagleBone, ...).

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"

Reply via email to