From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Subject: Re: dtc Date: Fri, 08 Aug 2008 15:10:04 +0200 Message-ID: <489C45AC.9080504@grandegger.com> References: <319b0ac50808080546w7bda0293ub9fb4a4160cfd17f@mail.gmail.com> <20080808125430.GA4243@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20080808125430.GA4243-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: Wolfram Sang Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org Wolfram Sang wrote: > Hello Sebastien, > = > On Fri, Aug 08, 2008 at 02:46:54PM +0200, S=E9bastien Chr=E9tien wrote: >> I would like to download dtc for linux 2.6.26 (powerpc). But the link on= the >> ozlab homepage is dead. >> Where can I download it ? > Get it here: > = > http://www.jdl.com/software/ Recent kernel versions have dtc included: http://lxr.linux.no/linux+v2.6.25/arch/powerpc/boot/dtc-src/ If you want to make my-board.dtb, just type: $ make my-board.dtb You may need to specific DTS_FLAGS though, e.g.: $ export DTS_FLAGS=3D"-p 0x1000" $ make my-board.dtb Wolfgang.