LEGO Mindstorms EV3


Boot From NFS With Ethernet Telnet support
//!

    SETUP:        PC running serial terminal
    ------        PC nfs server setup with filesystem and 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
    
    NFS:          To boot from NFS with ethernet telnet support 
    ----          (asuming Brick will get ip = 10.131.145.223) 
                  (asuming PC has ip = 10.131.145.222) type:  
        
setenv bootargs console=ttyS1,115200n8 noinitrd rw ip=10.131.145.223 root=/dev/nfs nfsroot=10.131.145.222:/home/tcp/am1808/DaVinci-PSP-SDK-03.20.00.13/filesys,nolock,rsize=1024 mem=32M    

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

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

reset    


//! 

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