LEGO Mindstorms EV3 |
//! SETUP: PC running Linux console 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 //!