Hello Heinz,
On 18/02/2022 17:18, Heinz Junkes wrote:
I'm still trying to get the booting and registering and initialising of the i2c
devices on the MVME3100 to work properly.
In confdefs/iodrivers.h the driver address table is built up and then
_IO_Initialize_all_drivers() is called without r
> On 18. Feb 2022, at 17:47, Joel Sherrill wrote:
>
>
> "Normally" the driver initialization entry registers names.
Unfortunately, I cannot confirm that. I don't see any registrations
(rtems_io_register_driver()) of the drivers.
Only rtems_io_initialize() major 0 - > (in my case) 39 is cal
On Fri, Feb 18, 2022 at 10:18 AM Heinz Junkes wrote:
>
> I'm still trying to get the booting and registering and initialising of the
> i2c devices on the MVME3100 to work properly.
>
> In confdefs/iodrivers.h the driver address table is built up and then
> _IO_Initialize_all_drivers() is called w
I'm still trying to get the booting and registering and initialising of the i2c
devices on the MVME3100 to work properly.
In confdefs/iodrivers.h the driver address table is built up and then
_IO_Initialize_all_drivers() is called without registering the individual
devices first.
If I now ente