From owner-freebsd-questions@freebsd.org Sun Apr 21 21:26:45 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEAA01585E86 for ; Sun, 21 Apr 2019 21:26:45 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from yavin.vindaloo.com (yavin.vindaloo.com [173.199.117.73]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "yavin.vindaloo.com", Issuer "Vindaloo Sign CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ED6608B4D0 for ; Sun, 21 Apr 2019 21:26:43 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from anza.vindaloo.com (ool-45714982.dyn.optonline.net [69.113.73.130]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smtp.vindaloo.com", Issuer "Vindaloo Sign CA" (verified OK)) by yavin.vindaloo.com (Postfix) with ESMTPS id 47DD7D7BF5 for ; Sun, 21 Apr 2019 17:26:37 -0400 (EDT) Received: from [10.77.145.19] (h4.82.141.40.ip.windstream.net [40.141.82.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anza.vindaloo.com (Postfix) with ESMTPSA id 4D441101EC; Thu, 18 Apr 2019 10:44:15 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Raspberry Pi From: Christopher Hilton In-Reply-To: <20190417194309.vu2nml7xssb6fd7b@csh-np-macpro.local> Date: Thu, 18 Apr 2019 10:43:42 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <0596C512-871C-445F-BC0E-0B30FEEBA3DE@vindaloo.com> References: <20190417194309.vu2nml7xssb6fd7b@csh-np-macpro.local> To: FreeBSD Questions X-Mailer: Apple Mail (2.3445.9.1) X-Rspamd-Queue-Id: ED6608B4D0 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of chris@vindaloo.com designates 173.199.117.73 as permitted sender) smtp.mailfrom=chris@vindaloo.com X-Spamd-Result: default: False [-0.84 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:173.199.117.73]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[vindaloo.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.93)[-0.933,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(0.04)[asn: 20473(0.26), country: US(-0.06)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[generis.vindaloo.com,vindaloo-net.homeunix.org,yavin.vindaloo.com]; NEURAL_HAM_SHORT(-0.26)[-0.263,0]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_MEDIUM(-0.88)[-0.879,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:173.199.116.0/22, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DATE_IN_PAST(1.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[130.73.113.69.zen.spamhaus.org : 127.0.0.10] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2019 21:26:46 -0000 > On Apr 17, 2019, at 3:43 PM, Christopher Sean Hilton = wrote: >=20 > I'm having trouble getting FreeBSD going on my Raspbery Pi > Hardware. The Pi that I would like to use is : >=20 > - A Raspberry Pi B+ with a manufactures stamp of "2014"; >=20 > I've downloaded the image: > FreeBSD-11.2-STABLE-arm-armv6-RPI-B-20190411-r346104.img.xz from > downloads.freebsd.com [1]. >=20 > I burn it to a PNY 16G MicroSD card on a FreeBSD box as follows: >=20 > - # xzcat = FreeBSD-11.2-STABLE-arm-armv6-RPI-B-20190411-r346104.img.xz \ >> | dd of=3D/dev/da3 bs=3D2621440 > # >=20 > That takes about 5 minutes after that I end up with: a bunch of > partitions on the micro SD card including a freeBSD mountable > filesystem. >=20 > So, I put that SD card into the Raspberry Pi B+ and I get the square > rainbow screen on my HDMI monitor. I have both a USB keyboard and a > mouse attached to the PI at bootup but it never leaves the square > rainbow screen. >=20 > Q: Can any FreeBSD / Raspberry Pi users tell me what my next steps > are? >=20 >=20 > Just as an FYI, I have a second image of Debian Linux of some sort > that boots just fine on this hardware. >=20 > -- Chris >=20 >=20 > = [1][https://download.freebsd.org/ftp/snapshots/arm/armv6/ISO-IMAGES/11.2/F= reeBSD-11.2-STABLE-arm-armv6-RPI-B-20190411-r346104.img.xz] >=20 I=E2=80=99m still testing this but it looks like this was a case of = using the wrong Pi Image.=20 Sorry for the interruption. Chris __o "All I was trying to do was get home from work." _`\<,_ -Rosa Parks ___(*)/_(*)____.___o____..___..o...________ooO..._____________________ Christopher Sean Hilton [chris/at/vindaloo/dot/com]