LEGO Mindstorms EV3


Copy FileSystem to SD Card (Needs BSP installed)
//!

    SETUP:        PC running Linux console with SD cardreader
    ------        Formatted SD card        
                  Filesystem is located at ~/am1808/DaVinci-PSP-SDK-03.20.00.13/filesys

    DELETE:       Insert SD card in reader
    -------       Open Linux console and type:
    
sudo rm -r /media/LMS2012_EXT/*

    COPY:         Type:
    -----         
    
sudo cp -r ~/am1808/DaVinci-PSP-SDK-03.20.00.13/filesys/* /media/LMS2012_EXT/

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

sync

//! 

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