LEGO Mindstorms EV3


Boot From SDcard With Ethernet Telnet support
//!

    SETUP:        PC running serial terminal
    ------        PC also connected via USB to Ethernet adaptor 
    
    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 spacebar to stop autoboot:  #" press space bar
    
    SDCARD:       To boot from SD card with ethernet telnet support 
    -------       (asuming Brick will get ip = 10.131.145.223) type:  
        
setenv bootargs mem=32M console=ttyS1,115200n8 noinitrd root=/dev/mmcblk0p2 rootwait rw ip=10.131.145.223    

    SAVE:         Save the boot argument by typing:
    -----       
    
saveenv

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

reset    


//! 

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