From owner-freebsd-embedded@FreeBSD.ORG Sun Mar 15 22:47:57 2015 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 640C7B7F; Sun, 15 Mar 2015 22:47:57 +0000 (UTC) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D1FE23A; Sun, 15 Mar 2015 22:47:57 +0000 (UTC) Received: by iecvj10 with SMTP id vj10so153155146iec.0; Sun, 15 Mar 2015 15:47:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=NXWgHYJ6L3O6lt3fY3BZN1liLcmzLZ8P4NZbaQH/GhI=; b=lTp/oRYxzWNHQHnBA51qau9DBAbh9fo7hjgB87SZ2QmfVxa11VlgDB1bKteqOAXRlx PtRDPLgOuICW+pIMkX1wb4Gg0hwZXpjtFNfqC3ytBmIDFOECK8O36osj7dJlUTbX1VVQ NqIQZSzao6zkkVfEME/w9v/3/IvI57ieimvd5dMbSdN8u+FY8EhkKK2szAaLqrW1Lv3t YgHRDcBimJnhe4P9hzVTyVyZs5NE8hzOFl1Wr332S9wWw6MTPZy1W01weGx3k0hMceTR B+SFf7bSip9xvR+Ed0U8lLStuVTw2Hn9UizthSiP+ZZsyvqG3TLcT8jxEiWhKzRAvBEn GjWQ== MIME-Version: 1.0 X-Received: by 10.50.67.100 with SMTP id m4mr62878884igt.32.1426459676486; Sun, 15 Mar 2015 15:47:56 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Sun, 15 Mar 2015 15:47:56 -0700 (PDT) Date: Sun, 15 Mar 2015 15:47:56 -0700 X-Google-Sender-Auth: b7VXN33AplhiW8Q-PXH3SsZ_KXg Message-ID: Subject: New AP: TP-Link TL-WR1043ND v2 From: Adrian Chadd To: "freebsd-mips@freebsd.org" , "freebsd-embedded@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2015 22:47:57 -0000 Hi! I decided to port to the TP-LINK 1043nd v2, since I did the v1 port and it seems only fitting to also port to the v2 platform. https://wiki.freebsd.org/FreeBSD/mips/TL-WR1043NDv2 It's a QCA9558 SoC running at 720MHz, with 64MB RAM, 8MB flash and an AR8327N 10/100/1000 switch. It supports 2GHz 3x3 802.11n. I've added AR8327 vlan support, so you can run tagged/untagged vlans on the ethernet switch. The main quirk right now is that there's no unique MAC address for the wifi - it has to be set in the configuration file. I'm going to fix that soon. In short: it's actually a rather fast, rather nice looking MIPS router. They're under $50 on Amazon.com. -adrian