arcNumber=2743 baudrate=115200 bootargs=$(console) root=UUID=a54dd49c-e92f-44b rootdelay=10 bootcmd=run set_bootargs_usb; run usb_boot; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootcmd_usb=nand read.e 0x200000 0x700000 0x300000; nand read.e 0x800000 0xA00000 0x6F0000 bootdelay=10 bootfile=192.168.1.1 console=ttyS0,115200 device=0:1 ethact=egiga0 ethaddr=C4:3D:C7:4F:6E:34 fileaddr=800000 filesize=4e13ca ipaddr=192.168.1.4 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=ext2load usb 0:1 0x1c00000 /boot/dts/kirkwood-netgear_stora_ms2000.dtb load_initrd=ext2load usb 0:1 0x1100000 /boot/uInitrd load_uimage=ext2load usb 0:1 0x800000 /boot/uImage mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1m(uboot),4m@1m(kernel),251m@5m(rootfs) rw ntpserverip=pool.ntp.org partition=nand0,2 root=/dev/sda1 rootdelay=10 serverip=192.168.1.1 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts stderr=serial stdin=serial stdout=serial uenv_import=echo importing envs ...; env import -t 0x810000 uenv_load=usb start; ide reset; setenv uenv_loaded 0; for devtype in usb ide; do for disknum in 0; do run uenv_read_disk; done; done uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x810000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if $devtype part $disknum; then run uenv_read; fi usb_boot=run usb_reset; run load_dtb; run load_uimage; if run load_initrd; then bootm 0x800000 0x1100000 0x1c00000; else bootm 0x800000 - 0x1c00000; fi usb_init=usb start usb_load_uimage=ext2load usb $device 0x800000 /boot/uImage usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd usb_reset=usb reset usb_root=root=LABEL=rootfs Environment size: 1913/131068 bytes