Advertisement
Guest User

uboot w/o usb

a guest
Feb 6th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. ### JFFS2 load complete: 524288 bytes loaded to 0x1100000
  2. ## Starting application at 0x00800200 ...
  3.  
  4.  
  5. U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
  6. Seagate GoFlexNet
  7.  
  8. SoC: Kirkwood 88F6281_A1
  9. DRAM: 128 MiB
  10. WARNING: Caches not enabled
  11. NAND: 256 MiB
  12. In: serial
  13. Out: serial
  14. Err: serial
  15. Net: egiga0
  16. 88E1116 Initialized on egiga0
  17. Hit any key to stop autoboot: 0
  18. (Re)start USB...
  19. USB: Register 10011 NbrPorts 1
  20. USB EHCI 1.00
  21. scanning bus for devices... 1 USB Device(s) found
  22. scanning bus for storage devices... 0 Storage Device(s) found
  23. ** Block device usb 0 not supported
  24.  
  25. ** Invalid boot device **
  26. Creating 1 MTD partitions on "nand0":
  27. 0x000002500000-0x000010000000 : "mtd=3"
  28. UBI: attaching mtd1 to ubi0
  29. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  30. UBI: logical eraseblock size: 129024 bytes
  31. UBI: smallest flash I/O unit: 2048
  32. UBI: sub-page size: 512
  33. UBI: VID header offset: 512 (aligned 512)
  34. UBI: data offset: 2048
  35. UBI: attached mtd1 to ubi0
  36. UBI: MTD device name: "mtd=3"
  37. UBI: MTD device size: 219 MiB
  38. UBI: number of good PEBs: 1752
  39. UBI: number of bad PEBs: 0
  40. UBI: max. allowed volumes: 128
  41. UBI: wear-leveling threshold: 4096
  42. UBI: number of internal volumes: 1
  43. UBI: number of user volumes: 0
  44. UBI: available PEBs: 1731
  45. UBI: total number of reserved PEBs: 21
  46. UBI: number of PEBs reserved for bad PEB handling: 17
  47. UBI: max/mean erase counter: 1/1
  48. UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
  49. Error reading superblock on volume 'ubi:rootfs'!
  50. ** Block device usb 0 not supported
  51. ** Block device usb 1 not supported
  52. ** Block device usb 2 not supported
  53. ** Block device usb 3 not supported
  54. ** Block device usb 0 not supported
  55. ** Block device usb 0 not supported
  56. Wrong Image Format for bootm command
  57. ERROR: can't get kernel image!
  58. stopping USB..
  59. ### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
  60. Scanning JFFS2 FS: .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement