TS-768x eMMC Backup

From embeddedTS Manuals

These commands assume you are booted to the SD card:

# Verify nothing else has this mounted
umount /dev/mmcblk2p2

mkfs.ext4 /dev/mmcblk2p2
mkdir /mnt/emmc
mount /dev/mmcblk2p2 /mnt/emmc
wget ftp://ftp.embeddedTS.com/ts-arm-sbc/ts-7682-linux/distributions/768x-latest.tar.bz2
tar -xf ts768x-latest.tar.bz2 -C /mnt/emmc
umount /mnt/emmc
sync