read index from sections txt file

Viewed 29

I need to read partition_index from all sections to textbox like SYS0 , SYS1 on vb.net

enter image description here

  • partition_index: SYS0 partition_name: PRELOADER file_name: preloader.bin is_download: true type: SV5_BL_BIN linear_start_addr: 0x0 physical_start_addr: 0x0 partition_size: 0x400000 region: EMMC_BOOT_1 storage: HW_STORAGE_EMMC boundary_check: true is_reserved: false operation_type: BOOTLOADER reserve: 0x00

  • partition_index: SYS1 partition_name: PGPT file_name: pgpt.bin is_download: true type: NORMAL_ROM linear_start_addr: 0x0 physical_start_addr: 0x0 partition_size: 0x80000 region: EMMC_USER storage: HW_STORAGE_EMMC boundary_check: true is_reserved: false operation_type: UPDATE reserve: 0x00

0 Answers
Related