Error while adding usb ethernet driver

Chris Johns chrisj at rtems.org
Tue Jul 5 08:22:22 UTC 2016


On 05/07/2016 16:54, Deval Shah wrote:
> 1. I updated the rtems-libbsd to the latest version, and it looks like
> all the device_printf are closed in one of the update. I am not able to
> see any log coming from them. Is there any way to switch that on ?

You can either add:

  syslog_priority="debug"

to your rc.conf file or add a call in your init() to:

rtems_bsd_setlogpriority("debug");

The default state of debug is only suitable for developers and not 
users. As a result I have changed the default to suite users. Developers 
just need to enable a suitable priority.

Chris



More information about the devel mailing list