From owner-freebsd-arm@freebsd.org Mon Dec 5 13:48:31 2016 Return-Path: Delivered-To: freebsd-arm@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 9A1C9C6709D for ; Mon, 5 Dec 2016 13:48:31 +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 8B14EDC for ; Mon, 5 Dec 2016 13:48:31 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 8791AC6709C; Mon, 5 Dec 2016 13:48:31 +0000 (UTC) Delivered-To: arm@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 87400C6709B for ; Mon, 5 Dec 2016 13:48:31 +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 49441DA for ; Mon, 5 Dec 2016 13:48:30 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1cDtcv-000FYG-Cm for arm@freebsd.org; Mon, 05 Dec 2016 15:48:17 +0200 From: Daniel Braniss Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: dtb printout Message-Id: <7FD12DD6-B390-4EF3-811B-391798410BC0@cs.huji.ac.il> Date: Mon, 5 Dec 2016 15:48:17 +0200 To: arm@freebsd.org X-Mailer: Apple Mail (2.3251) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 13:48:31 -0000 Hi, the short version: is there a way to obtain the dtb from the kernel? the longer version: I am developing on several different arm boards, rpi, rpi2, = orangepi-one, orange-pc, to mention=20 a few, and each one has a different u-boot, ubldr, dtb, and I keep = loosing track :-( I find myself too often wondering which ddb file got loaded. cheers, danny