Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Dec 2016 12:58:09 +0100
From:      Michael Sperber <sperber@deinprogramm.de>
To:        Mark Millard <markmi@dsl-only.net>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Can't get 11.0-RELEASE to boot on Banana PI M3
Message-ID:  <y9loa0ua6ge.fsf@jellaby.local>
In-Reply-To: <9C8B313C-A058-44DF-8673-D23B481CE312@dsl-only.net> (Mark Millard's message of "Thu, 1 Dec 2016 13:46:50 -0800")
References:  <y9l7f7t2smo.fsf@jellaby.local> <20161124222152.dfd02dcafdc25182b6b46e50@bidouilliste.com> <66508AA3-436A-4D9E-AAB5-B85D0B4FC40C@dsl-only.net> <y9leg1w11yy.fsf@jellaby.local> <A218DF6A-4EFA-4EB7-99EC-8DA2E077DE3F@dsl-only.net> <y9lzikfbl8x.fsf@jellaby.local> <9C8B313C-A058-44DF-8673-D23B481CE312@dsl-only.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Mark Millard <markmi@dsl-only.net> 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: <USB TO I DE/SATA Device 0016> 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<NO_6_BYTE>

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: <Allwinner Gigabit Ethernet> mem 0x1c30000-0x1c300ff on simplebus0

... but no Ethernet interface here:

# ifconfig -a

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128 
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 
        inet 127.0.0.1 netmask 0xff000000 
        groups: lo 
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>

Any ideas on that one?

(BTW, thanks for your patience - very helpful!)

-- 
Regards,
Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?y9loa0ua6ge.fsf>