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.

Dump video frames to MMC

Other Parts Discussed in Thread: DM385

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:

  1. Am I doing fwrite() to MMC through NFS? (bcz, /dev/mmcblk0p1 mounted on my FileSystem which is supported by NFS)
  2. If yes, how to change it to direct write to MMC instead of via NFS?
  3. 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