Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Dec 2016 18:41:02 +0100
From:      Michael Sperber <sperber@deinprogramm.de>
To:        freebsd-arm@freebsd.org
Subject:   Re: Can't get 11.0-RELEASE to boot on Banana PI M3
Message-ID:  <y9lzikfbl8x.fsf@jellaby.local>
In-Reply-To: <A218DF6A-4EFA-4EB7-99EC-8DA2E077DE3F@dsl-only.net> (Mark Millard's message of "Mon, 28 Nov 2016 00:20:32 -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>

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


Mark Millard <markmi@dsl-only.net> writes:

> Black <-> Gnd
> Green <-> Rx (middle pin of the 3)
> White <-> Tx
>
> Red not connected

Ah, thanks!  This got me here:

Loader variables:

Manual root filesystem specification:
  <fstype>:<device> [options]
      Mount <device> using filesystem <fstype>
      and with the specified (optional) option list.

    eg. ufs:/dev/da0s1a
        zfs:tank
        cd9660:/dev/cd0 ro
          (which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)

  ?               List valid disk boot devices
  .               Yield 1 second (for background tasks)
  <empty line>    Abort manual input

mountroot> ?

List of GEOM managed disk devices:
  da0 diskid/DISK-E79F652A mmcsd1 diskid/DISK-BDA51C2Ds2a ufsid/582fa82db6b4890b diskid/DISK-BDA51C2Ds2 diskid/DISK-BDA51C2Ds1 mmcsd0s2a msdosfs/BOOT diskid/DISK-BDA51C2D mmcsd0s2 mmcsd0s1 mmcsd0

I tried this (not really knowing what I'm doing):

mountroot> ufs:/dev/da0s1a
Trying to mount root from ufs:/dev/da0s1a []...
mountroot: waiting for device /dev/da0s1a...
Mounting from ufs:/dev/da0s1a failed with error 19.

Any suggestions on how to go on from here?

-- 
Regards,
Mike



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