Hi,
I'm using RDK, I would like to ask how should I add library into makefile (libusb\libudev for example)
Thanks,
Ran
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Badri,
I have some linux general question, maybe you can help.
I need to have capability in run time to copy all video files from HDD to usb storage device.
The thing is I'm not sure that I can just use in the program "cp /media/sda1/* /media/sdb1" becuase udev can change mount point of HDD and usb storage, right ? Do you have some idea how this issue can be handled, i.e. how can I know the mount point of storage device, and if they are connected or not.
Thanks, Ran