Loading libBSD driver modules
Chris Johns
chrisj at rtems.org
Mon Jul 22 00:29:00 UTC 2019
On 21/7/19 8:55 pm, Nils Hölscher wrote:
> Is there a way to load libBSD driver modules one by one?
> Currently rtems loads all drivers at once with rtems_bsd_initialize.
> But I need to debug via network, so I need to have libBSD network support before
> loading my PRU driver Module.
Sorry I do not know of a way.
The current dependency on networking for libdebugger makes this difficult.
Supporting a BSP low level UART transport would help but that is another project
project.
Can you use `printk`?
Chris
More information about the devel
mailing list