From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 17:04:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 084F216A41F for ; Fri, 19 Aug 2005 17:04:16 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9202243D45 for ; Fri, 19 Aug 2005 17:04:15 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so606658wra for ; Fri, 19 Aug 2005 10:04:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=msm6jh8+EXECYzpiz2aS+1qmmBhm3CL54p9la6wpGfaFCuv8Mr+wSet3B/Werrt6NHtdaNabf/p3peq7DXbUco2gch1bSh5ctAagvuYT18QM6MgS1u2nNOLSTy0R7VsaW/0p0ra4j7tDdzoXwSfoYEGENWfrD86M2HOZeVhT2m0= Received: by 10.54.94.1 with SMTP id r1mr1471520wrb; Fri, 19 Aug 2005 10:04:15 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Fri, 19 Aug 2005 10:04:15 -0700 (PDT) Message-ID: Date: Fri, 19 Aug 2005 12:04:15 -0500 From: Nikolas Britton To: Bsderss In-Reply-To: <20050819143117.1602.qmail@web54407.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44zmreghxt.fsf@be-well.ilk.org> <20050819143117.1602.qmail@web54407.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Embedded FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 17:04:16 -0000 On 8/19/05, Bsderss wrote: >=20 >=20 > --- Lowell Gilbert > wrote: >=20 >=20 > > useful. Have you looked at the FreeBSD > > Documentation article on > > "FreeBSD and Solid State Devices"? > > > Thank you very much for the comperhensive > documentation. > I want to create a embedded freebsd gateway in the > M-System DiskOnChip. Do you know where can I purchase > a board with flash-memory chip built-in? Apart from > the flash-memory, is there any of these boards consist > more than one ethernet built-in ports? http://www.soekris.com/ http://www.pcengines.ch/ http://www.viaembedded.com/ http://www.m0n0.ch/wall/ CompatFlash to IDE bridge, to get around flash rams finite writes copy the system onto a ramdrive. If you need an example of how to do this look at m0n0wall. >=20 > Since I also want to start development in iPAQ for a > GPS project, therefore I want to know whether there is > a RTOS based on FreeBSD for this purpose. I found > rtems is an open source RTOS, it ported tcp/ip stack > from FreeBSD. But I don't know how to build its > bootable CD ISO after I downloaded its source to one > of my FreeBSD development server. Why do you need RT? I would check around the NetBSD camp, this would be right up their alley. http://www.netbsd.org/Misc/embed.html