Advertisement
Guest User

GoFlex NET Uboot Update try

a guest
Sep 15th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1.  
  2.  
  3. U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
  4. Seagate GoFlexNet
  5.  
  6. SoC: Kirkwood 88F6281_A1
  7. DRAM: 128 MiB
  8. WARNING: Caches not enabled
  9. NAND: 256 MiB
  10. In: serial
  11. Out: serial
  12. Err: serial
  13. Net: egiga0
  14. 88E1116 Initialized on egiga0
  15. Hit any key to stop autoboot: 0
  16. GoFlexNet> cd /tmp
  17. Unknown command 'cd' - try 'help'
  18. GoFlexNet> cd /tmp
  19. Unknown command 'cd' - try 'help'
  20. GoFlexNet> setenv ipaddr 192.168.1.10
  21. GoFlexNet> setenv netmask 255.255.255.0
  22. GoFlexNet> setenv serverip 192.168.1.16
  23. GoFlexNet> ping &(serverip)
  24. syntax error
  25. GoFlexNet> ping $(serverip)
  26. ping - send ICMP ECHO_REQUEST to network host
  27.  
  28. Usage:
  29. ping pingAddress
  30. GoFlexNet> ping 192.168.1.16
  31. Using egiga0 device
  32. ping failed; host 192.168.1.16 is not alive
  33. GoFlexNet> wget http://jeff.doozan.com/debian/uboot/files/uboot/uboot.mtd0.gofle xnet.original.kwb
  34. Unknown command 'wget' - try 'help'
  35. GoFlexNet> ping $(serverip) ping - send ICMP ECHO_REQUEST to network host
  36.  
  37. Usage:
  38. ping pingAddress
  39. GoFlexNet> ping tftp
  40. ping - send ICMP ECHO_REQUEST to network host
  41.  
  42. Usage:
  43. ping pingAddress
  44. GoFlexNet> ping 192.168.1.16
  45. Using egiga0 device
  46. ping failed; host 192.168.1.16 is not alive
  47. GoFlexNet> ping 192.168.1.16
  48. Using egiga0 device
  49. ping failed; host 192.168.1.16 is not alive
  50. GoFlexNet> ping 192.168.1.16
  51. Using egiga0 device
  52. ping failed; host 192.168.1.16 is not alive
  53. GoFlexNet> printenv
  54. arcNumber=2097
  55. baudrate=115200
  56. bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
  57. bootdelay=3
  58. console=ttyS0,115200
  59. ethact=egiga0
  60. ethaddr=00:10:75:26:42:BC
  61. force_rescue=0
  62. 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
  63. ipaddr=192.168.1.10
  64. led_error=orange blinking
  65. led_exit=green off
  66. led_init=green blinking
  67. mainlineLinux=yes
  68. mtdids=nand0=orion_nand
  69. mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
  70. netmask=255.255.255.0
  71. partition=nand0,2
  72. pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
  73. 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
  74. rescue_installed=0
  75. rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
  76. serverip=192.168.1.16
  77. stderr=serial
  78. stdin=serial
  79. stdout=serial
  80. 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
  81. ubifs_mtd=3
  82. ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
  83. 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
  84. usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
  85. usb_device=0:1
  86. usb_init=run usb_scan
  87. usb_root=/dev/sda1
  88. usb_rootdelay=10
  89. usb_rootfstype=ext2
  90. 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
  91. usb_scan_1=usb=0:1 dev=sda1
  92. usb_scan_2=usb=1:1 dev=sdb1
  93. usb_scan_3=usb=2:1 dev=sdc1
  94. usb_scan_4=usb=3:1 dev=sdd1
  95. usb_scan_list=1 2 3 4
  96. usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
  97.  
  98. Environment size: 2412/131068 bytes
  99. GoFlexNet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement