sro-unlock.img.ini 520 B

123456789101112131415161718
  1. ; ################################
  2. ;
  3. ; Parameter 'IMAGE_VERSION'
  4. ; - Flash Tool will compare download image version with existing one in Flash.
  5. ;
  6. ; Parameter 'VERIFY_LENGTH'
  7. ; - It can be configured to any length. SignTool will do the error check while signing image
  8. ; - If VERIFY_LENGTH is configured as 0, the whole image will be signed.
  9. ;
  10. ; ################################
  11. CUSTOM_NAME = NULL
  12. IMAGE_VERSION = 1
  13. VERIFY_COUNT = 1
  14. VERIFY_OFFSET[0] = 0
  15. VERIFY_LENGTH[0] = 0
  16. CHUNK_SIZE = 1048576
  17. CFG_VERSION = 4