Created By rjames93 at 2013/06/27 12:29

https://sucs.org/pb/712 (plain)
  1.   U-Boot
  2.  
  3.   U-Boot 2013.01.01 (May 10 2013 - 06:32:54)
  4.   Marvell-DreamPlug
  5.   gcc (Debian 4.6.3-12) 4.6.3
  6.   GNU ld (GNU Binutils for Debian) 2.22
  7.  
  8.  
  9.   Marvell>> printenv
  10.   baudrate=115200
  11.   boot_sdb=fatload usb 1 0x6400000 uImage; bootm 0x6400000;
  12.   bootargs=console=ttyS0,115200 root=/dev/sda2 rootdelay=10
  13.   bootargs_console=console=ttyS0,115200
  14.   bootcmd=setenv bootargs $(bootargs_console); run bootcmd_usb; bootm 0x00800000 0x01100000
  15.   bootcmd_em=echo Purgingkernel in memory; mw 0x6400000 0x0 0x300000
  16.   bootcmd_eth=setenv ethact egiga0; ${x_bootcmd_ethernet}; setenv ethact egiga1; ${x_bootcmd_ethernet}
  17.   bootcmd_sda=${bootcmd_eth}; ${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;
  18.   bootcmd_sdb=setenv bootargs console=ttyS0,115200 root=/dev/sdb2 panic=10 rootwait; usb start; run boot_sdb;
  19.   bootcmd_usb=usb start; ext2load usb 0:1 0x00800000 /uImage; ext2load usb 0:1 0x01100000 /uInitrd
  20.   bootdelay=3
  21.   clear_kernel_in_mem=echo Purging kernel in memory; mw 0x6400000 0x0 0x300000
  22.   eth1addr=F0:AD:4E:00:7C:DD
  23.   ethact=egiga0
  24.   ethaddr=F0:AD:4E:00:7C:DC
  25.   stderr=serial
  26.   stdin=serial
  27.   stdout=serial
  28.   x_bootargs=console=ttyS0,115200
  29.   x_bootargs_root=root=/dev/sda2 rootdelay=10
  30.   x_bootcmd_ethernet=ping 192.168.2.1
  31.   x_bootcmd_kernel=fatload usb 0 0x6400000 uImage
  32.   x_bootcmd_usb=sb start
  33.  
  34.   Environment size: 1196/4092 bytes

You must be logged in to paste new items to the PasteBin