55 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
		
		
			
		
	
	
			55 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
|  | [DEVICE] | ||
|  | #Device type for this package. | ||
|  | device_type=0xDC01 | ||
|  | 
 | ||
|  | #Toltal images number. | ||
|  | image_num=0x2 | ||
|  | 
 | ||
|  | #Keyword of the package name. | ||
|  | key_word=dtest_package_ | ||
|  | 
 | ||
|  | #If to fill unused space with 'pad'. | ||
|  | pad_enable=0x0 | ||
|  | pad=0xFF | ||
|  | 
 | ||
|  | #If to enable a top header. | ||
|  | top_header_enable=0x1 | ||
|  | #encrypt the whole package excluding the top header. 0x0 : No encrypt. 0x1 : package data plus of  pattern. 0x2 : package data minus of  pattern | ||
|  | encrypt_mode=0x0 | ||
|  | #pattern for encrypting. MASK = 0xFF | ||
|  | encrypt_pattern=0x55 | ||
|  | # b.m.s.build | ||
|  | version=5.0.0.100 | ||
|  | # 0 for CCo, 1 for STA. | ||
|  | package_type=0 | ||
|  | # mask=0xFFFF_FFFF | ||
|  | magic_no=0x5566 | ||
|  | 
 | ||
|  | [IMAGE_01] | ||
|  | #image type | ||
|  | image_type=0xFC00 | ||
|  | 
 | ||
|  | #Version of this image : 15.15.255 (F.F.FF) is maximum. | ||
|  | version=0.8.0 | ||
|  | 
 | ||
|  | #Path of this image file. | ||
|  | path=./k3d_demo_test.bin | ||
|  | 
 | ||
|  | #Offset : start of the media it written in. Length : space size belongs to this image. | ||
|  | offset=0x0 | ||
|  | length=0x10000 | ||
|  | 
 | ||
|  | [IMAGE_02] | ||
|  | #image type, imgCFG | ||
|  | image_type=0xFC03 | ||
|  | 
 | ||
|  | #Version of this image : 15.15.255 (F.F.FF) is maximum. | ||
|  | version=0.8.0 | ||
|  | 
 | ||
|  | #Path of this image file. | ||
|  | path=./ref_bina.bin | ||
|  | 
 | ||
|  | #Offset : start of the media it written in. Length : space size belongs to this image. | ||
|  | offset=0x12000 | ||
|  | length=0x20000 |