Advertisement
buletz

Untitled

Dec 4th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. # ./uboot_update 
  2. MTD CONFIG:
  3. chip_0_device_path = "/dev/mtd0"
  4. chip_1_device_path = "(null)"
  5. search_exponent = 2
  6. data_setup_time = 80
  7. data_hold_time = 60
  8. address_setup_time = 25
  9. data_sample_time = 6
  10. row_address_size = 3
  11. column_address_size = 2
  12. read_command_code1 = 0
  13. read_command_code2 = 48
  14. boot_stream_major_version = 1
  15. boot_stream_minor_version = 0
  16. boot_stream_sub_version = 0
  17. ncb_version = 3
  18. boot_stream_1_address = 0
  19. boot_stream_2_address = 0
  20. u-boot.bin: verifying using key '00000000000000000000000000000000'
  21. u-boot.bin: is a valid bootstream for key '00000000000000000000000000000000'
  22. mtd: opening: "/dev/mtd0"
  23. mtd: opened '/dev/mtd0' - '(null)'
  24. mtd: max_boot_stream_size_in_bytes = 16252928
  25. mtd: boot_stream_size_in_bytes = 208040
  26. mtd: #1 0x00100000 - 0x01080000 (0x00132ca8)
  27. mtd: #2 0x01080000 - 0x02000000 (0x010b2ca8)
  28. FCB
  29. m_u32Checksum = 0
  30. m_u32FingerPrint = 541213510
  31. m_u32Version = 1
  32. m_NANDTiming.m_u8DataSetup = 0
  33. m_NANDTiming.m_u8DataHold = 0
  34. m_NANDTiming.m_u8AddressSetup = 0
  35. m_NANDTiming.m_u8DSAMPLE_TIME = 0
  36. m_u32PageDataSize = 0
  37. m_u32TotalPageSize = 0
  38. m_u32SectorsPerBlock = 0
  39. m_u32NumberOfNANDs = 0
  40. m_u32TotalInternalDie = 0
  41. m_u32CellType = 0
  42. m_u32EccBlockNEccType = 0
  43. m_u32EccBlock0Size = 0
  44. m_u32EccBlockNSize = 0
  45. m_u32EccBlock0EccType = 0
  46. m_u32MetadataBytes = 0
  47. m_u32NumEccBlocksPerPage = 0
  48. m_u32EccBlockNEccLevelSDK = 0
  49. m_u32EccBlock0SizeSDK = 0
  50. m_u32EccBlockNSizeSDK = 0
  51. m_u32EccBlock0EccLevelSDK = 0
  52. m_u32NumEccBlocksPerPageSDK = 0
  53. m_u32MetadataBytesSDK = 0
  54. m_u32EraseThreshold = 0
  55. m_u32BootPatch = 0
  56. m_u32PatchSectors = 0
  57. m_u32Firmware1_startingPage = 512
  58. m_u32Firmware2_startingPage = 8448
  59. m_u32PagesInFirmware1 = 102
  60. m_u32PagesInFirmware2 = 102
  61. m_u32DBBTSearchAreaStartAddress = 256
  62. m_u32BadBlockMarkerByte = 0
  63. m_u32BadBlockMarkerStartBit = 0
  64. m_u32BBMarkerPhysicalOffset = 0
  65. DBBT
  66. m_u32Checksum = 0
  67. m_u32FingerPrint = 1413628484
  68. m_u32Version = 1
  69. m_u32NumberBB = 0
  70. m_u32Number2KPagesBB = 0
  71. Firmware: image #0 @ 0x0 size 0x0 - available 0x0
  72. Firmware: image #1 @ 0x0 size 0x0 - available 0x2000000
  73. NCB versions differ, 3 is used.
  74. -------------- Start to write the [ FCB ] -----
  75. mtd: erasing @0:0x0-0x20000
  76. mtd: Writing FCB0 [ @0:0x0 ] (800) *
  77. mtd: erasing @0:0x20000-0x40000
  78. mtd: Writing FCB1 [ @0:0x20000 ] (800) *
  79. mtd: erasing @0:0x40000-0x60000
  80. mtd: Writing FCB2 [ @0:0x40000 ] (800) *
  81. mtd: erasing @0:0x60000-0x80000
  82. mtd: Writing FCB3 [ @0:0x60000 ] (800) *
  83. mtd_commit_bcb(FCB): status 0
  84.  
  85. -------------- Start to write the [ DBBT ] -----
  86. mtd: erasing @0:0x80000-0xa0000
  87. mtd: Writing DBBT0 [ @0:0x80000 ] (800) *
  88. mtd: erasing @0:0xa0000-0xc0000
  89. mtd: Writing DBBT1 [ @0:0xa0000 ] (800) *
  90. mtd: erasing @0:0xc0000-0xe0000
  91. mtd: Writing DBBT2 [ @0:0xc0000 ] (800) *
  92. mtd: erasing @0:0xe0000-0x100000
  93. mtd: Writing DBBT3 [ @0:0xe0000 ] (800) *
  94. mtd_commit_bcb(DBBT): status 0
  95.  
  96. mtd: Writting firmware image #0 @0: 0x00100000 - 0x00133000
  97. mtd: erasing @0:0x100000-0x120000
  98. mtd: erasing @0:0x120000-0x140000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement