From owner-freebsd-mips@FreeBSD.ORG Tue Apr 16 14:45:36 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 627C88EB for ; Tue, 16 Apr 2013 14:45:36 +0000 (UTC) (envelope-from lists@rewt.org.uk) Received: from hosted.mx.as41113.net (hosted.mx.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id 302DEF66 for ; Tue, 16 Apr 2013 14:45:35 +0000 (UTC) Received: from [IPv6:2001:b70:201:300::397] (unknown [IPv6:2001:b70:201:300::397]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by hosted.mx.as41113.net (Postfix) with ESMTPSA id 3ZqqBQ15FszCy; Tue, 16 Apr 2013 15:45:33 +0100 (BST) Message-ID: <516D63FA.5020408@rewt.org.uk> Date: Tue, 16 Apr 2013 15:45:14 +0100 From: Joe Holden User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: Ubiquity Edgemax ? References: <20130416111354.GY8239@home.opsec.eu> In-Reply-To: <20130416111354.GY8239@home.opsec.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 14:45:36 -0000 Kurt Jaeger wrote: > Hi! > > Has anyone already tried freebsd on the > > http://www.ubnt.com/edgemax > > The device can be opened (loosening two screws at the bottom) > and inside there's an USB port which contains some 2GB flash stick. > Very convenient to tinker around with it. It also has a serial console port. > > The linux dmesg: > > http://opsec.eu/backup/edgemax-linux-dmesg > > It seems to contain an Octeon and the price (approx. 120 EUR) > is attractive to tinker with it. > > The linux /sys files: > > http://opsec.eu/backup/edgemax-sys-files > > I'm not familiar with the MIPS port -- is there some .img repository > somewhere so that I can try to boot it ? > > Has anyone tried the edgemax with an image generated from > > http://people.freebsd.org/~imp/mkoctimage > > The image from 2011 from > > http://people.freebsd.org/~imp/freebsd-octeon-image-1g.xz > > looks a bit old ? I'll experiment with that one for now. > > Thanks! > There aren't any prebuilt images, you'll need to build one yourself and install it by whichever method is easiest for you, I started by cross-building a kernel and rootfs for nfs boot, then set it up from there... The flash is actually 4G, theres an unused ~1.5G section at the end of the flash so you don't need to blow away the edgeos install to boot FreeBSD.