From owner-freebsd-mips@FreeBSD.ORG Sun Mar 16 08:46:06 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 EB868D40 for ; Sun, 16 Mar 2014 08:46:06 +0000 (UTC) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACDC3F82 for ; Sun, 16 Mar 2014 08:46:06 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id e16so4650028qcx.41 for ; Sun, 16 Mar 2014 01:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=j+2qKZT5GUGQFIQFl8w+R3xttvP0oZg9z6vGJMS5OHM=; b=Hpg6MXJwhlbImp3pqT/0gcsXbCqZC8ioCFJIRA3Oyo1Ed+AW7WHAXuzv7ARazqT/vJ wdF4J4/0IDVeHPLKSmg4Z4/gCR4PeEKbhlLIeIwvM0K9kvH91o/BkS1v5vP75NYeJajJ ylpsocG7rdNgnQGcmZD/7iX2kCVbNrl48tkDmXkivFcA6JOsvB78fHVfwyRWrawj6LAi 4az7jaL9hXj1PVLqAlfQxQJ/FnUigMpVd5OLZHTfmneJSVE4XJy7IrnpmsOHE+F7owFp 6H/zsXm5jqQ9y9GWstVx0SPT/ijwcYCJ4W0bBeB8KD98l8SMRCDqHCzw26LsSEJ1+14t Tsbg== MIME-Version: 1.0 X-Received: by 10.140.88.80 with SMTP id s74mr19821884qgd.74.1394959565616; Sun, 16 Mar 2014 01:46:05 -0700 (PDT) Received: by 10.224.8.137 with HTTP; Sun, 16 Mar 2014 01:46:05 -0700 (PDT) Date: Sun, 16 Mar 2014 01:46:05 -0700 Message-ID: Subject: db120 (mips74k) boot messages; further help wanted From: Adrian Chadd To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 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: Sun, 16 Mar 2014 08:46:07 -0000 Hi, Now that I've mostly finished the DB120 port and Sean's working on the DIR-825 (rev C1) port, I thought I'd just give a boot example of this platform. It's quite a sweet mips board. I haven't yet booted a full rootfs via USB; that's what I'll do tomorrow or Monday. I'll start stress testing the userland and VM then. But it works great as an AP. https://code.google.com/p/freebsd-wifi-build/wiki/AtherosReferenceDB120 I'm hoping the DIR-825 C1 port will be just as stable as the DB120 is for me. Now, the missing bits: * NAND flash controller - I'm making a start on this now; * I2S - I'll port this over afterward, so we can have sound on boards that ship with sound; * AR8327 VLAN (tagged and per-port) support - someone else will have to crime this from openwrt. I may eventually get around to it, but it'll take some time. I don't currently use the VLAN stuff at home and I haven't yet set this up as a router gateway so I don't need the LAN/WAN port distinction. Thanks to Hiren/Sean for persevering on the DIR-825 rev C1 board port. The config files and build script stuff should be committed in various places in the next couple of days. -a