Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - unable to init devnp-shim.so: unknown error: (3 Items)
   
unable to init devnp-shim.so: unknown error  
Hello.

I recently upgraded from 6.3.2 to 6.4.0 and i have to use io-pkt instead of io-net. I use a Freescale MPC5200 Lite Board
 and the most recent BSP.

Using io-net i used following line and everything worked fine:
io-net -dmpc5200 mac=xxxxxxxxx,verbose -ptcpip

Now with io-pkt, this is the line:
io-pkt-v4-hc -d shim "lib/dll/devn-mpc5200.so" -v -ptcpip mac=xxxxxxxxxx

I entered the full address of the library because i thought that might help, i also tried without the path.

The libraries that i need are included (devnp-shim.so and devn-mpc5200.so). 
During the boot, this is the message that i get:

unable to init devnp-shim.so: unknown error

If I use this command:
io-pkt-v4-hc -dmpc5200 -v -ptcpip mac=xxxxxxxxxx

The error message changes to:
unable to init devn-mpc5200.so: unknown error

Does anybody know a solution?
What further information do you need?
Re: unable to init devnp-shim.so: unknown error  
On Wed, Dec 17, 2008 at 08:37:41AM -0500, Peter Fischer wrote:
> Hello.
> 
> I recently upgraded from 6.3.2 to 6.4.0 and i have to use io-pkt instead of io-net. I use a Freescale MPC5200 Lite 
Board and the most recent BSP.
> 
> Using io-net i used following line and everything worked fine:
> io-net -dmpc5200 mac=xxxxxxxxx,verbose -ptcpip
> 
> Now with io-pkt, this is the line:
> io-pkt-v4-hc -d shim "lib/dll/devn-mpc5200.so" -v -ptcpip mac=xxxxxxxxxx
> 
> I entered the full address of the library because i thought that might help, i also tried without the path.
> 
> The libraries that i need are included (devnp-shim.so and devn-mpc5200.so). 
> During the boot, this is the message that i get:
> 
> unable to init devnp-shim.so: unknown error
> 
> If I use this command:
> io-pkt-v4-hc -dmpc5200 -v -ptcpip mac=xxxxxxxxxx
> 
> The error message changes to:
> unable to init devn-mpc5200.so: unknown error
> 
> Does anybody know a solution?
> What further information do you need?

Try this:

io-pkt-v4-hc -dmpc5200 mac=xxxxxxxxxx

-seanb
Re: unable to init devnp-shim.so: unknown error  
Thank you for the help. 
Your line is right, I works now.