1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
  | #Flag    1:skip flag,2:reserved flag,4:no partition size flag 
 |  #type can suppot 32 partiton types,0x0:undefined 0x1:Vendor 0x2:IDBlock ,bit3:bit31 are available  
 |  #PartSize and PartOffset unit by sector 
 |  #Gpt_Enable 1:compact gpt,0:normal gpt 
 |  #Backup_Partition_Enable 0:no backup,1:backup 
 |  #Loader_Encrypt 0:no encrypt, 1:rc4, default:1 
 |  #IDB_Boot_Encrypt:0:no encrypt, 1:rc4, default:1 
 |  [System] 
 |  FwVersion=1.0 
 |  Gpt_Enable=0 
 |  Backup_Partition_Enable= 
 |  Nano= 
 |  Loader_Encrypt=0 
 |  IDB_Boot_Encrypt= 
 |  Chip=RV1126 
 |  Model= 
 |  [UserPart1] 
 |  Name=IDBlock 
 |  Type= 
 |  PartOffset=0x40 
 |  PartSize=0x180 
 |  Flag= 
 |  File=./rockdev/idblock.bin 
 |  [UserPart2] 
 |  Name=uboot 
 |  Type= 
 |  PartOffset=0x200 
 |  PartSize=0x200 
 |  Flag= 
 |  File=./rockdev/uboot.img 
 |  [UserPart3] 
 |  Name=boot 
 |  Type= 
 |  PartOffset=0x400 
 |  PartSize=0x1700 
 |  Flag= 
 |  File=./rockdev/zboot.img 
 |  [UserPart4] 
 |  Name=rootfs 
 |  Type= 
 |  PartOffset=0x1B00 
 |  PartSize=0x1200 
 |  Flag= 
 |  File=./rockdev/rootfs.squashfs 
 |  [UserPart5] 
 |  Name=app 
 |  Type= 
 |  PartOffset=0x2D00 
 |  PartSize=0xC700 
 |  Flag=1 
 |  File= 
 |  [PARTITION_TYPE_GUID] 
 |  
  |