From owner-freebsd-arm@FreeBSD.ORG Mon Apr 20 20:40:07 2015 Return-Path: Delivered-To: freeBSD-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D95E506 for ; Mon, 20 Apr 2015 20:40:07 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 2F2DFE74 for ; Mon, 20 Apr 2015 20:40:06 +0000 (UTC) Received: from [192.168.200.200] (unknown [50.136.155.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 39216193657; Mon, 20 Apr 2015 20:40:06 +0000 (UTC) Message-ID: <55356425.1030503@ignoranthack.me> Date: Mon, 20 Apr 2015 13:40:05 -0700 From: Sean Bruno Reply-To: sbruno@freebsd.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Paul Mather CC: freeBSD-arm@freebsd.org Subject: Re: lastest poudriere run, armv6hf target References: <55316705.9020506@ignoranthack.me> <63DBA00A-509B-4B20-BA3E-07AC5F7C8885@gromit.dlib.vt.edu> In-Reply-To: <63DBA00A-509B-4B20-BA3E-07AC5F7C8885@gromit.dlib.vt.edu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 20:40:07 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 04/19/15 16:45, Paul Mather wrote: > On Apr 17, 2015, at 4:03 PM, Sean Bruno > wrote: > >> http://chips.ysv.freebsd.org/build.html?mastername=11armv6hf-default& build=2015-04-13_18h44m36s >> >> >> Not bad. This will probably be the last of the unofficial runs that I >> do as we are transitioning to official hardware/repos. >> >> sean > > Are these packages built on native ARM hardware via Poudriere or > are they cross-built? > > For a while, I have been cross-building my armv6 packages on an > amd64 system using Poudriere via qemu-arm-static. Recently, I've > been interested in trying armv6hf on my BeagleBone Black. When I > try to build an armv6hf jail via Poudriere it complains "Error: You > need to setup an emulator with binmiscctl(8) for armv6hf". > > What binmiscctl signature do I need for armv6hf? > > > Cheers, > > Paul. > > > > Paul: I'm using the exact same signature. /usr/sbin/binmiscctl add armv6 --interpreter "/usr/local/bin/qemu-arm-static" \ - --magic "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x0 0\x28\x00" \ - --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xf f\xff\xff" \ - --size 20 --set-enabled /usr/sbin/binmiscctl add armv6hf --interpreter "/usr/local/bin/qemu-arm-static" \ - --magic "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x0 0\x28\x00" \ - --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xf f\xff\xff" \ - --size 20 --set-enabled sean -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVNWQlXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5k27YH/j5O0RfOYiFiyArOjE0TLsqB 0bBixE98/f0zKp1GKvivq8F4ljNKyKj2+c9wNg/PqGHLhp2OtApDscPwBgrGD744 2SBjVjqiKhI5RLKf4z+BDMCsZ52lSsZAvEd24UQSKwCOLZxBEaqUuu5YBeWp8b7M B7BkqUmy6ijB9iwW5q2EmqdY0yPoDWT6W16SqNTQFclYI40N9NaiM+nD4Isg1xiw XFfR3q+3thJSA+LcPpJKlGy4J0RSZNowoohyxCk7/SFk0hWdT4WAC+GznmG9C96M Z8fl2/AzLM8HEBRKz9MYyj9yXT3wGodafL3/7yJwd+5CM7ajLwnVxdWkkYFc+2I= =2Rkg -----END PGP SIGNATURE-----