Skip to content

How to save DVR files to the SD card slot (for emmc only)

JohhnGoblin edited this page Dec 20, 2024 · 2 revisions

If your Radxa OpenIPC image is running from onboard emmc, the sd card slot is free for us to insert an sd card and save dvr files.

  • Format an sd card to FAT32.
  • Edit /etc/fstab to mount the sd card to /media where the dvr files are normally stored. (older images used the directory /home/radxa/Videos edit accordingly)

sudo nano /etc/fstab

and edit the file to include the following line:

/dev/mmcblk1p1 /media vfat defaults 0 2

or

/dev/mmcblk1p1 /home/radxa/Videos vfat defaults 0 2

It should look something along the lines of this:

fstab


Clone this wiki locally