<div dir="ltr"><div><div>Hello,<br><br></div>Thanks everyone for helping. Of the two options, of either using device tree with uboot or using it with the kernel, i have been trying the latter.<br><br></div>In the config file, i am setting,<br>
<pre>1. CONFIG_ARM_APPENDED_DTB<br>2. ARM_ATAG_DTB_COMPAT<br>3. ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER<br>4. CONFIG_USE_OF<br>5. CONFIG_MACH_TEGRA20-IRIS-512_DT<br></pre>I am appending the .dtb for my board file to the zImage generated and then using mkimage to get the uImage. The booting stops at the line <br>
&quot;Starting Kernel....&quot;. As a result of this, i cannot figure out the exact point of my error. As far as the config file is concerned, i have use the first <br>option by itself and then tried separately in conjunction with the second and third option as well. I get the same result in each case.<pre>
<font size="4"><span style="font-family:comic sans ms,sans-serif"><font><font face="arial,helvetica,sans-serif">My reason for trying it with the 2nd and 3rd options, was because of the explanation given in Kconfig file at the below link.<br>
<u><a href="http://lxr.free-electrons.com/source/arch/arm/Kconfig">http://lxr.free-electrons.com/source/arch/arm/Kconfig</a></u><br><br>It might as well be of the kernel booting silently without any debug console output. but, i have not been able to trace this.<br>
</font></font></span></font></pre><pre><font size="4"><span style="font-family:comic sans ms,sans-serif"><font><font face="arial,helvetica,sans-serif">Any suggestions will be helpful.<br></font></font></span></font></pre>
<pre><font size="4"><span style="font-family:comic sans ms,sans-serif"><font><font face="arial,helvetica,sans-serif">Thanks &amp; Regards,<br>Sanchayan.<br></font></font></span></font></pre><pre><font size="4"><span style="font-family:comic sans ms,sans-serif"><font><font face="arial,helvetica,sans-serif"><b>My original post:</b><br>
</font></font></span></font>I am compiling kernel image for a Toradex Colibri module which uses the NVidia Tegra2 processor. <br>The device tree support and files are supplied, which i can see on the below link.<br>
<a href="http://lxr.free-electrons.com/source/arch/arm/boot/dts/?a=arm" target="_blank">http://lxr.free-electrons.com/source/arch/arm/boot/dts/?a=arm</a><br><br>The file name is tegra20-iris-512.dts which then includes tegra20-colibri-512.dtsi.<br>

<br>I want to know how can i link this while doing &quot;make&quot; for 
kernel image compilation. This is required as board config file is not 
present and the device tree has to be used. <br><br>Based on my 
current findings, if the file name is for example exynos4.dts, this will
 be specified in the config file with CONFIG_MACH_EXYNOS4_DT=y. <br>
<br>I want to know if this is the correct way of specifying a device tree file for which .dtb has been generated?<br><br>The kernel version for which i am trying to do this is 3.12.6. <br></pre></div>