From owner-freebsd-arm@FreeBSD.ORG Mon Dec 21 18:33:17 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4E851065693 for ; Mon, 21 Dec 2009 18:33:17 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 44F518FC1F for ; Mon, 21 Dec 2009 18:33:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id E9BEDBCE2; Mon, 21 Dec 2009 19:17:41 +0100 (CET) X-Virus-Scanned: amavisd-new at example.com Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id r+kYUJ2WAn6a; Mon, 21 Dec 2009 19:17:37 +0100 (CET) Received: from c64.rebootking.de (e176137004.adsl.alicedsl.de [85.176.137.4]) by dedihh.fuckner.net (Postfix) with ESMTPA id E9E40BCC6; Mon, 21 Dec 2009 19:17:36 +0100 (CET) Message-ID: <4B2FC984.10708@fuckner.net> Date: Mon, 21 Dec 2009 19:16:20 +0000 From: Michael Fuckner User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20091219 Thunderbird/3.0 MIME-Version: 1.0 To: SAITOU Toshihide References: <1284BB72-0FAC-49E4-86FB-D44D9FD630B0@semihalf.com> <26843206.post@talk.nabble.com> <26846376.post@talk.nabble.com> <20091219.163055.193684234.toshi@ruby.ocn.ne.jp> In-Reply-To: <20091219.163055.193684234.toshi@ruby.ocn.ne.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: fetch data corruption on local fs [SOLVED] 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: Mon, 21 Dec 2009 18:33:17 -0000 On 12/19/09 07:30, SAITOU Toshihide wrote: > It seems the patches are already mainlined. > http://www.plugcomputer.org/plugwiki/index.php/Das_U-boot_plug_support > > So, Has anyone success to build the Open U-Boot with > CONFIG_API and booting ubldr? I could just compile it (debian lenny in virtualbox with codesourcery-toolchain) If anyone is interested, you can find the binary here: http://dedi2.fuckner.net/~molli123/temp/u-boot.kwb My current problem is that I don't know how to use openocd on FreeBSD-8. Do I have to config with libftdi or without. USB on 8 still is a little bit strange to me :( Regards, Michael!