From owner-freebsd-arm@FreeBSD.ORG Mon May 5 17:26:50 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C05E9E71 for ; Mon, 5 May 2014 17:26:50 +0000 (UTC) Received: from galore.getmail.no (galore.getmail.no [84.210.184.6]) by mx1.freebsd.org (Postfix) with ESMTP id 70D87873 for ; Mon, 5 May 2014 17:26:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by galore.getmail.no (Postfix) with ESMTP id 1CFDA43FF4 for ; Mon, 5 May 2014 19:18:41 +0200 (CEST) Received: from galore.getmail.no ([127.0.0.1]) by localhost (galore.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id BhsD6Km4fC6Z for ; Mon, 5 May 2014 19:18:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by galore.getmail.no (Postfix) with ESMTP id E65BF4401C for ; Mon, 5 May 2014 19:18:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.8.4 galore.getmail.no E65BF4401C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1399310296; bh=TYvYMPyYuW6++esTZy1278D7hPoKsUWPUQ33jD0CqU8=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=kPR1VURqky9g0BW0g4mn0HYxwdQ7Whx5o/h/CvAunj1gVJrUH1ZYJwdo7JJ0YbYsw dRRNSXo1Y5cS7QZ1m6jvXZN44ZqPHPTNRb2sINJ/vLLDDRXgMgrjlJ+Jpd1jmUmnlO jAZ+nXTieH8Xptc9jZpmbvqoRSG9YpGTRhOWFcWQ= X-Virus-Scanned: amavisd-new at galore.get.c.bitbit.net Received: from galore.getmail.no ([127.0.0.1]) by localhost (galore.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lHP0mOHpvPPE for ; Mon, 5 May 2014 19:18:16 +0200 (CEST) Received: from kg-core1.kg4.no (cm-84.215.180.206.getinternet.no [84.215.180.206]) by galore.getmail.no (Postfix) with ESMTPSA id 6297B43EE0 for ; Mon, 5 May 2014 19:16:52 +0200 (CEST) Date: Mon, 5 May 2014 19:16:49 +0200 From: Torfinn Ingolfsen To: freebsd-arm@FreeBSD.org Subject: Re: FreeBSD on Dockstar: U-Boot / ubldr? Message-Id: <20140505191649.3c52b741dc7bbd140764988c@getmail.no> In-Reply-To: <1399143174.22079.228.camel@revolution.hippie.lan> References: <20140503202047.294ad097b30f4240099659e6@getmail.no> <1399142139.22079.222.camel@revolution.hippie.lan> <20140503204548.a5ebaaddbfb3036e7d74b58a@getmail.no> <1399143174.22079.228.camel@revolution.hippie.lan> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd8.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 17:26:50 -0000 On Sat, 03 May 2014 12:52:54 -0600 Ian Lepore wrote: > I think it's a good idea in general, it could give us a way for people > to "try freebsd" quickly and easily without having to reflash their > boards/boxes with a new u-boot if there's flash memory involved. I managed to build an image for Dockstar with crichet, but then I had a (temporary, hopefully) setback, I managed to brick my Dockstar so that it doesn't even output anything to serial port anymore. it accesses the usb stick on power-on, so it isn't totally dead. I'll have to use a JTAG adapter to revive it. On the positive side; I get to learn about JTAG and the tols to use that. I have a GoodFET42[1] JTAG adapter, but it doesn't seem like it is supported in OpenOCD 0.7.0 (which is the newest version in ports). References: 1) http://goodfet.sourceforge.net/ -- Torfinn Ingolfsen