Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can try the <strong>Component inspector</strong> tool.</p> <p><img src="https://i.stack.imgur.com/qXPLd.jpg" alt="enter image description here"></p> <p>It is part of <strong><a href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=PE_QORIQ_SUITE" rel="nofollow noreferrer">QorIQ Configuration Suite</a></strong> which is a plugin for Eclipse.</p> <p>Download <strong><a href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=PE_QORIQ_SUITE&amp;fpsp=1&amp;tab=Design_Tools_Tab" rel="nofollow noreferrer">here</a></strong>. (Requires registration. Free to download.)</p> <hr> <p>Personally as i am on the cmd-line most of the time, and quite addicted to <code>vi</code>, i find its built-in code folding capabilities are somewhat sufficient as long as the <strong><code>dts</code></strong> is properly indented.</p> <p>Setup hot-keys commands to fold/expand blocks of code in <code>vi</code><br> by adding the following lines to <code>.vimrc</code> :</p> <pre><code>nnoremap &lt;silent&gt; &lt;F5&gt; zfa}&lt;CR&gt; nnoremap &lt;silent&gt; &lt;F6&gt; zo&lt;CR&gt; </code></pre> <p>With the above setup, to fold a block/node, simply move the cursor onto any of its lines(except the title) and hit <kbd>F5</kbd>. To expand a folded block/node, move to the line with the folded title and hit <kbd>F6</kbd>.</p> <p>Here is what a partially folded dts looks like in <code>vi</code>. <img src="https://i.stack.imgur.com/3rQt3.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload