How do I enable microSD card at power up

I have a WP85 in the MangOH Green running 16.10.4 firmware.

If the microSD card is inserted when the mangOH powers up, it allows me to manually mount the SD card… all works fine. I can unmount and unplug, then replug the card and mount, with no problems.

If the microSD card is NOT inserted at power up, I can insert the card, but it won’t allow me to mount the card.

Is there a series of commands that I can issue to allow mounting the card?
Which processes need to be running to allow this?

I notice on this page:
https://docs.legato.io/latest/releaseNotes16104.html

The following is the list of known issues that still exist in Legato 16.10.4 and are currently under investigation:
Legato AF
Not able to hot swap or hot plug SD IoT add-on cards

Is it related to this issue?

WP modules doesnt support the mechanism. Module will not detect a card inserted after power up.

@asyal …is this across the board (all WPxx modules) and all platforms? Green, Red, Yellow?

…any updates to uSDcard access & functionality - How to determine if it’s a card manufacturer comatability issue or configuration issue? i.e. What does it mean and what is the resolution If one can obtains card detection (/dev/mmcblk0 and /dev/mmcblk0p1) but fails to mount:

mkdir -p /tmp/sdcard …followed by,
/bin/mount -t auto -o sync /dev/mmcblk0p1 “/tmp/sdcard”

mount: mounting /dev/mmcblk0p1 on “/tmp/sdcard” failed: No such file or directory

thanks for the clarifications.


UPDATE to this post.


mighty odd…

…ran through it all for the 4th time and it mounted just fine. ?? Same commands same everything.
Brain fart - mutliple typo’s… ??? dunno!

@mpetersen please post these question on new forum posts. By posting on top of older posts, it doesnt provide necessary visibility.