From owner-freebsd-mips@FreeBSD.ORG Wed Mar 25 07:32:52 2015 Return-Path: Delivered-To: freebsd-mips@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 1A401CE7 for ; Wed, 25 Mar 2015 07:32:52 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A4918179 for ; Wed, 25 Mar 2015 07:32:50 +0000 (UTC) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id t2P7MMQ9019339 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 25 Mar 2015 15:22:22 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id t2P7MMQB019336; Wed, 25 Mar 2015 15:22:22 +0800 (CST) (envelope-from kevlo) Date: Wed, 25 Mar 2015 15:22:21 +0800 From: Kevin Lo To: Sreenath Battalahalli Subject: Re: AsiaRF AWM003 Message-ID: <20150325072221.GA18859@ns.kevlo.org> References: <1427261727.21161.YahooMailBasic@web122104.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427261727.21161.YahooMailBasic@web122104.mail.ne1.yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 07:32:52 -0000 On Tue, Mar 24, 2015 at 10:35:27PM -0700, Sreenath Battalahalli wrote: > > Hi, > > Has anyone tested freebsd with the above board? > Here is a link to the product. It uses Ralink RT5350 (Mips based) and has 64MB ram and 8MB flash. > > http://asiarf.com/BIG-Memory-Tiny-Ralink-802-11n-Wireless-AP-Router-Module-Board-AWM003-product-view-386.html > > I have bought a few of these boards (and one base board on which the module can be mounted to get the port connections out). I have a MPR-A2 [1] which is based on RT5350 SoC with 16MB ram and 8MB flash. It could boot with my diff [2]. Unfortunately, wireless isn't yet supported. ray@ would like to add RT305x/RT5350 support for FDT, but don't know when it will be done. [1] http://www.hametech.com/html/product/view2-28-49.html [2] https://people.freebsd.org/~kevlo/rt5350.diff > thanks, > Sreenath Kevin