LEGO Mindstorms EV3 |
//! 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 spacebar to stop autoboot: #" press space bar SDCARD: To boot from SD card type: ------- setenv bootargs mem=32M 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 //!