Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 12:58:02 +0100
From:      Kurt Jaeger <lists@opsec.eu>
To:        Nathan Dorfman <na@rtfm.net>
Cc:        freebsd-mips@freebsd.org
Subject:   Re: FreeBSD 10.0 image and build script for EdgeRouter Lite
Message-ID:  <20140209115802.GX2951@home.opsec.eu>
In-Reply-To: <20140125210308.GA6936@rtfm.net>
References:  <20140125210308.GA6936@rtfm.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> I have a little thing that might be useful for anyone who wants to give
> FreeBSD a try on the Ubiquiti EdgeRouter Lite, a ~US$90 Octeon-based 3-port
> Ethernet router[1].
> 
> This script will build an image for the device from a FreeBSD source tree:
> 
> http://rtfm.net/FreeBSD/ERL/mkerlimage

I tried to build an image on 10.0-REL, which worked well, thank you very
much.

Can someone help me how to boot this image using qemu ?

I tried:

/usr/local/bin/qemu-system-mips64 -m 256 -M mips \
  -net nic,macaddr=52:54:00:12:34:01 \
  -kernel kernel \
  -serial stdio \
  -vnc "192.168.0.10:1" \
  image.img

But nothing appears on the VNC (same with -serial stdio) ?

-- 
pi@opsec.eu            +49 171 3101372                         6 years to go !



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140209115802.GX2951>