Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Loading lsm-autoip.so on Device: (1 Item)
   
Loading lsm-autoip.so on Device  
Hi 
When I tried to flash on target device adding lsm-autoip.so library in configuration file (lib/dll/lsm-autoip.so)
and execute below

# mount -T io-pkt -oif=tiw_sta0,delay=200,abandon,force /lib/dll/lsm-autoip.so
# if_up tiw_sta0 -a -s 1 -r 10 
if_up: retries exhausted

But If I tried the above cmd by copy lsm-autoip.so directly into some tmp folder(target) and execute the above cmd its 
working fine.

Size of file before flashing - 18,338  bytes
Size of lsm-autoip.so after flashing -  20,398 bytes (Is this fine?)

Please help