From owner-freebsd-arm@freebsd.org Fri Dec 2 11:58:12 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C3B6C624E1 for ; Fri, 2 Dec 2016 11:58:12 +0000 (UTC) (envelope-from sperber@deinprogramm.de) Received: from deinprogramm.de (deinprogramm.de [88.198.58.179]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3D01892 for ; Fri, 2 Dec 2016 11:58:12 +0000 (UTC) (envelope-from sperber@deinprogramm.de) Received: from jellaby.local (p4FD1E649.dip0.t-ipconnect.de [79.209.230.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deinprogramm.de (Postfix) with ESMTPSA id 9EF6E3028B; Fri, 2 Dec 2016 11:58:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=deinprogramm.de; s=default; t=1480679888; bh=rQF3HcswgrHTYkMK6HvffbijG9NNF0bKec2onQehlvo=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=NCAbbnsN+5Bip9Ox9tmVn7gS7UiKao+O1z+btFqHgv5N+QjWkGn0f0ruNzncnMJIE PzPJdFdd/Z4ASyqK9XNQ1JHVN/yya9MblKlF9PfxsjvORrLWvudb2skur7dmxNSF8M z4hCGbzZMf+EAqniC5QBpDhdFCsyCN3HnDviO8CY= Received: from jellaby.local.deinprogramm.de (localhost [IPv6:::1]) by jellaby.local (Postfix) with ESMTP id 853F393B11AA; Fri, 2 Dec 2016 12:58:09 +0100 (CET) From: Michael Sperber To: Mark Millard Cc: freebsd-arm@freebsd.org Subject: Re: Can't get 11.0-RELEASE to boot on Banana PI M3 References: <20161124222152.dfd02dcafdc25182b6b46e50@bidouilliste.com> <66508AA3-436A-4D9E-AAB5-B85D0B4FC40C@dsl-only.net> <9C8B313C-A058-44DF-8673-D23B481CE312@dsl-only.net> Date: Fri, 02 Dec 2016 12:58:09 +0100 In-Reply-To: <9C8B313C-A058-44DF-8673-D23B481CE312@dsl-only.net> (Mark Millard's message of "Thu, 1 Dec 2016 13:46:50 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 11:58:12 -0000 Mark Millard writes: > But none of the explains why it could not mount the root > file system in the first place and the attempt may just > fail as well. A closer look revealed this: da0 at umass-sim0 bus 0 scbus0 target 0 lun 0 da0: Fixed Direct Access SPC-2 SCSI device da0: Serial Number 000000000033 da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present da0: quirks=0x2 So maybe the SD card was just slow. And indeed, with: > ufs:/dev/ufsid/582fa82db6b4890b I get to a login prompt. I tried this in /boot/loader.conf: kern.cam.boot_delay="10000" kern.cam.scsi_delay="3000" ... but that didn't help. Now, I see this: # dmesg | fgrep net awg0: mem 0x1c30000-0x1c300ff on simplebus0 ... but no Ethernet interface here: # ifconfig -a lo0: flags=8049 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 groups: lo nd6 options=21 Any ideas on that one? (BTW, thanks for your patience - very helpful!) -- Regards, Mike