Problem booting linux with device tree table

Bartlomiej Sieka tur at semihalf.com
Tue Sep 18 18:06:45 EST 2007


Mustafa Cayir wrote:
> Hi all,
> 
> I am trying to boot TQM5200 with linux 2.6 kernel. i am using latest
> version of linux and u-boot from denx. And compiled with ELDK4.1
> 
> i use dtc compiler with following command: dtc -O dtb -o tqm5200.dtb
> -b 0 tqm5200.dts

The following switches to dtc taken from
http://www.denx.de/wiki/UBoot/UBootFdtInfo work for me:

dtc -b 0 -V 17 -R 4 -S 0x3000 -I dts -O dtb -f tqm5200.dts > tqm5200.dtb

You might want to try them out, especially the "-S 0x3000".

Regards,
Bartlomiej


More information about the Linuxppc-embedded mailing list