Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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