From owner-freebsd-mips@FreeBSD.ORG Tue Jan 1 09:44:18 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 345D1E44 for ; Tue, 1 Jan 2013 09:44:18 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-gg0-f181.google.com (mail-gg0-f181.google.com [209.85.161.181]) by mx1.freebsd.org (Postfix) with ESMTP id DC1988FC0A for ; Tue, 1 Jan 2013 09:44:17 +0000 (UTC) Received: by mail-gg0-f181.google.com with SMTP id s6so2053861ggc.40 for ; Tue, 01 Jan 2013 01:44:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=YfHdCwjBsLXRW5feLmciF6uUYOCbUPGKC8z3ungoS4U=; b=l/HkFxZSSKFEmdtqWsIsjS/KuOCtjhdU3DFu4lnqAOt6W/H2prRt14RZmEvUfGxjDu HJfQKsU3MrEP+ceQB2ZGzVHeZKLyvhT8gR5cYw9YWixP/cqnKyTZFZZJrlURG25X9OrF J/5Lh1HmWd/sGyIc7qaBB/m2LVNNSbZUWxKfTuc5uTx1ljGSjakxMFrOr+eB8KVxpsnO ZaDzu1U9eNY9lpLa8dYoAfMgPQk7ZPM0cTWHv+COiD8Ljl817keB6DkFg0iTaIBv8IF2 A7Z6SkfrGqvjqvjZVkViItv/1/hxZT9WDByY57/hDuxRtGXD0bb99E2Qj9C25jA5JH8U EC4g== Received: by 10.236.82.169 with SMTP id o29mr39870769yhe.116.1357033450932; Tue, 01 Jan 2013 01:44:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.147.119.38 with HTTP; Tue, 1 Jan 2013 01:43:50 -0800 (PST) From: Juli Mallett Date: Tue, 1 Jan 2013 01:43:50 -0800 Message-ID: Subject: Ubiquiti EdgeRouter Lite: coming (hopefully) very soon. To: "freebsd-mips@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnrYvmEwV/UfjKWU18QAgh0KySU0A6mqoGi0FRFRznV8U+p6qFJScfWZzqdPUYGFtFtDrE6 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, 01 Jan 2013 09:44:18 -0000 Hey all, My EdgeRouter Lite will be arriving soon and I just snagged a copy of the GPL sources from Ubiquiti. Assuming I'm understanding what's here right, looks like the EdgeMax platform is Octeon-based, and should require only very, very trivial modifications to FreeBSD. The modifications made for linux suggest UBNT calls the board an "E100". It's $99 and dual-core CN50xx 500MHz. A little disappointed it's not an Octeon II, but that's hardly surprising. By far the cheapest Octeon system available and perhaps one of the best MIPS ones available given the price point. Should be a lot of fun. Note that for reference I know of major OEMs that produce boards with comparable specs that were looking for $300 each just a few months ago. These boards are a very fine bargain indeed, and FreeBSD supports most of what's on them, and it will only take about 10 minutes to get a suitable FreeBSD kernel put together with hardware in-hand. (I may not be able to do it until late January due to other commitments, but encourage anyone who has an EdgeRouter Lite in their hands to give it a shot. Just look at the changes Ubiquiti made to the Simple Executive to add their private board type, add an OCTEON_VENDOR_UBIQUITI (or _UBNT, I'm not picky) config option and add the board type and go from there in the same way that other vendors' boards have been supported. It's a great entry-level kernel task. The hardware is small and light, so I may take one with me in my travels and see what I can find time for, but it'd be very cool to see this supported in-tree as soon as possible.) Thanks, Juli.