Hi All,
I got a sd to usb card reader with AM3715 ( BSP 05.05.01.00) problem.
when i insert usb card reader to am3715 target board, then insert SD card to card reader.
It will mount SD card to /media/sda1 (only at first time), but when i remove SD card (not usb card reaer), I will not get any card removed information from kernel message.
And, you will find the driver node /dev/sda1 still exist, sda1 still in mount status.
But, the same action on linux PC , you will got correct mount / umount status on PC when only remove SD card from usb card reader.
Is it possible to make the am3715 act as Linux PC behavior ?
PS: by netlink message, i will got ACTION=add at first time when i insert SD card. After that, i will got only ACTION=change message(even if insert SD card or remove SD card).
Please kindly to help . (Maybe this is a driver issue ???)