LEGO Mindstorms EV3


Make File System Package From SDCARD
//!

    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

//! 

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group