From nobody Thu Aug 03 15:32:37 2023 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RGtCV1JHDz3cL8p for ; Thu, 3 Aug 2023 15:33:10 +0000 (UTC) (envelope-from titus@edc.ro) Received: from eatlas.ro (eatlas.ro [86.126.82.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "eatlas.ro", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RGtCT3zdvz4Rj5 for ; Thu, 3 Aug 2023 15:33:09 +0000 (UTC) (envelope-from titus@edc.ro) Authentication-Results: mx1.freebsd.org; none Received: from mail.edc.ro ([10.1.4.58]) by eatlas.ro (8.16.1/8.16.1) with ESMTPS id 373FWcig096634 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 3 Aug 2023 18:32:38 +0300 (EEST) (envelope-from titus@edc.ro) Received: from tituss-imac.eatlas.local (eatlas.ro [86.126.82.18]) (authenticated bits=0) by mail.edc.ro (8.16.1/8.16.1) with ESMTPSA id 373FWaVv053375 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 3 Aug 2023 18:32:36 +0300 (EEST) (envelope-from titus@edc.ro) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=edc.ro; s=mail; t=1691076757; bh=+W1H2fjv7YZvQi6b6+Wffri40ieAUSJSh6SO/FvsCXE=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=LmyjgMNl5DKIhk+z3LDU981WyebltoWZg3q32n15dycZVOwhq13wLUpg8i578ZCui 5r2Ix+IvoGojeTbeqH+hb+iwt1GdutSYfW0RnYe8VccifBFk8D1VoQmK/TlVd1ew// SPx4rdAio+c5in8/Y7kfCl9AkmyPwqsEupfHYqkA= Content-Type: text/plain; charset=utf-8 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: PinePro64 does not go past mountroot From: titus In-Reply-To: Date: Thu, 3 Aug 2023 18:32:37 +0300 Cc: freebsd-arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <7AC6AB8D-93D0-471D-A070-6DD6A3891701@edc.ro> References: To: =?utf-8?B?Sm9zw6kgUMOpcmV6?= X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ns.edc.ro X-Rspamd-Queue-Id: 4RGtCT3zdvz4Rj5 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:8708, ipnet:86.120.0.0/13, country:RO] try to stop it at the loader countdown then unload all load kernel load -t dtb /boot/dtb/rockchip/rk3399-rockpro64.dtb boot -v > On Aug 2, 2023, at 11:05 PM, Jos=C3=A9 P=C3=A9rez = wrote: >=20 > Hi, > want to give my PinePro64 another option with FreeBSD, so I downloaded = FreeBSD-14.0-CURRENT-arm64-aarch64-PINE64-20230727-474708c334a7-264358.img= and dd'd it to a USB drive. >=20 > The Pine boots from SPI, flashed with U-Boot 2021.04-11556-g9ecacf77d2 = and make it to FreeBSD, but does not go past mountroot: > ... > WARNING: WITNESS option enabled, expect reduced performance. > ugen2.1: at usbus2 > Trying to mount root from ufs:/dev/ufs/rootfs [rw]... > uhub0 on usbus2 > uhub0: on = usbus2 > ugen4.1: at usbus4 > ugen5.1: at usbus5 > ugen3.1: at usbus3 > ugen1.1: at usbus1 > uhub1 on usbus4 > uhub1: on = usbus4 > uhub2 on usbus5 > uhub4 on usbus3 > uhub2: on = usbus5 > uhub4: on = usbus3 > uhub3 on usbus1 > uhub3: on = usbus1 > ugen0.1: at usbus0 > uhub5 on usbus0 > uhub5: on = usbus0 > uhub4: 1 port with 1 removable, self powered > uhub3: 1 port with 1 removable, self powered > uhub1: 2 ports with 2 removable, self powered > uhub2: 2 ports with 2 removable, self powered > uhub0: 1 port with 1 removable, self powered > uhub5: 1 port with 1 removable, self powered > mountroot: waiting for device /dev/ufs/rootfs... > Mounting from ufs:/dev/ufs/rootfs failed with error 19. >=20 > Loader variables: > vfs.root.mountfrom=3Dufs:/dev/ufs/rootfs > vfs.root.mountfrom.options=3Drw >=20 > Manual root filesystem specification: > : [options] > Mount using filesystem > and with the specified (optional) option list. >=20 > eg. ufs:/dev/da0s1a > zfs:zroot/ROOT/default > cd9660:/dev/cd0 ro > (which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /) >=20 > ? List valid disk boot devices > . Yield 1 second (for background tasks) > Abort manual input >=20 > mountroot> ? >=20 > List of GEOM managed disk devices: >=20 >=20 > mountroot> >=20 >=20 > Can anyone suggest how to solve this? >=20 > Thank you. >=20 >=20 >=20 > --=20 > Jos=C3=A9 P=C3=A9rez >=20