LEGO Mindstorms EV3


Boot From SDcard

    WARNING:          The commands shown are for reference only. Modify IPs and pathes to match your own environment
    --------

    SETUP:            PC running serial terminal
    ------        
    
    UBOOT:            U-Boot MUST be active see below:         
    ------            Connect the PC running terminal to the brick (input port 1)
                      Boot the brick by turning it on
                      When U-Boot writes "Hit 'l' to stop autoboot:  #" press 'l'
    
    SDCARD:           To boot from SD card type: 
    -------
        
setenv bootargs mem=64M console=ttyS1,115200n8 noinitrd root=/dev/mmcblk0p2 rootwait rw ip=off    
    
    SAVE:             Save the boot argument by typing:
    -----       
    
saveenv

    BOOT:             Boot again by typing :
    -----    

reset    

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