From owner-freebsd-current@freebsd.org Mon Dec 4 17:06:52 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 A203DE5DFC7 for ; Mon, 4 Dec 2017 17:06:52 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8B01F705EF for ; Mon, 4 Dec 2017 17:06:52 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 8716DE5DFC6; Mon, 4 Dec 2017 17:06:52 +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 86BDDE5DFC5 for ; Mon, 4 Dec 2017 17:06:52 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E66B705EE for ; Mon, 4 Dec 2017 17:06:51 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from e-bsd.cs.huji.ac.il ([132.65.80.241] helo=outmail.cs.huji.ac.il ident=exim) by kabab.cs.huji.ac.il with esmtp id 1eLuCc-000Meh-Ik for current@freebsd.org; Mon, 04 Dec 2017 19:06:46 +0200 Received: from [132.65.179.42] (helo=imac.bk.cs.huji.ac.il) by outmail.cs.huji.ac.il with esmtpsa id 1eLuCc-0003D6-Gp for current@freebsd.org; Mon, 04 Dec 2017 19:06:46 +0200 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: how to produce dtb from dts? Message-Id: Date: Mon, 4 Dec 2017 19:06:46 +0200 To: FreeBSD Current X-Mailer: Apple Mail (2.3445.4.7) 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 17:06:52 -0000 Hi, what=E2=80=99s the current official procedure to compile/convert a dts = file, I=E2=80=99m my case sun8i-h3-nanopi-neo.dts to its dtb? thanks, danny