TS-4900 eMMC Backup/restore

From embeddedTS Manuals
Revision as of 10:59, 24 November 2015 by Kris (talk | contribs)

These commands assume you are booted to the SD card, and

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

mkfs.ext4 /dev/mmcblk2p2
mkdir /mnt/emmc
mount /dev/mmcblk2p2 /mnt/emmc
ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7680-linux/distributions/ts7680-latest.tar.bz2
tar -xf ts7680-latest.tar.bz2 -C /mnt/emmc
umount /mnt/emmc
sync