LEGO Mindstorms EV3


Boot From SDcard With Ethernet Telnet support

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

    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 'l' to stop autoboot:  #" press 'l'
    
    SDCARD:           To boot from SD card with ethernet telnet support 
    -------           (asuming Brick will get ip = 10.131.145.223) type:  
        
setenv bootargs mem=64M 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