Skip to content

Instantly share code, notes, and snippets.

@alirezaahani
Created September 14, 2024 17:11
Show Gist options
  • Select an option

  • Save alirezaahani/51b94a6d6d570d02bdc6d8c433e3245e to your computer and use it in GitHub Desktop.

Select an option

Save alirezaahani/51b94a6d6d570d02bdc6d8c433e3245e to your computer and use it in GitHub Desktop.
############################################################################################################
#
# General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
info:
- config_version: V1.1.6
platform: MT6739
project: dura
storage: EMMC
boot_channel: MSDC_0
block_size: 0x20000
check_bootloaders_consistency: true
############################################################################################################
#
# Layout Setting
#
############################################################################################################
- partition_index: SYS0
partition_name: preloader
file_name: preloader_dura.bin
is_download: true
type: SV5_BL_BIN
linear_start_addr: 0x0
physical_start_addr: 0x0
partition_size: 0x40000
region: EMMC_BOOT1_BOOT2
storage: HW_STORAGE_EMMC
boundary_check: true
is_reserved: false
operation_type: BOOTLOADERS
is_upgradable: true
empty_boot_needed: false
reserve: 0x00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment