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 _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded