From owner-freebsd-arm@freebsd.org Thu Apr 20 01:33:25 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C98D46135 for ; Thu, 20 Apr 2017 01:33:25 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-189.reflexion.net [208.70.211.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81F571D15 for ; Thu, 20 Apr 2017 01:33:25 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 16123 invoked from network); 20 Apr 2017 01:26:44 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 20 Apr 2017 01:26:44 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.40.0) with SMTP; Wed, 19 Apr 2017 21:26:44 -0400 (EDT) Received: (qmail 23924 invoked from network); 20 Apr 2017 01:26:44 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 20 Apr 2017 01:26:44 -0000 Received: from [192.168.1.106] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id BFFAEEC8663; Wed, 19 Apr 2017 18:26:43 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: HEAD on RPI3 From: Mark Millard In-Reply-To: Date: Wed, 19 Apr 2017 18:26:43 -0700 Cc: "freebsd-arm@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <244BD33F-67B0-4C47-84E4-FD4B485689D1@dsl-only.net> References: To: =?utf-8?B?T3RhY8OtbGlv?= X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 01:33:25 -0000 On 2017-Apr-18, at 8:10 PM, Otac=C3=ADlio = wrote: > Dears >=20 > Someone that is using HEAD on a Raspberry PI3 can tell me the revision = that is using? >=20 > Thank you very much >=20 > []'s >=20 > -Otacilio Starting with the sysutils/u-boot-rpi3 installed: # ls -l /boot/efi total 7540 drwxr-xr-x 1 root wheel 4096 Mar 18 05:26 EFI -rwxr-xr-x 1 root wheel 1494 Mar 18 05:26 LICENCE.broadcom -rwxr-xr-x 1 root wheel 123 Mar 18 05:26 README -rwxr-xr-x 1 root wheel 6144 Mar 18 05:26 armstub8.bin -rwxr-xr-x 1 root wheel 17480 Mar 18 05:26 bcm2710-rpi-3-b.dtb -rwxr-xr-x 1 root wheel 17932 Mar 18 05:26 bootcode.bin -rwxr-xr-x 1 root wheel 137 Mar 18 05:26 config.txt -rwxr-xr-x 1 root wheel 6482 Mar 18 05:26 fixup.dat -rwxr-xr-x 1 root wheel 2504 Mar 18 05:26 fixup_cd.dat -rwxr-xr-x 1 root wheel 9716 Mar 18 05:26 fixup_x.dat drwxr-xr-x 1 root wheel 4096 Mar 18 05:26 overlays -rwxr-xr-x 1 root wheel 2747896 Mar 18 05:26 start.elf -rwxr-xr-x 1 root wheel 618296 Mar 18 05:26 start_cd.elf -rwxr-xr-x 1 root wheel 3879416 Mar 18 05:26 start_x.elf -rwxr-xr-x 1 root wheel 9 Mar 18 05:26 startup.nsh -rwxr-xr-x 1 root wheel 369456 Mar 18 05:26 u-boot.bin # ls -l /boot/efi/overlays/ total 8 -rwxr-xr-x 1 root wheel 1053 Mar 18 05:26 mmc.dtbo -rwxr-xr-x 1 root wheel 818 Mar 18 05:26 pi3-disable-bt.dtbo So this is from before the sysutils/u-boot-rpi3 -r436197 (2017-Mar-29) that was for: Do not overwrite WRKSRC when USE_GITHUB=3Dnodefault. but is from -r433351 instead (2017-Feb-5 check-in). To update I generally buildworld and buildkernel from source and install them, not doing anything with sysutils/u-boot-rpi3 unless something significant seems to have come along for u-boot. I just updated from head -r314687 to -r317015 : # uname -paKU FreeBSD rpi3 12.0-CURRENT FreeBSD 12.0-CURRENT r317015M arm64 aarch64 = 1200028 1200028 =3D=3D=3D Mark Millard markmi at dsl-only.net