LEGO Mindstorms EV3


Copy SD Card

    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
    ------            Formatted SD card
                      Master SD card        

    COPY TO PC:       Insert master SD card in reader
    -----------       Copy master SD card to PC folder by typing:

sudo rm -r -f ~/sdcard
mkdir ~/sdcard
cp /media/LMS2012/uImage ~/sdcard/uImage
sudo tar -jcvf ~/sdcard/lmsfs.tar.bz2 /media/LMS2012_EXT/*

    REMOVE:           Use the "Safely Remove Drive" and remove master SD card
    -------           or type:

sync

    COPY TO SD:       Insert formatted SD card in reader
    -----------       Copy PC folder to SD card by typing:

sudo cp ~/sdcard/uImage /media/LMS2012/uImage
sudo tar -jxvf ~/sdcard/lmsfs.tar.bz2 -C /

    REMOVE:           Use the "Safely Remove Drive" and remove SD card
    -------           or type:

sync

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