From owner-freebsd-small@FreeBSD.ORG Tue May 23 10:39:29 2006 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE8916A421 for ; Tue, 23 May 2006 10:39:29 +0000 (UTC) (envelope-from lists@yazzy.org) Received: from mx1.yazzy.org (mx1.yazzy.org [84.247.145.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4082043D48 for ; Tue, 23 May 2006 10:39:28 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.witelcom.com ([84.247.144.144] helo=marcin) by mx1.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1FiUHw-0007Gz-Lr; Tue, 23 May 2006 12:38:57 +0200 Date: Tue, 23 May 2006 12:39:29 +0200 From: Marcin Jessa To: Ask =?ISO-8859-1?Q?Bj=F8rn?= Hansen Message-ID: <20060523123929.49e3fa62@marcin> In-Reply-To: <8F637B8C-8315-44DF-B912-06B0659734C4@develooper.com> References: <9893390f0605010015s1a6550b0n1766f68ae2a1e610@mail.gmail.com> <4458E7ED.3090400@freebsdbrasil.com.br> <8F637B8C-8315-44DF-B912-06B0659734C4@develooper.com> Organization: YazzY.org X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.5 (--) Cc: freebsd-small@freebsd.org Subject: Re: TinyBSD 0.8 & FreeBSD 6.0 runs on PC Engines WRAP X-BeenThere: freebsd-small@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: Tue, 23 May 2006 10:39:29 -0000 On Tue, 23 May 2006 03:19:36 -0700 Ask Bj=F8rn Hansen wrote: >=20 > On May 3, 2006, at 10:27 AM, Jean Milanez Melo wrote: >=20 > >> TinyBSD 0.8 built on FreeBSD 6.0 boots OK from CompactFlash on WRAP > >> plattforms from PC Engines. I tried TinyBSD, using both the WRAP > >> configuration as provided as well as my customized one, after I =20 > >> failed > >> to get NanoBSD boot on WRAP. > > > > We removed bootmgr on TinyBSD build to fix this problem. >=20 > What was the problem with bootmgr? Would it be possible to fix it =20 > to work on the WRAP boards? >=20 > (I like having two partitions so I can upgrade one while using the =20 > other -- as it's setup by default with NanoBSD). You can allways mount a file system in memory for your upgrades, extract the new image and perform upgrade one the old one using mtree or similar. Marcin.