From owner-freebsd-arm@freebsd.org Fri Apr 13 21:04:24 2018 Return-Path: Delivered-To: freebsd-arm@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 1294DF81578 for ; Fri, 13 Apr 2018 21:04:24 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 B71A168462 for ; Fri, 13 Apr 2018 21:04:23 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id BEB7521784 for ; Fri, 13 Apr 2018 17:04:22 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Fri, 13 Apr 2018 17:04:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=KtN31K 03qcGlY+5y+YToFosCgacLo9H0bWRqKo7Mkc8=; b=k2gSFvIVcA8pevW6RV1QQJ L9aPydp6c+lDkGVBoQvmBEStPslxyZ/CWb9Cw7EAgFvLvd8IaFHIvexTx0lfA36l 9vfbXnhl5oYopH+L8zRrMkRCRXPgvhnB91np/J6f8AcR0h0NsRn2be5ZzipzxL96 mIIQxNixWF0VpjWRvW0VSP9WRsdsq404LMtctVssSLJ4Ik9vbNkKAySNoyEOBPQ2 qlf58CllFBF5mWc0vsNRmkenXZGq5IxXXilpqch2bJzEqgwjj7Q/EEpJSLfKlzsh sy31VjwhG7m+VJy0h+SZyPBwwkx4s/IMgV7EFhB/9wFxC6LnbiGfgtZM/xSB0SlQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 745354133; Fri, 13 Apr 2018 17:04:22 -0400 (EDT) Message-Id: <1523653462.2951986.1337383960.6D5B3105@webmail.messagingengine.com> From: Brad Davis To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-a1de26f4 In-Reply-To: References: Subject: Re: Success building Orange Pi PC Plus (aka OPiPC+) using crochet Date: Fri, 13 Apr 2018 15:04:22 -0600 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 21:04:24 -0000 On Fri, Apr 13, 2018, at 11:43 AM, Curtis Villamizar wrote: > FYI- > > I have a build using crochet for Orange Pi PC Plus that works fine. > > Instructions are at http://occnc.com/info/arm64/NOTES.html > > There are some contributions to crochet but I'm not sure what the > right way is to submit patches and additions to crochet is. Awesome! Just submit a pull request on github. Regards, Brad Davis