انفو الميراكل
كود:
Waiting for USB Port...  Set PreLoader USB VCOM Port (COM17)
  Please Hold "ON" to connect with the phone...
  Connected to Phone.
  CPU: MT6572 SW:0000 Ver: CA01
  Downloading Boot8 ...
  EMMC Size: 0x00E9000000
  Flash Type: EMMC
  INT/EXT RAM  Size: 0x0+0x0
  Reading infr(EMMC)...
  PRELOADER  BaseAddr:0x0  Size:0x880000
  MBR  BaseAddr:0x880000  Size:0x80000
  EBR1  BaseAddr:0x900000  Size:0x80000
  PRO_INFO  BaseAddr:0x980000  Size:0x300000
  NVRAM  BaseAddr:0xC80000  Size:0x500000
  PROTECT_F  BaseAddr:0x1180000  Size:0xA00000
  PROTECT_S  BaseAddr:0x1B80000  Size:0xA00000
  SECCFG  BaseAddr:0x2580000  Size:0x20000
  UBOOT  BaseAddr:0x25A0000  Size:0x60000
  BOOTIMG  BaseAddr:0x2600000  Size:0x600000
  RECOVERY  BaseAddr:0x2C00000  Size:0x600000
  SEC_RO  BaseAddr:0x3200000  Size:0x40000
  MISC  BaseAddr:0x3240000  Size:0x80000
  LOGO  BaseAddr:0x32C0000  Size:0x300000
  EXPDB  BaseAddr:0x35C0000  Size:0xA00000
  ANDROID  BaseAddr:0x3FC0000  Size:0x28A00000
  CACHE  BaseAddr:0x2C9C0000  Size:0x17800000
  USRDATA  BaseAddr:0x441C0000  Size:0x52C00000
  FAT  BaseAddr:0x96DC0000  Size:0x515C0000
  BMTPOOL  BaseAddr:0xFFFF0000  Size:0x0
>>Done.

اسكاتر الفلاشة المسحوبة من الميراكل
كود:
#############################################################################################################
#  General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
  info:
    - config_version: V1.1.1
      platform: MT6572
      project: mtk_android
      storage: EMMC
      boot_channel: MSDC_0
      block_size: 0x20000
############################################################################################################
#
#  Layout Setting
#
############################################################################################################
- 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: 0x880000
  region: EMMC_BOOT_1
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: BOOTLOADER
  reserve: 0x00


- partition_index: SYS1
  partition_name: MBR
  file_name: MBR.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x880000
  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


- partition_index: SYS2
  partition_name: EBR1
  file_name: EBR1.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x900000
  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


- partition_index: SYS3
  partition_name: PRO_INFO
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x980000
  physical_start_addr: 0x0
  partition_size: 0x300000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: PROTECTED
  reserve: 0x00


- partition_index: SYS4
  partition_name: NVRAM
  file_name: nvram.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0xC80000
  physical_start_addr: 0x0
  partition_size: 0x500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS5
  partition_name: PROTECT_F
  file_name: protect_f.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x1180000
  physical_start_addr: 0x0
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS6
  partition_name: PROTECT_S
  file_name: protect_s.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x1B80000
  physical_start_addr: 0x0
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS7
  partition_name: SECCFG
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x2580000
  physical_start_addr: 0x0
  partition_size: 0x20000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00


- partition_index: SYS8
  partition_name: UBOOT
  file_name: uboot.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x25A0000
  physical_start_addr: 0x0
  partition_size: 0x60000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS9
  partition_name: BOOTIMG
  file_name: bootimg.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x2600000
  physical_start_addr: 0x0
  partition_size: 0x600000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS10
  partition_name: RECOVERY
  file_name: recovery.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x2C00000
  physical_start_addr: 0x0
  partition_size: 0x600000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS11
  partition_name: SEC_RO
  file_name: secro.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x3200000
  physical_start_addr: 0x0
  partition_size: 0x40000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS12
  partition_name: MISC
  file_name: misc.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x3240000
  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


- partition_index: SYS13
  partition_name: LOGO
  file_name: logo.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x32C0000
  physical_start_addr: 0x0
  partition_size: 0x300000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS14
  partition_name: EXPDB
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x35C0000
  physical_start_addr: 0x0
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00


- partition_index: SYS15
  partition_name: ANDROID
  file_name: system.bin
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x3FC0000
  physical_start_addr: 0x0
  partition_size: 0x28A00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS16
  partition_name: CACHE
  file_name: cache.bin
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x2C9C0000
  physical_start_addr: 0x0
  partition_size: 0x17800000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS17
  partition_name: USRDATA
  file_name: userdata.bin
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x441C0000
  physical_start_addr: 0x0
  partition_size: 0x52C00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS18
  partition_name: FAT
  file_name: fat.bin
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x96DC0000
  physical_start_addr: 0x0
  partition_size: 0x515C0000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00


- partition_index: SYS19
  partition_name: BMTPOOL
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0xFFFF0000
  physical_start_addr: 0x0
  partition_size: 0x1500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: false
  is_reserved: true
  operation_type: RESERVED
  reserve: 0x00