You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -192,6 +192,10 @@ <h2>Configuration<a class="headerlink" href="#configuration" title="Permalink to
192
192
<divclass="line">Any other bitrate is not validated on Tegra MTTCAN driver.</div>
193
193
</div>
194
194
</div>
195
+
<p>If you want to show more configuration usage:</p>
196
+
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span>ip link <spanclass="nb">set</span> can0 <spanclass="nb">type</span> can <spanclass="nb">help</span>
197
+
</pre></div>
198
+
</div>
195
199
<olclass="arabic simple" start="3">
196
200
<li><p>Turn on can0</p></li>
197
201
</ol>
@@ -206,17 +210,52 @@ <h2>Configuration<a class="headerlink" href="#configuration" title="Permalink to
206
210
<divclass="section" id="test">
207
211
<h2>Test<aclass="headerlink" href="#test" title="Permalink to this headline">¶</a></h2>
208
212
<olclass="arabic simple">
209
-
<li><p>To send CAN bus data out of can0:</p></li>
213
+
<li><p>Connect CAN_H and CAN_L to other machines.</p></li>
214
+
<li><p>To receive CAN bus data from can0:</p></li>
210
215
</ol>
211
216
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span>candump can0 -t A
0 commit comments