Advertisement
Guest User

Untitled

a guest
Nov 30th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1.  
  2. U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
  3. Seagate GoFlexNet
  4.  
  5. SoC: Kirkwood 88F6281_A1
  6. DRAM: 128 MiB
  7. WARNING: Caches not enabled
  8. NAND: 256 MiB
  9. In: serial
  10. Out: serial
  11. Err: serial
  12. Net: egiga0
  13. 88E1116 Initialized on egiga0
  14. Hit any key to stop autoboot: 0
  15. GoFlexNet> printenv
  16. arcNumber=3089
  17. baudrate=115200
  18. bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
  19. bootdelay=3
  20. console=ttyS0,115200
  21. ethact=egiga0
  22. ethaddr=02:50:43:9a:c6:61
  23. force_rescue=0
  24. force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
  25. led_error=orange blinking
  26. led_exit=green off
  27. led_init=green blinking
  28. mainlineLinux=yes
  29. mtdids=nand0=orion_nand
  30. mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
  31. partition=nand0,2
  32. pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
  33. rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
  34. rescue_installed=0
  35. rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
  36. stderr=serial
  37. stdin=serial
  38. stdout=serial
  39. ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi
  40. ubifs_mtd=3
  41. ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
  42. usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
  43. usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
  44. usb_device=0:1
  45. usb_init=run usb_scan
  46. usb_root=/dev/sda1
  47. usb_rootdelay=10
  48. usb_rootfstype=ext2
  49. usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done
  50. usb_scan_1=usb=0:1 dev=sda1
  51. usb_scan_2=usb=1:1 dev=sdb1
  52. usb_scan_3=usb=2:1 dev=sdc1
  53. usb_scan_4=usb=3:1 dev=sdd1
  54. usb_scan_list=1 2 3 4
  55. usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
  56.  
  57. Environment size: 2342/131068 bytes
  58. GoFlexNet> =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement