From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 7 18:50:16 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFA14106564A for ; Tue, 7 Aug 2012 18:50:16 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6313D8FC0A for ; Tue, 7 Aug 2012 18:50:16 +0000 (UTC) Received: by ggnk4 with SMTP id k4so4891149ggn.13 for ; Tue, 07 Aug 2012 11:50:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=iemMaSl3mToLfUeS3Wj5T6qpLOcsrGpRb4JtKDUx1K8=; b=d3n4oSzgq3XJKIXb+KahQx9/zjm/1YDYDZA6jfHgdiJhmIaYjAUaGXfw2sMJbjCqSo 3bVBXJf+5+tt5/KYkIpVeNSqmuitfYzpNvsTUpPt+e/bJvxYtj8DuVZQ0dNjzlJj4thW 5njGwjwR/GKxL7adGJkTm1QY3bTx+3VabJWqiF+Di+Jw/N+8rOXysllTPYS42Y7QR4jy XG9VeLt81nhb+knkf3XmVWJ4y0CJT9m4E34p1d4xS55FJWmFxMJ8KkfPHKgxFxMtZ2xt cvNs02DsM9vbuNqp3XiruluRg2XaIPplCxz+FlPDlg6aE/2PDgXoaCnXk6PvEB6V22yN v4Ng== Received: by 10.60.12.234 with SMTP id b10mr25979206oec.72.1344365415448; Tue, 07 Aug 2012 11:50:15 -0700 (PDT) Received: from monkey-bot.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPS id o9sm15662005oeg.5.2012.08.07.11.50.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 11:50:14 -0700 (PDT) Sender: Warner Losh Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 7 Aug 2012 12:50:11 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <1878A9A5-E1E9-45D9-829F-D8F544346AA0@bsdimp.com> References: To: Wojciech Puchar X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQn6GOmFfiC2RWALnfGRtYrXM1q+1B1ldNh2e1QoyDj/aDTz4oTO+X/3B1NVRCA6FiVnL8Az Cc: freebsd-hackers@freebsd.org Subject: Re: SMALL FreeBSD capable board X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 18:50:16 -0000 On Aug 5, 2012, at 8:36 AM, Wojciech Puchar wrote: > i am looking for SMALL and specifically low power board that can run = from battery, can run FreeBSD and have at least one ethernet and one USB = port, and reasonable amount of memory (32MB at least). > WiFi not needed. some more than few MB flash is, as well as about 10 = GPIO ports or useful SPI port. >=20 > I already see a lot of useful supported ones in source tree, with ARM = and MIPS. >=20 > I want to make portable router PLUS my own add own hardware, and have = full control over software running on it. >=20 > Any recommendation. >=20 > Ethernut 5 seems great > http://www.ethernut.de/en/hardware/enut5/index.html >=20 > but no info about price and availability in Poland You're looking at about $250 or EU 200 for that. I'd recommend something like: http://www.glomationinc.com/product_9G20u.html which is US$55 + shipping. A friend got one too and will be building an = alarm clock out of it (complicated one). http://www.mini-box.com/pico-SAM9G45-X which is US$69, but has a 4 week lead time. I have both of these on = order. NAND isn't yet supported, but is high on my Atmel hit list. Warner