Hi,
I am using AM5718 IDK EVM,and ti-processor-sdk-linux-am57xx-evm-05.03.00.07.
I could successfully attach USB2 to a host PC with the command 'modbprobe g_mass_storage file=/dev/mmcblk0p3' where /dev/mmcblk0p3 is a partition of flash.
When we develop our custom board, we wish to do the same but due to security reasons, we would like to not display /dev/mmcblk0p3 on any host PC. We need to access it using our custom application.
Can you suggest a method so that USB2 is accessible (as Mass Storage Device) only via a program and not displayed on host PC?
regards,
Anupama