Hello,
We are trying to operate USB 2.0 as device mode on Jetson TX2. Using script “configfs_msc_l4t.sh” given in below thread we create a 1.1G partition which is located on /home/ubuntu/msc.ext4.img. We are able to detect 1.1G partition over host PC using USB 2.0.
https://devtalk.nvidia.com/default/topic/1014096/jetson-tx2/how-to-set-tx2-otg-usb-as-device-mode-/2
Created partition is write protected, using sudo command copy a text file into partition from host PC. Now we want to access that text file in Jetson TX2. But not able to find location of created partition to access copied text file.
Also we want to copy some data internally on that created partition and want to access same data over host PC.
Where can we perform read/write operation on to created partition?
Regards,
Pranay