Advertisement
Guest User

flash.cfg for vegabean rom's nvflash

a guest
Mar 2nd, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [device]
  2. type=nand
  3. instance=0
  4.  
  5. [partition]
  6. name=BCT
  7. id=2
  8. type=boot_config_table
  9. allocation_policy=sequential
  10. filesystem_type=basic
  11. size=3145728
  12. file_system_attribute=0
  13. partition_attribute=0
  14. allocation_attribute=8
  15. percent_reserved=0
  16.  
  17. [partition]
  18. name=PT
  19. id=3
  20. type=partition_table
  21. allocation_policy=sequential
  22. filesystem_type=basic
  23. size=4096
  24. file_system_attribute=0
  25. partition_attribute=0
  26. allocation_attribute=8
  27. percent_reserved=0
  28.  
  29. [partition]
  30. name=EBT
  31. id=4
  32. type=bootloader
  33. allocation_policy=sequential
  34. filesystem_type=basic
  35. size=2097152
  36. file_system_attribute=0
  37. partition_attribute=0
  38. allocation_attribute=8
  39. percent_reserved=0
  40. filename=bootloader.bin
  41.  
  42. [partition]
  43. name=MSC
  44. id=5
  45. type=data
  46. allocation_policy=sequential
  47. filesystem_type=yaffs2
  48. size=2097152
  49. file_system_attribute=0
  50. partition_attribute=0
  51. allocation_attribute=0x10
  52. percent_reserved=0
  53.  
  54. [partition]
  55. name=SOS
  56. id=6
  57. type=data
  58. allocation_policy=sequential
  59. filesystem_type=basic
  60. size=5242880
  61. file_system_attribute=0
  62. partition_attribute=0
  63. allocation_attribute=8
  64. percent_reserved=0
  65. filename=recovery.img
  66.  
  67. [partition]
  68. name=LNX
  69. id=7
  70. type=data
  71. allocation_policy=sequential
  72. filesystem_type=basic
  73. size=8388608
  74. file_system_attribute=0
  75. partition_attribute=0
  76. allocation_attribute=8
  77. percent_reserved=0
  78. filename=boot.img
  79.  
  80. [partition]
  81. name=APP
  82. id=8
  83. type=data
  84. allocation_policy=sequential
  85. filesystem_type=yaffs2
  86. size=158720000
  87. file_system_attribute=0
  88. partition_attribute=0
  89. allocation_attribute=0x10
  90. percent_reserved=0
  91. filename=system.img
  92.  
  93. [partition]
  94. name=CAC
  95. id=9
  96. type=data
  97. allocation_policy=sequential
  98. filesystem_type=yaffs2
  99. size=33554432
  100. file_system_attribute=0
  101. partition_attribute=0
  102. allocation_attribute=0x10
  103. percent_reserved=0
  104.  
  105. [partition]
  106. name=USP
  107. id=10
  108. type=data
  109. allocation_policy=sequential
  110. filesystem_type=yaffs2
  111. size=4194304
  112. file_system_attribute=0
  113. partition_attribute=0
  114. allocation_attribute=8
  115. percent_reserved=0
  116.  
  117. [partition]
  118. name=UDA
  119. id=11
  120. type=data
  121. allocation_policy=sequential
  122. filesystem_type=yaffs2
  123. size=0xFFFFFFFFFFFFFFFF
  124. file_system_attribute=0
  125. partition_attribute=0
  126. allocation_attribute=0x10
  127. percent_reserved=0
  128. filename=userdata.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement