Guest User

Lacie u-boot - frenbu

a guest
Jan 26th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. % ./clunc -vi 192.168.0.25
  2. waiting U-Boot...
  3.  
  4. U-Boot NetConsole
  5. -----------------
  6.  
  7. interactive shell
  8.  
  9. Marvell>> ide reset
  10. ide reset
  11.  
  12. Reset IDE:
  13. Marvell Serial ATA Adapter
  14. Integrated Sata device found
  15. [0 0 0]: Enable DMA mode
  16. Device 0 @ 0 0:
  17. Model: ST2000DM001-9YN164 Firm: CC4H Ser#: S240JEVJ
  18. Type: Hard Disk
  19. dev_desc->blksz = 512
  20. Supports 48-bit addressing
  21. Capacity: 1907729.0 MB = 1863.0 GB (3907029168 x 512)
  22.  
  23. Marvell>> ide part
  24. ide part
  25. ## Testing for valid DOS partition ##
  26.  
  27. Partition Map for IDE device 0 -- Partition Type: DOS
  28.  
  29. Partition Start Sector Num Sectors Type
  30. 1 128520 1028160 83
  31. 2 1156680 1028160 83
  32. 3 2184840 1028160 82
  33. 4 3213000 -391172296 5 Extd
  34. 5 3341520 1670760 83
  35. 6 5140800 128520 83
  36. 7 5397840 1028160 83
  37. 8 6554520 -394513816 83
  38. Marvell>> printenv
  39. printenv
  40. baudrate=115200
  41. loads_echo=0
  42. rootpath=/mnt/ARM_FS/
  43. netmask=255.255.255.0
  44. console=console=ttyS0,115200 mtdparts=spi_flash:0x80000@0(uboot)ro,0x300000@0x100000(root)
  45. CASset=min
  46. MALLOC_len=1
  47. ethprime=egiga0
  48. bootargs_root=root=/dev/nfs rw
  49. bootargs_end=:::DB88FXX81:eth0:none
  50. image_name=uImage
  51. standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
  52. ethmtu=1500
  53. mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
  54. mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
  55. usb0Mode=host
  56. yuk_ethaddr=00:00:00:EE:51:81
  57. netretry=no
  58. rcvrip=169.254.100.100
  59. loadaddr=0x02000000
  60. autoload=no
  61. ethact=egiga0
  62. stderr=serial
  63. mainlineLinux=no
  64. enaMonExt=no
  65. enaCpuStream=no
  66. enaWrAllo=no
  67. pexMode=RC
  68. disL2Cache=no
  69. setL2CacheWT=yes
  70. disL2Prefetch=yes
  71. enaICPref=yes
  72. enaDCPref=yes
  73. sata_dma_mode=yes
  74. netbsd_en=no
  75. vxworks_en=no
  76. disaMvPnp=no
  77. enaAutoRecovery=yes
  78. uboot_capabilities=gpt,lba64
  79. start_lump=lump 3
  80. pre_lump=lump 1
  81. resetdisk=ide reset
  82. bootdelay=0
  83. boot_fail=lump
  84. kernel_addr=0x800000
  85. productType_env=ASTON_KW
  86. primaryPart=6
  87. secondaryPart=A
  88. boot_usb=usb start;usbboot 0x800000 0:1;bootm;
  89. resetFlag_env=0
  90. bootargs=console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW
  91. bootcmd=run disk_disk
  92. boot_disk4=disk ${kernel_addr} 1:${primaryPart}; setenv rootfs /dev/sdb7;
  93. boot_disk3=if disk ${kernel_addr} 0:${primaryPart}; then setenv rootfs /dev/sda7; else run boot_disk4; fi
  94. boot_disk2=if disk ${kernel_addr} 1:${secondaryPart}; then setenv rootfs /dev/sdb7; else run boot_disk3; fi
  95. boot_disk1=if disk ${kernel_addr} 0:${secondaryPart}; then setenv rootfs /dev/sda7; else run boot_disk2; fi
  96. boot_disk=if test ${resetFlag_env} -eq 0; then run boot_disk1; else run boot_disk3; fi
  97. disk_disk=run boot_disk; setenv bootargs console=ttyS0,115200 root=${rootfs} ro reset=${resetFlag_env} productType=${productType_env}; bootm ${kernel_addr};
  98. ethaddr=00:D0:4B:93:6D:63
  99. ipaddr=192.168.0.25
  100. ncip=192.168.0.34
  101. serverip=192.168.0.34
  102. stdin=nc
  103. stdout=nc
  104.  
  105. Environment size: 2036/4092 bytes
  106. Marvell>> run bootcmd
  107. run bootcmd
  108.  
  109. ** Device 1 not available
  110. ## Valid DOS partition found ##
  111.  
  112. Loading from IDE device 0, partition 6: Name: hda6
  113. Type: U-Boot
  114. Image Name: Linux-2.6.39.4
  115. Created: 2011-11-11 21:39:10 UTC
  116. Image Type: ARM Linux Kernel Image (uncompressed)
  117. Data Size: 2995948 Bytes = 2.9 MB
  118. Load Address: 00008000
  119. Entry Point: 00008000
  120. ## Booting image at 00800000 ...
  121. Image Name: Linux-2.6.39.4
  122. Created: 2011-11-11 21:39:10 UTC
  123. Image Type: ARM Linux Kernel Image (uncompressed)
  124. Data Size: 2995948 Bytes = 2.9 MB
  125. Load Address: 00008000
  126. Entry Point: 00008000
  127. Verifying Checksum ... OK
  128. OK
  129. bootargs from environment variables : console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW cap=gpt,lba64
  130.  
  131. Starting kernel ...
Advertisement
Add Comment
Please, Sign In to add comment