Hi All,
S/W: ipnc_rdk_v3.2
H/W: DM385EVM
I am trying to dump the captured video frames to Highspeed SD card. For that, card is connected to DM385 MMC slot, and detected as /dev/mmcblk0p1.
Now to enable some file dump, I mounted this /dev/mmcblkop1 on my FileSystem(/opt/memory_card.) Please note that board is booted using NFS.
My fwrite() is able to write some Video frames to SD card successfully .
But the question is:
- Am I doing fwrite() to MMC through NFS? (bcz, /dev/mmcblk0p1 mounted on my FileSystem which is supported by NFS)
- If yes, how to change it to direct write to MMC instead of via NFS?
- My Video Path is capture--->process(In M3)-->A8(dump here). Is there any way, such that I dump the data to SD card from M3 directly, instead of sending to A8 and dump from A8.
Thanks in advance