From owner-freebsd-arm@FreeBSD.ORG Thu Jan 17 10:56:37 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CEF01E68 for ; Thu, 17 Jan 2013 10:56:37 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE1B2DD for ; Thu, 17 Jan 2013 10:56:37 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id k14so4520328iea.10 for ; Thu, 17 Jan 2013 02:56:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=77wcGzbJ8t0mIFRnjL7qx4PTkaLb4cp/mqGZi/nJAxE=; b=K7lMV26BUKdR0dqdJX9yGg+1oNOiYIagecNhCH/skcI+PngC9uhZc/5ly78FQ8opQF +M2iX+EMfrzI0DC0FvdKwHP+vgC/9lnzNPo3CyklQuWXagtt+619gMcMafd+Zmu2MuaI K1i4Mo1z55zW9tG14rA2h2/kDnu3fh0nZVZsTjU8bRmf15ijFQaBL1ID5DVsnyJ1AWPZ 4EvzzTK2vzWUJOTmiMaCfeWMVIq8LxqQpQqjHA8svGFdqQ0xJlhKT8BD6yDSculIx4fR Mb1X2q0782lZpXxuWAxjIe+IZKLD/h1q1Q2+wpb42FBKN4wNV0WWxv56C4tMws6HSLcJ uLMg== MIME-Version: 1.0 X-Received: by 10.42.72.132 with SMTP id o4mr2897364icj.44.1358420197055; Thu, 17 Jan 2013 02:56:37 -0800 (PST) Received: by 10.64.170.167 with HTTP; Thu, 17 Jan 2013 02:56:36 -0800 (PST) In-Reply-To: <201301050832.36489.hselasky@c2i.net> References: <201301042002.04400.hselasky@c2i.net> <201301050832.36489.hselasky@c2i.net> Date: Thu, 17 Jan 2013 18:56:36 +0800 Message-ID: Subject: Re: Allwinner A10 From: Ganbold Tsagaankhuu To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 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: Thu, 17 Jan 2013 10:56:37 -0000 Hans, On Sat, Jan 5, 2013 at 3:32 PM, Hans Petter Selasky wrote: > On Saturday 05 January 2013 05:20:43 Ganbold Tsagaankhuu wrote: >> Hans, >> >> So this is more complete debug message: >> >> http://pastebin.ca/2299512 >> >> Now it goes up to /sbin/init and stops there, and it can be related to >> rootfs on usb stick. >> >> But why enabling usb debug makes it close to work? Or stick >> information appear in dmesg? >> >> Ganbold > > Can be a cache issue. Please try patch posted yesterday to this list. > What could be the reason of following (usb disconnect when try to mount)? http://pastebin.ca/2303811 btw, with usb debug msg enabled it goes all the way to FreeBSD/arm login msg. Ganbold > --HPS