From owner-freebsd-current@freebsd.org Mon Dec 4 18:33:13 2017 Return-Path: Delivered-To: freebsd-current@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 DDFAAE67B35 for ; Mon, 4 Dec 2017 18:33:13 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C6FC8743C3 for ; Mon, 4 Dec 2017 18:33:13 +0000 (UTC) (envelope-from ian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C643DE67B34; Mon, 4 Dec 2017 18:33:13 +0000 (UTC) Delivered-To: current@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 C5DCDE67B33 for ; Mon, 4 Dec 2017 18:33:13 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 A9DA7743C2 for ; Mon, 4 Dec 2017 18:33:13 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 75ee5457-d921-11e7-97f4-9d8903e843e3 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 75ee5457-d921-11e7-97f4-9d8903e843e3; Mon, 04 Dec 2017 18:32:19 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id vB4IVx7f001581; Mon, 4 Dec 2017 11:32:00 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1512412319.27882.14.camel@freebsd.org> Subject: Re: how to produce dtb from dts? From: Ian Lepore To: Daniel Braniss , FreeBSD Current Date: Mon, 04 Dec 2017 11:31:59 -0700 In-Reply-To: References: Content-Type: text/plain; charset="iso-8859-7" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 18:33:14 -0000 On Mon, 2017-12-04 at 19:06 +0200, Daniel Braniss wrote: > Hi, > what¢s the current official procedure to compile/convert a dts file, > I¢m my case sun8i-h3-nanopi-neo.dts > to its dtb? > > thanks, > danny > make builddtb FDT_DTS_FILE= DTBOUTPUTPATH= -- Ian