Hi,<br><br>I have been struggling to get the RTEMS APBUART driver to work with the driver manager. I seem to be able to register the driver correctly because when i do rtems_drvmgr_print_drvs() i get this:<br><br> --- DRIVERS AND THEIR DEVICES ---<br>
 DRV 0x4003cb08: AMBAPP_GRLIB_DRV<br>    |-> DEV: 0x40041f90 GRLIB AMBA PnP<br> DRV 0x4003ca30: APBUART_DRV<br>    |-> DEV: 0x40042448 GAISLER_APBUART<br>    |-> DEV: 0x400426b0 GAISLER_APBUART<br><br>And there are no reported devices failed to initialize nor devices ignored nor errors. However open("/dev/apbuart0",O_RDWR) allways returns -1. What can i be missing? <br>
<br>Is there a way to view the active /dev/ device names using RTEMS calls? Or is there a way to be sure that the driver has the devname i want?<br><br><br>Best,<br>JM<br><br><br>