Kamokale
Kamokale
#############################################################################
###############################
#
# General Setting
#
#############################################################################
###############################
- general: MTK_PLATFORM_CFG
info:
- config_version: V1.1.1
platform: MT6575
project: i9300
storage: EMMC
boot_channel: MSDC_0
block_size: 0x20000
#############################################################################
###############################
#
# Layout Setting
#
#############################################################################
###############################
- partition_index: SYS0
partition_name: PRELOADER
file_name: preloader_i9300.bin
is_download: true
type: SV5_BL_BIN
linear_start_addr: 0x0
physical_start_addr: 0x0
partition_size: 0x40000
region: EMMC_BOOT_1
- partition_index: SYS1
partition_name: DSP_BL
file_name: DSP_BL
is_download: true
type: SV5_BL_BIN
linear_start_addr: 0x40000
physical_start_addr: 0x40000
partition_size: 0x600000
region: EMMC_BOOT_1
- partition_index: SYS2
partition_name: MBR
file_name: MBR
is_download: true
type: NORMAL_ROM
linear_start_addr: 0x600000
physical_start_addr: 0x600000
partition_size: 0x80000
region: EMMC_USER
- partition_index: SYS3
...
27f17ad7a0