From owner-freebsd-arm@FreeBSD.ORG Mon Aug 26 19:56:32 2013 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 ESMTP id 70EDBF7D for ; Mon, 26 Aug 2013 19:56:32 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from mail-oa0-x22f.google.com (mail-oa0-x22f.google.com [IPv6:2607:f8b0:4003:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D4F12B92 for ; Mon, 26 Aug 2013 19:56:32 +0000 (UTC) Received: by mail-oa0-f47.google.com with SMTP id g12so4160385oah.20 for ; Mon, 26 Aug 2013 12:56:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tux6blEnrXIaUujKsefa/MXTV8EMVUSZYuTGNLMXXJI=; b=ySCdJGMtQveYmlgya4gaHHT+v6hDZAKbn1zWmvRtOjtOX+/6Kzlpa716evJnJt4C6N qX+R5CmfyvwgpAo+ft6nhFacl+fJe+xNo0iEVLa8VLVo/n28PxMl7gQwSEDHydEoFUwp 7BScixghM9BwadP46Cfimo56Jj4eDftpb2uvKW3qQxcJ8xv1jqypWwravtmwZp6W+lnf 1ris3jTPcyNK++Zeo15iWnJixpFWyq6dBW/Coh2OdsQYYLBTU4TYgabwZ06r9DBSGhrN 0dwElRspEj35/wEURzCuYKnvpYlDR51Ns9uHV+pxtWrMHderTGV+cWXOVm+EML50LFXH irdQ== X-Received: by 10.182.227.227 with SMTP id sd3mr1673458obc.68.1377546991476; Mon, 26 Aug 2013 12:56:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.131.111 with HTTP; Mon, 26 Aug 2013 12:56:00 -0700 (PDT) In-Reply-To: References: <5218FBE2.2000907@m5p.com> From: Jia-Shiun Li Date: Tue, 27 Aug 2013 03:56:00 +0800 Message-ID: Subject: Re: Pretty good RPi version? To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 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, 26 Aug 2013 19:56:32 -0000 Today it seems to be worse... panic immediately after booting up if Ethernet connected: http://goo.gl/WPEBo8 If disconnect Ethernet, it can boot up. But it has many 'memory modified after free' message, and soon panics after running portsnap. http://goo.gl/3nHKNW Kernel version is FreeBSD 10.0-CURRENT #0 r254914: Tue Aug 27 00:42:02 CST 2013 Jia-Shiun.