Make own Android Emulator using Scatter File

Viewed 21

I have a android 9 device. The hardware is MTK. For Each week software team publish a new android image with scatter file. I install the new package to my device for testing via MTK SP Flash tool using scatter file including img files. I want to make automation software. How to make my own Andorid Emulator using my scatter file and img files. I searched many pages but I couldnt find to make it via scatter file. How can I solve?

some part of scatter file:

- general: MTK_PLATFORM_CFG
  info: 
    - config_version: V1.1.2
      platform: MT8167
      project: tb8167p5_64_bsp
      storage: EMMC
      boot_channel: MSDC_0
      block_size: 0x20000

- partition_index: SYS0
  partition_name: preloader
  file_name: preloader_tb8167p5_64_bsp.bin
  is_download: true
  type: SV5_BL_BIN
  linear_start_addr: 0x0
  physical_start_addr: 0x0
  partition_size: 0x40000
  region: EMMC_BOOT_1
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: BOOTLOADERS
  is_upgradable: true
  reserve: 0x00
...
...
...
- partition_index: SYS23
  partition_name: system_a
  file_name: system.img
  is_download: true
  type: EXT4_IMG
  linear_start_addr: 0xc800000
  physical_start_addr: 0xc800000
  partition_size: 0x80000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  is_upgradable: true
  reserve: 0x00
...
...
...
0 Answers
Related