From owner-freebsd-arm@FreeBSD.ORG Mon Jun 29 10:55:40 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 9553A10656FE for ; Mon, 29 Jun 2009 10:55:40 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from farnsworth.fubar.geek.nz (farnsworth.fubar.geek.nz [69.55.236.47]) by mx1.freebsd.org (Postfix) with ESMTP id 79C9A8FC20 for ; Mon, 29 Jun 2009 10:55:40 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: by farnsworth.fubar.geek.nz (Postfix, from userid 65534) id 3B32A33C7C; Mon, 29 Jun 2009 03:37:46 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on farnsworth.fubar.geek.nz X-Spam-Level: * X-Spam-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_00,HELO_LOCALHOST, RCVD_IN_PBL,RDNS_DYNAMIC autolearn=no version=3.2.5 Received: from localhost (125-238-22-134.broadband-telecom.global-gateway.net.nz [125.238.22.134]) by farnsworth.fubar.geek.nz (Postfix) with ESMTP id E271233C1A; Mon, 29 Jun 2009 03:37:43 -0700 (PDT) Date: Mon, 29 Jun 2009 22:37:44 +1200 From: Andrew Turner To: Donn Miller Message-ID: <20090629223744.14ff27b3@fubar.geek.nz> In-Reply-To: <992872.90651.qm@web35703.mail.mud.yahoo.com> References: <992872.90651.qm@web35703.mail.mud.yahoo.com> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; amd64-portbld-freebsd7.1) X-Pirate: Arrrr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: Support for the Friendly Arm (mini 2440) development board 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, 29 Jun 2009 10:55:41 -0000 On Mon, 29 Jun 2009 00:53:08 -0700 (PDT) Donn Miller wrote: > I also attached the output from the serial console, showing an > attempt to boot a Linux arm kernel. Note that mounting root was > unsuccessful (didn't install a small embedded distribution yet). > > I figured this dmesg, though from Linux, will suffice to sufficiently > describe what this device is and if I can boot FreeBSD-arm on it. I have run FreeBSD on a mini2440 board before. Support for it is still in development as I've been working on support for NAND flash. Unfortunately the kernel appears to not boot anymore due to an alignment fault early on in the boot process. Andrew