Re: Error in initializing network parameters

2016-08-10 Thread Gedare Bloom
We discussed this on IRC and Deval will try to dig deeper to understand the dhcpd example as an approach to event-based synchronization. On Mon, Aug 8, 2016 at 2:13 PM, Deval Shah wrote: > I ran both the dhcpcd examples. The boot logs are below. I am seeing the > same problem in these two exampl

Re: Error in initializing network parameters

2016-08-08 Thread Deval Shah
I ran both the dhcpcd examples. The boot logs are below. I am seeing the same problem in these two examples too. Test program tries to get the network interfaces but it is not found since the USB initialization is still left. *** LIBBSD DHCPCD 1 TEST *** RTEMS Shell on /dev/console. Use 'help' t

Error in initializing network parameters

2016-08-02 Thread Deval Shah
Hello all, With the USB and Ethernet working, I started running other tests like ping01 on raspberry Pi. I am getting following error while running the PING test. -- *** LIBBSD PING 1 TEST *** nexus0:

Re: Error in initializing network parameters

2016-08-02 Thread Sebastian Huber
The USB enumeration runs after the BSD initialization in its own threads. Thus, you have to wait a bit before you attempt to use this interface. You could use a routing socket to do this event triggered, see dhcpcd for an example. On 02/08/16 14:17, Deval Shah wrote: Hello all, With the USB