From owner-freebsd-current@freebsd.org Mon Dec 4 17:34:04 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 E1E88E5F081 for ; Mon, 4 Dec 2017 17:34:04 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C1CC371E96 for ; Mon, 4 Dec 2017 17:34:04 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: by mailman.ysv.freebsd.org (Postfix) id BE22AE5F080; Mon, 4 Dec 2017 17:34:04 +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 BD815E5F07F for ; Mon, 4 Dec 2017 17:34:04 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AA9E71E87 for ; Mon, 4 Dec 2017 17:34:03 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 93089396; Mon, 4 Dec 2017 18:33:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=B4EHY0iHh9nS3W41e6WnFEmV0QI=; b=WmUW1p/Q6gPA+3jFmJ93nVEdJRth k7FZlbjWnCPhlaW4IXecgZy2MAr5Ml86wcq4cFMJ5Yay4K1lQi0PiCaHZB8UFjOD eWHe534/X271JG1tYeHwZBYJqR4FuR5312Ce+R40cY15Gq2raoDQ8fEHnDIoKnnP r+QPoxjDmsSfytM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=d+7DjyC+4BgxAScD05dXEI2Ym8WkG7X/SFKuFLlEWDh9h9wR6R9fcB7n cSUKwLSaSElSdQirJU2lXxBPuME9fSrlkZAeM11xRI0J/93qOn3UV28YgdJ1tf6K 2SZLSKeIZyRzmHS1Fx6RxI6Qox4e2O641QpX1dlnmWRCZGZT9Go= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 4ca65c2e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 4 Dec 2017 18:33:54 +0100 (CET) Date: Mon, 4 Dec 2017 18:33:51 +0100 From: Emmanuel Vadot To: Daniel Braniss Cc: FreeBSD Current Subject: Re: how to produce dtb from dts? Message-Id: <20171204183351.8f42a20d8a0798c3871139c3@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:34:05 -0000 On Mon, 4 Dec 2017 19:06:46 +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? >=20 > thanks, > danny You can use sys/tools/fdt/make_dtb.sh This is what the build system uses. --=20 Emmanuel Vadot