<div dir="ltr">I updated the code. Still I am not getting the debug messages. <div>Can there be any other possibility ? </div><div><br></div><div>Previously I used to get messages from bcm283x_dwcotg driver. </div><div><br></div><div><div>*** LIBBSD INIT 1 TEST ***                                                                                               </div><div>nexus0: <RTEMS Nexus device>                                                                                             </div><div>bcm283x_dwcotg0: <DWC OTG 2.0 integrated USB controller (bcm283x)> on nexus0</div><div>usbus0 on bcm283x_dwcotg0</div><div>usbus0: 480Mbps High Speed USB v2.0</div><div>uhub0: <DWCOTG OTG Root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0</div><div>uhub0: 1 port with 1 removable, self powered<br></div><div>...</div></div><div><br></div><div>And now these messages are not coming. Only the following </div><div><div><br></div><div>*** LIBBSD INIT 1 TEST ***</div><div>nexus0: <RTEMS Nexus device></div></div><div>... </div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 6, 2016 at 12:25 PM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/07/2016 16:46, Deval Shah wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I couldn't find rc.conf file.<br>
</blockquote>
<br></span>
It is something you add into your application. I assumed you had an app. Sorry for the confusion.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
And I added the following. Is this the<br>
correct place ? Because I am still not getting the debug printfs.<br>
<br>
diff --git a/testsuite/include/rtems/bsd/test/default-init.h<br>
b/testsuite/include/rtems/bsd/test/default-init.h<br>
index ab2ab3a..873c01a 100644<br>
--- a/testsuite/include/rtems/bsd/test/default-init.h<br>
+++ b/testsuite/include/rtems/bsd/test/default-init.h<br>
@@ -39,6 +39,7 @@ rtems_task Init(<br>
  {<br>
    rtems_status_code sc;<br>
+  rtems_bsd_setlogpriority("debug");<br>
    puts( "*** " TEST_NAME " TEST ***" );<br>
    /*<br>
<br>
</blockquote>
<br></span>
Ah ok, you are using the tests. I think it is ok for the tests to have the priority set to 'debug'. I will make a change and push it.<span class="HOEnZb"><font color="#888888"><br>
<br>
Chris<br>
</font></span></blockquote></div><br></div>