lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 2 Nov 2008 20:15:21 +0100 (CET)
From:	Guennadi Liakhovetski <g.liakhovetski@....de>
To:	The Peach <smartart@...cali.it>
cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: kuroboxHG.dts compile FATAL ERROR on 2.6.26

On Sun, 2 Nov 2008, The Peach wrote:

> Hello all
> I'm updating the kernel on my kurobox and I'm stuck with an error when I 
> try to compile the dts file, here is the exact error:
> 
> 
> # dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts
> DTC: dts->dtb  on file "kuroboxHG.dts"
> kuroboxHG.dts:21 syntax error
> FATAL ERROR: Couldn't read input tree
> 
> even if I remove line 21 I get:
> 
> # dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts
> DTC: dts->dtb  on file "kuroboxHG.dts"
> kuroboxHG.dts:28 syntax error
> FATAL ERROR: Couldn't read input tree

Looks like you're using an old version of dtc. Try using dtc from the same 
kernel from which .dts you're compiling:

linux-2.6/arch/powerpc/boot/dts$ ../dtc -I dts -O dtb -V 16 -o /tmp/kuroboxHG.dtb kuroboxHG.dts
DTC: dts->dtb  on file "kuroboxHG.dts"

> sorry, but I'm totally ignorant about dts syntax and can't correct any error.
> Any help will be greately appreciated :)

powerpc specific questions are better directed to linuxppc-dev@...abs.org

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ