<div>Hi,</div><div> </div><div><table><tbody><tr><td class="votecell"></td><td class="postcell"><div><div class="post-text"><p>I am trying to Boot Linux kernel 3.0.1 on a custom hardware.</p><p>I am able to debug the Linux Kernel 3.0.1 boot process till <code>__enable_mmu</code> function defined in head.S, using serial port.</p>
<p>But as soon as <code>__turn_mmu_on</code> function is performed I am not able to debug the boot process.</p><p>I have gone through linux-arm-kernel mailing list archives & i have tried their <code>printascii()</code> work around. But still I am not able to see any boot logs on serial console after <code>__turn_mmu_on</code>. </p>
<p>Here I am able to get logs before <code>__turn_mmu_on</code> so my serial console port is working fine.</p><p>And one more thing - I don't have JTAG.</p><p>Can anyone provide the solution how to debug Linux kernel Boot process after turn MMU on?</p>
<p>Thank you for the support.</p><p> </p><p>Thanks & Regards</p><p>Girish</p><p> </p></div></div></td></tr></tbody></table></div>