From owner-freebsd-arm@FreeBSD.ORG Tue Dec 22 10:58:21 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 F2D851065676 for ; Tue, 22 Dec 2009 10:58:21 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from smtp.ruby.ocn.ne.jp (ruby.ocn.ne.jp [61.207.12.164]) by mx1.freebsd.org (Postfix) with ESMTP id A19748FC18 for ; Tue, 22 Dec 2009 10:58:21 +0000 (UTC) Received: from localhost (p6194-ipadfx01sizuokaden.shizuoka.ocn.ne.jp [219.160.179.194]) by smtp.ruby.ocn.ne.jp (Postfix) with ESMTP id C241426AA; Tue, 22 Dec 2009 19:58:19 +0900 (JST) Date: Tue, 22 Dec 2009 19:58:05 +0900 (JST) Message-Id: <20091222.195805.92587043.toshi@ruby.ocn.ne.jp> To: michael@fuckner.net From: SAITOU Toshihide In-Reply-To: <4B2FC984.10708@fuckner.net> References: <26846376.post@talk.nabble.com> <20091219.163055.193684234.toshi@ruby.ocn.ne.jp> <4B2FC984.10708@fuckner.net> X-GPG-fingerprint: 34B3 0B6A 8520 F5B0 EBC7 69F6 C055 9F8A 0D49 F8FC X-Mailer: Mew version 6.2.51 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii 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: Tue, 22 Dec 2009 10:58:22 -0000 From: Michael Fuckner Subject: Re: fetch data corruption on local fs [SOLVED] Date: Mon, 21 Dec 2009 19:16:20 +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 :( I used JTAGkey and OpenOCD 0.1.0 [1] with port devel/libftdi with these configuration. #interface interface ft2232 ft2232_device_desc "Amontec JTAGkey" ft2232_layout jtagkey ft2232_vid_pid 0x0403 0xCFF8 But I know SheevaPlug implements a FT2232 chip in it for JTAG port and latest OpenOCD 0.3.0 has sheevaplug.cfg, so if you can prepare 0.3.0 (possibly need devel/libusb?), maybe you can use as mentioned [2]: % openocd -f /somewhere/sheevaplug.cfg prepare another terminal then: % telnet localhost 4444 haltsheevaplug_init load_image resume 0x00600000 I don't have SheevaPlug and I'm sorry if this is not helpful. [1] http://bsddev.blogspot.com/2009/04/jtag-openocd-freebsd.html [2] http://www.openplug.org/plugwiki/index.php/Das_U-boot_plug_support > Regards, > Michael! SAITOU Toshihide