Hello. I have am3517evm board. When I use kernel 2.6.32 from arago i use g_file_storage gadget:
modprobe g_file_storage file=/foo/bar1,/foo/bar2,/foo/bar3 stall=0 removable=1
and all was work.
Now I upgrade kernel to 2.6.37 (arago) and when I load g_file_storage (or g_mass_storage) in host-PC with linux all work, but in host-PC in wondows work only first file (for example /foo/bar1). Windows do not see other partitions (/foo/bar2 and /foo/bar3). I try to use "luns" param, but it do not work correctly also.