From owner-freebsd-embedded@FreeBSD.ORG Sun Jun 5 17:18:04 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17741106566C; Sun, 5 Jun 2011 17:18:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C9D258FC1B; Sun, 5 Jun 2011 17:18:03 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p55HHgaV077148 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sun, 5 Jun 2011 11:17:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <81D83998-D920-4A69-ACF8-519527D3BC7F@FreeBSD.org> Date: Sun, 5 Jun 2011 11:17:38 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <33A57F2E-AD83-4507-BC60-D4A24022D1BD@bsdimp.com> References: <81D83998-D920-4A69-ACF8-519527D3BC7F@FreeBSD.org> To: Henrik Brix Andersen X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sun, 05 Jun 2011 11:17:42 -0600 (MDT) Cc: freebsd-embedded@freebsd.org Subject: Re: Problem with NanoBSD And Alix Board not device boot 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: Sun, 05 Jun 2011 17:18:04 -0000 On Jun 5, 2011, at 11:10 AM, Henrik Brix Andersen wrote: > On Jun 5, 2011, at 18:57, Warner Losh wrote: >> nopacket mode is the hardest of all modes to use. Your CF's reported = geometry *MUST* be encoded properly in the nano config file. This isn't = the geometry that the CF card reader reports, but what the CF card = reports in true IDE mode. This will vary from card to card (even cards = with exactly the same label). Unless your boot loader doesn't support = packet mode properly, I'd strongly urge you to use packet mode. >=20 > Last time I checked, the TinyBIOS used in the Alix boards does not = support packet mode properly (but according to = http://blog.brixandersen.dk/?p=3D94 this was 3 years ago, I'll try to = find time to retest against a newer version of TinyBIOS). If it is required, it is required and you have to get things exactly = right. Warner