From owner-freebsd-mips@FreeBSD.ORG Mon Feb 10 20:01:00 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 007C753E for ; Mon, 10 Feb 2014 20:00:59 +0000 (UTC) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.120]) by mx1.freebsd.org (Postfix) with ESMTP id B45CA12F0 for ; Mon, 10 Feb 2014 20:00:59 +0000 (UTC) X-Authority-Analysis: v=2.0 cv=GMaK45xK c=1 sm=0 a=Hbpc8ax9VmIgqBixU/K2CA==:17 a=X0SmXxZ1EVcA:10 a=dBRESv0yCI8A:10 a=ozSPa0bqj5AA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=KGjhK52YXX0A:10 a=iS3jDN_lsjEA:10 a=sVAKf9tqAAAA:8 a=savpQAwIGhqo87ReahgA:9 a=CjuIK1q_8ugA:10 a=Hbpc8ax9VmIgqBixU/K2CA==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 76.187.139.93 Received: from [76.187.139.93] ([76.187.139.93:55574] helo=[192.168.0.2]) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 30/B6-00728-3FF29F25; Mon, 10 Feb 2014 20:00:52 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: FreeBSD 10.0 image and build script for EdgeRouter Lite From: Stacey Son In-Reply-To: <20140209115802.GX2951@home.opsec.eu> Date: Mon, 10 Feb 2014 14:00:52 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <66E842E2-8764-41B3-8440-EC560E811EFF@FreeBSD.org> References: <20140125210308.GA6936@rtfm.net> <20140209115802.GX2951@home.opsec.eu> To: Kurt Jaeger X-Mailer: Apple Mail (2.1510) Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 20:01:00 -0000 On Feb 9, 2014, at 5:58 AM, Kurt Jaeger wrote: > Hi! >=20 >> 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]. >>=20 >> This script will build an image for the device from a FreeBSD source = tree: >>=20 >> http://rtfm.net/FreeBSD/ERL/mkerlimage >=20 > I tried to build an image on 10.0-REL, which worked well, thank you = very > much. >=20 > Can someone help me how to boot this image using qemu ? >=20 > I tried: >=20 > /usr/local/bin/qemu-system-mips64 -m 256 -M mips \ > -net nic,macaddr=3D52:54:00:12:34:01 \ > -kernel kernel \ > -serial stdio \ > -vnc "192.168.0.10:1" \ > image.img >=20 > But nothing appears on the VNC (same with -serial stdio) ? See https://wiki.freebsd.org/FreeBSD/MipsEmulation for building a kernel = and disk image that may be more suitable for qemu system mode. Best Regards, -stacey.