I am experiencing diffuculties copying a file from a USB drive to the /tmp directory on my ADALM-Pluto using OTG connection.
I am using a USB drive connected to the PlutoSDR via an OTG cable. The USB drive contains a file named pluto_stream.txt and runme0.sh
In pluto_stream.txt file there is nothing written important. It is just for experiment. And in runme0.sh file;
#!/bin/sh
cd media/sda1
cp pluto_stream.txt /tmp/
The script doesn't seem to execute as expected, and the pluto_stream.txt file is not being copied to the /tmp directory.
I would appreciate any advice or suggestions on what might be going wrong or how to troubleshoot this issue. Thank you in advance for your help!