From owner-freebsd-mips@FreeBSD.ORG Thu Jan 20 12:55:57 2011 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 26EAA10656C1; Thu, 20 Jan 2011 12:55:57 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 876B58FC12; Thu, 20 Jan 2011 12:55:56 +0000 (UTC) Received: by wyf19 with SMTP id 19so586580wyf.13 for ; Thu, 20 Jan 2011 04:55:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TzApWxS1PneNZfPjExjRDj5NPPJJmbtSdrkNvUFiSsI=; b=WpA/Scmyk76w7kqFULeyKm9m0f9tanqQSwpGOM0fx/qUFaT+9nFEsa2kNJMr81gqhJ tTbaQs+BGTiZR3T/Li5EccjHTyR+MUib42/I6AarcnyuVn5K+97Lpp1VBAu/CfZs87tR UAva4XUeDzFjf7aMzWZichzMjesxJ33HNAsec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AvWPWD9PwjX5XhLUJhl1vBKJQQz+Ia/1727byUcz1vf9FDcB3P4tSuzoXNgu5An5KH HElO/rOs2FIl69U/GL6rBlsYUolLRu+18lP6bClxT5QZpAanKtR2Y7444nkkaOZGLkrK osxIEjSov+3kpWaa8BvZwUiOPwNH3M6p7Okcc= MIME-Version: 1.0 Received: by 10.227.151.145 with SMTP id c17mr2293012wbw.139.1295528155117; Thu, 20 Jan 2011 04:55:55 -0800 (PST) Received: by 10.227.157.145 with HTTP; Thu, 20 Jan 2011 04:55:54 -0800 (PST) In-Reply-To: References: <201101200928.45264.freebsd-mips@dino.sk> Date: Thu, 20 Jan 2011 13:55:54 +0100 Message-ID: From: Monthadar Al Jaberi To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: RS / RSPRO FreeBSD X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2011 12:55:57 -0000 Just a note, I used tinybsd to generate a wireless configuration. Its easy to add extra files and ports to it. My image was around 47 MB with kernel (filesystem 40 MB), then I compressed it to around 10MB and run everything from RAM like Adrian noted. On Thu, Jan 20, 2011 at 10:17 AM, Adrian Chadd wrote: > On 20 January 2011 16:28, Milan Obuch wrote: > >>> There's two scripts to build an MFS root for my tplink AP. One builds >>> a normal one, one builds one using bsdbox (and creates symlinks.) >>> >> >> Which TP-Link model, please? I am going to examine some next week and it will >> be great to know if you succeeded to put FreeBSD on it already... > > WR-1043ND. > > You'll need a few patches and an alternate kernel config file to make > it somewhat work. > USB is broken. The switch PHY isn't yet fully supported so it's a dumb > switch. Other than that, it seems to work alright. > > I've moved back to doing my 11n/mips stuff on the rspro and I've left > the 1043ND running openwrt+ath9k. > > > Adrian > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" > -- //Monthadar Al Jaberi