Guest User

Untitled

a guest
Apr 14th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.09 KB | None | 0 0
  1. [root@levglonti nvflash]# ./nvflash --getpartitiontable ./ptable.out --bl ./fastboot.bin
  2. Nvflash started
  3. rcm version 0X20001
  4. System Information:
  5.    chip name: t20
  6.    chip id: 0x20 major: 1 minor: 2
  7.    chip sku: 0x8
  8.    chip uid: 0x1700618342a17317
  9.    macrovision: disabled
  10.    hdcp: enabled
  11.    sbk burned: false
  12.    dk burned: false
  13.    boot device: emmc
  14.    operating mode: 3
  15.    device config strap: 0
  16.    device config fuse: 0
  17.    sdram config strap: 0
  18.  
  19. downloading bootloader -- load address: 0x108000 entry point: 0x108000
  20. sending file: ./fastboot.bin
  21. | 940112/940112 bytes sent
  22. ./fastboot.bin sent successfully
  23. waiting for bootloader to initialize
  24. bootloader downloaded successfully
  25. Succesfully updated partition table information to ./ptable.out
  26. [root@levglonti nvflash]# cat ./ptable.out
  27. PartitionId=2
  28. Name=BCT
  29. DeviceId=18
  30. StartSector=0
  31. NumSectors=1536
  32. BytesPerSector=2048
  33.  
  34.  
  35. PartitionId=3
  36. Name=PT
  37. DeviceId=18
  38. StartSector=1536
  39. NumSectors=256
  40. BytesPerSector=2048
  41.  
  42.  
  43. PartitionId=4
  44. Name=EBT
  45. DeviceId=18
  46. StartSector=1792
  47. NumSectors=1024
  48. BytesPerSector=2048
  49.  
  50.  
  51. PartitionId=5
  52. Name=SOS
  53. DeviceId=18
  54. StartSector=2816
  55. NumSectors=2560
  56. BytesPerSector=2048
  57.  
  58.  
  59. PartitionId=6
  60. Name=LNX
  61. DeviceId=18
  62. StartSector=5376
  63. NumSectors=4096
  64. BytesPerSector=2048
  65.  
  66.  
  67. PartitionId=7
  68. Name=MBR
  69. DeviceId=18
  70. StartSector=9472
  71. NumSectors=512
  72. BytesPerSector=2048
  73.  
  74.  
  75. PartitionId=8
  76. Name=APP
  77. DeviceId=18
  78. StartSector=9984
  79. NumSectors=153600
  80. BytesPerSector=2048
  81.  
  82.  
  83. PartitionId=9
  84. Name=CAC
  85. DeviceId=18
  86. StartSector=163584
  87. NumSectors=204800
  88. BytesPerSector=2048
  89.  
  90.  
  91. PartitionId=10
  92. Name=MSC
  93. DeviceId=18
  94. StartSector=368384
  95. NumSectors=1024
  96. BytesPerSector=2048
  97.  
  98.  
  99. PartitionId=11
  100. Name=EM1
  101. DeviceId=18
  102. StartSector=369408
  103. NumSectors=256
  104. BytesPerSector=2048
  105.  
  106.  
  107. PartitionId=12
  108. Name=UDA
  109. DeviceId=18
  110. StartSector=369664
  111. NumSectors=632320
  112. BytesPerSector=2048
  113.  
  114.  
  115. PartitionId=13
  116. Name=EM2
  117. DeviceId=18
  118. StartSector=1001984
  119. NumSectors=256
  120. BytesPerSector=2048
  121.  
  122.  
  123. PartitionId=14
  124. Name=UDB
  125. DeviceId=18
  126. StartSector=1002240
  127. NumSectors=2876672
  128. BytesPerSector=2048
  129.  
  130.  
  131. [root@levglonti nvflash]#
Advertisement
Add Comment
Please, Sign In to add comment