-
-
Notifications
You must be signed in to change notification settings - Fork 19
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/fstabto mount the sd card to/mediawhere the dvr files are normally stored. (older images used the directory/home/radxa/Videosedit 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:
