From owner-freebsd-embedded@FreeBSD.ORG Mon Jul 1 19:46:09 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A6B33739 for ; Mon, 1 Jul 2013 19:46:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-x231.google.com (mail-qe0-x231.google.com [IPv6:2607:f8b0:400d:c02::231]) by mx1.freebsd.org (Postfix) with ESMTP id 6E6B61E00 for ; Mon, 1 Jul 2013 19:46:09 +0000 (UTC) Received: by mail-qe0-f49.google.com with SMTP id cz11so1881665qeb.8 for ; Mon, 01 Jul 2013 12:46:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=9PELoN9LaPlb1ROqdlWCjb8Tr2r1/utkO9pFbKIkSLI=; b=UkIIFadPAt4ostsJwqsod/KjFaNS01Hf5Gi6FGVaFMV0w0QcDjp4ip0zL325XEJfTQ SlL9UP8rs2PSykKr4Lza+bLBAh9LvX/fknz6c0ew0Jkz6+TAORwVgKSEbhMycVU9Iv2X Bro7CTkMyjCNBrANQBdZqkXzsB7lGPuZgUQdmKNyFh8D+2m65esyQPhZCbxXjrTSE8jK VjXq5AKuyYhMQjXmOGWD8G3iBX4JI5c+P+rIHQIskBKDuYPavRVcWyKtvLpKTdvWpZYc 8wK4yyGxoaMlyt6TL7xCxLfOQTVMN/79e0j0kHAh1HGLsjfcl92/X1U0VP+G2hG/vh/u 9xAQ== MIME-Version: 1.0 X-Received: by 10.224.127.73 with SMTP id f9mr34518430qas.4.1372707969034; Mon, 01 Jul 2013 12:46:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.33.198 with HTTP; Mon, 1 Jul 2013 12:46:08 -0700 (PDT) In-Reply-To: <20130701220301.1636@relay.ibs.dn.ua> References: <20130701152313.60982@relay.ibs.dn.ua> <20130701220301.1636@relay.ibs.dn.ua> Date: Mon, 1 Jul 2013 12:46:08 -0700 X-Google-Sender-Auth: 92y-ACVRsmQCrQTGMvqlyEQZclk Message-ID: Subject: Re: FreeBSD on ASUS, TP-Link and D-Link routers? From: Adrian Chadd To: Zeus Panchenko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2013 19:46:09 -0000 On 1 July 2013 12:03, Zeus Panchenko wrote: > Adrian Chadd wrote: > >> if it has an ar71xx, ar724x or ar913x SoC, with 32mb of RAM or more, >> and 8mb flash or more .. yes. > > thanks much, many of them are ar71xx based Right. Well, I've done most of the heavy lifting. The build scripts aren't at all polished like openwrt but they're enough for me to run my own test APs at home. So if you'd like to take a crack at bringing up FreebSD on one of the devices, please feel free to grab one, get a serial console going, then ask questions on the -embedded mailing list. I'm happy to help someone implement board support! -adrian