According to application requirements, when the micro SD card installed in the Neon camera or EOS-JNX doesn’t meet the capacity needs, you can follow the steps below to back up and restore the card’s contents to a larger storage device.
Neon camera and EOS-JNX supports addressing larger capacity SD 3.0 or SD-XC cards up to 2 TB. We have tested the following cards:
Please prepare the Linux x86 machine and use the “disks” tool preinstalled in ubuntu.
Restore the backup image made from previous section into your another SD card.
GPT
partitioningExt4
sudo dd if=<image file>.img of=/dev/sdX bs=4M conv=fsync
format your target micro SD card as ext4 format
rsync [OPTION] SOURCE [SOURCE]... DEST
sudo rsync -axHAWX --numeric-ids --info=progress2 / /media/adlink/test && sync
If your memory card space is larger than the backup image, you need to extend your memory card partition.