From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 03 May 2007 09:42:01 -0400 Subject: [U-Boot-Users] Where do you find *.dtb files? In-Reply-To: <4639B9ED.7030902@cambridgebroadband.com> References: <4639B9ED.7030902@cambridgebroadband.com> Message-ID: <4639E6A9.2040708@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Alex Zeffertt wrote: > Hi all, > > I'm trying to boot linux-2.6.21-rc5 on my mpc832xemds board which is running > u-boot 1.2.0. > > According to u-boot I need a device tree blob: > > => help bootm > bootm [addr [arg ...]] > - boot application image stored in memory > passing arguments 'arg ...'; when booting a Linux kernel, > 'arg' can be the address of an initrd image > When booting a Linux kernel which requires a flat device-tree > a third argument is required which is the address of the of the > device-tree blob. To boot that kernel without an initrd image, > use a '-' for the second argument. If you do not pass a third > a bd_info struct will be passed instead > > > Can anybody tell me where I can find one for this board? > > TIA, > > Alex Kernel tree under arch/powerpc/boot/dts? Best regards, gvb