From owner-freebsd-arm@FreeBSD.ORG Wed Apr 9 13:23:55 2008 Return-Path: Delivered-To: arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 510C5106566B for ; Wed, 9 Apr 2008 13:23:55 +0000 (UTC) (envelope-from cnicolae@mm-sol.com) Received: from ns.mm-sol.com (ns.mm-sol.com [213.240.235.226]) by mx1.freebsd.org (Postfix) with ESMTP id C098E8FC12 for ; Wed, 9 Apr 2008 13:23:54 +0000 (UTC) (envelope-from cnicolae@mm-sol.com) Received: from intsrv.int.mm-sol.com ([172.18.0.2]) by ns.mm-sol.com (8.13.1/8.13.1) with ESMTP id m39DNppe007811 for ; Wed, 9 Apr 2008 16:23:51 +0300 Received: from localhost (localhost [127.0.0.1]) by intsrv.int.mm-sol.com (Postfix) with ESMTP id 45FBA663DD4 for ; Wed, 9 Apr 2008 16:23:51 +0300 (EEST) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) X-Spam-Score: -4.399 X-Spam-Level: X-Spam-Status: No, score=-4.399 tagged_above=-999 required=6.3 tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599] Received: from intsrv.int.mm-sol.com ([127.0.0.1]) by localhost (intsrv.int.mm-sol.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KvOe7sk530xD for ; Wed, 9 Apr 2008 16:23:50 +0300 (EEST) Received: from [172.20.4.219] (unknown [172.20.4.219]) by intsrv.int.mm-sol.com (Postfix) with ESMTP id 1C1DB663DD2 for ; Wed, 9 Apr 2008 16:23:50 +0300 (EEST) Message-ID: <47FCC2F2.3070508@mm-sol.com> Date: Wed, 09 Apr 2008 16:21:54 +0300 From: Carabut Nicolae User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 References: <20080406232145.7CC4873039@freebsd-current.sentex.ca> <47FCAD7E.7060705@mm-sol.com> <20080409171240.95c70d24.stas@FreeBSD.org> In-Reply-To: <20080409171240.95c70d24.stas@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: arm@FreeBSD.org Subject: Re: Quick into on the existing products X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 13:23:55 -0000 Sorry, by prpducts I mean anything that uses these boards or where I can use them and what can be done with them. So basically I'm trying to introduce my self ont the embedded world with freebsd so I need some pointers to start from. Let's say I want to build a custom device that resembles a smarthone, can I do that ? what about the touch screen ? etc ... Where I can get examples of model of hoe to develop, some kind of products - not necessarily commecrial - that uses some of the boards/chips enumerated on that page. Examples how they were implemented etc ... thanks Stanislav Sedov wrote: > On Wed, 09 Apr 2008 14:50:22 +0300 > Carabut Nicolae mentioned: > > >> From here I can see some boards supported: >> http://wiki.freebsd.org/FreeBSD/arm >> where I can find some examples of producs that use them ? >> >> > > What do you mean by products? These are usually development kits and > rarely used in commercial products. > > On the other hand FreeBSD can be easily modified to support a custom > board you need if it uses the same peripherals and CPU as supported > board. >