From owner-freebsd-embedded@FreeBSD.ORG Fri Sep 28 17:13:31 2012 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 228C7106566B for ; Fri, 28 Sep 2012 17:13:31 +0000 (UTC) (envelope-from freebsd@damnhippie.dyndns.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1CA8FC15 for ; Fri, 28 Sep 2012 17:13:24 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.5/8.14.5) with ESMTP id q8SHDNig049917 for ; Fri, 28 Sep 2012 11:13:23 -0600 (MDT) (envelope-from freebsd@damnhippie.dyndns.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id q8SHDLUp068776; Fri, 28 Sep 2012 11:13:21 -0600 (MDT) (envelope-from freebsd@damnhippie.dyndns.org) From: Ian Lepore To: Oliver Fromme In-Reply-To: <201209281706.q8SH6Otr076349@grabthar.secnetix.de> References: <201209281706.q8SH6Otr076349@grabthar.secnetix.de> Content-Type: text/plain; charset="us-ascii" Date: Fri, 28 Sep 2012 11:13:21 -0600 Message-ID: <1348852401.1113.47.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-embedded@freebsd.org Subject: Re: Looking for hardware advice X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 17:13:31 -0000 On Fri, 2012-09-28 at 19:06 +0200, Oliver Fromme wrote: > Warner Losh wrote: > > The Atmel processors look good for this sort of thing. I've recently > > found either the Glomation SBC-9G20u or the Pico SAM9g45 to be good > > and not too expensive (the former is $55 and the latter is $70, at > > least shipping to the US). Although come to think of it the former > > runs on 5V. > > Thanks for the pointers. They're a little larger than I > envisioned, but it should work if I don't find any better > options. > > Does FreeBSD support both of those boards out of the box, > including USB host ports and the GPIO pins? > > Best regards > Oliver > > I have the pico sam9g45 board, and I spent some time last weekend trying to get freebsd up on it. It boots to the point where it launches init then spews some garbage chars to the console and goes comatose. I have a feeling that's being caused by something simple and dumb on my part, and once I figure out what, then the board will be in the "just works" category. In general, we have pretty good support for Atmel ARM stuff. -- Ian