From owner-freebsd-arm@freebsd.org Mon May 18 23:51:40 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C34322F0BD6 for ; Mon, 18 May 2020 23:51:40 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Qwlb3xp1z4XdY for ; Mon, 18 May 2020 23:51:39 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id 04INpd1p065279 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 18 May 2020 16:51:39 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id 04INpdBT065278; Mon, 18 May 2020 16:51:39 -0700 (PDT) (envelope-from fbsd) Date: Mon, 18 May 2020 16:51:38 -0700 From: bob prohaska To: David Mehler Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD 12.1 on Raspberry Pi 3B+, completely headless? Message-ID: <20200518235138.GB65006@www.zefox.net> References: <20200518184007.GA64715@www.zefox.net> <20200518213741.GA65006@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 49Qwlb3xp1z4XdY X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of fbsd@www.zefox.net has no SPF policy when checking 50.1.20.27) smtp.mailfrom=fbsd@www.zefox.net X-Spamd-Result: default: False [3.41 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; WWW_DOT_DOMAIN(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.51)[0.507]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[zefox.net]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_WWW(0.50)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2020 23:51:40 -0000 On Mon, May 18, 2020 at 06:10:41PM -0400, David Mehler wrote: > Hello, > > Thanks for the confirmation that onboard ethernet works. I've booted > the pi and I'm not seeing it on the network. I've tried mounting the > freebsd partition under a linux virtual machine which it's fdisk shows > it as /dev/sdd2 later in the display shows it up as 15. I can not get > it to mount so am not sure what rc.conf is doing, I was hoping it > would get a dhcp address since it's plugged directly in. I also did > add a blank ssh file to the /dev/sdd1 partition. > > Suggestions? > Have you tried plugging in a monitor and keyboard temporarily, just to see what's going on? My guess is that it's getting stuck in single- user mode, or maybe not booting at all for some reason. It definitely should pick up a DHCP connection if it gets to multi-user. I'd expect that to answer ping if nothing else. My only experience re Linux is with Raspbian, and Raspbian absolutely cannot mount ufs filesystems, so what you're seeing seems normal. hth, bob prohaska > Thanks. > Dave. > > > On 5/18/20, bob prohaska wrote: > > On Mon, May 18, 2020 at 05:25:40PM -0400, David Mehler wrote: > >> Hello, > >> > >> Does the onboard ethernet on the pi 3b+ work or do I have to go USB > >> wireless all the way? > >> > > Wired ethernet works fine on the 3B, I believe the + is the same. > > > > hth, > > > > bob prohaska > > > >> Thanks. > >> Dave. > >> > >> > >> On 5/18/20, bob prohaska wrote: > >> > On Mon, May 18, 2020 at 01:02:32PM -0400, David Mehler wrote: > >> >> Hello, > >> >> > >> >> I've got a Raspberry Pi 3b+ that I'd like to put FreeBSD 12.1 on. It > >> >> is completely headless the only thing it has is it's power connection. > >> >> I have downloaded and wrote to sd the latest 12.1 amd64 rpi3 image. > >> > ^^^ > >> > Typo? > >> > > >> _______________________________________________ > >> freebsd-arm@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm > >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > >