WARNING: The commands shown are for reference only. Modify IPs and pathes to match your own environment
-----
SETUP: PC running Linux terminal with SD cardreader
------ SD card with kernel, filesystem and application
MAKE PACKAGE: Make a tarball containing file system from sdcard
------------- by typing:
cd ~
sudo rm -r lmsfs
mkdir lmsfs
cd lmsfs
sudo cp -r /media/LMS2012_EXT/* .
sudo tar -jcvf ~/lmsfs.tar.bz2 * bin/*
cd ~
REMOVE: Use the "Safely Remove Drive" and remove SD card
------- or type:
sync