Hovatek Forum MOBILE Android MT6572 when you run Boot Error
Try our Online TWRP Builder..its free!
Can't login? Please, reset your password.


MT6572 when you run Boot Error

MT6572 when you run Boot Error

Pages (5): Previous 1 2 3 4 5 Next
hovatek
hovatek
hovatek
Administrator
49,570
28-01-2015, 10:28 AM
#31



(23-01-2015, 07:55 PM)neoxlam good afternoon
May I ask you looked boot.img
there's something we think you should try. could you paste the content of your scatter file here for us to see
also, the backup you made from a phone of the exact model includes the following files

boot.img
files.md5
firmware.info
lk.bin
logo.bin
mount.info
MT6572_Android_scatter.txt
nodl_custom.ext4.img
nodl_custom.ext4.tar
nodl_protect_f.ext4.img
nodl_protect_f.ext4.tar
nodl_protect_s.ext4.img
nodl_protect_s.ext4.tar
nvram.bin
phone.info
recovery.img
secro.img
system.ext4.img
system.ext4.tar
userdata_nvram_only.tar

Is this correct?
This post was last modified: 28-01-2015, 10:30 AM by hovatek.

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
neoxlam
neoxlam
neoxlam
Junior Member
24
28-01-2015, 11:06 AM
#32
Code:

############################################################################################################
#
#  General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
  info:
    - config_version: V1.1.1
      platform: MT6572
      project: MTDTtest
      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: 0xC00000
  region: EMMC_BOOT_1
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: BOOTLOADERS
  reserve: 0x00

- partition_index: SYS1
  partition_name: MBR
  file_name: MBR
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0xC00000
  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
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0xC80000
  physical_start_addr: 0x80000
  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: 0xD00000
  physical_start_addr: 0x100000
  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: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x1000000
  physical_start_addr: 0x400000
  partition_size: 0x500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: BINREGION
  reserve: 0x00

- partition_index: SYS5
  partition_name: PROTECT_F
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x1500000
  physical_start_addr: 0x900000
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: PROTECTED
  reserve: 0x00

- partition_index: SYS6
  partition_name: PROTECT_S
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x1F00000
  physical_start_addr: 0x1300000
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: PROTECTED
  reserve: 0x00

- partition_index: SYS7
  partition_name: SECCFG
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x2900000
  physical_start_addr: 0x1D00000
  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: lk.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x2920000
  physical_start_addr: 0x1D20000
  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: boot.img
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x2980000
  physical_start_addr: 0x1D80000
  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.img
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x2F80000
  physical_start_addr: 0x2380000
  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.img
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x3580000
  physical_start_addr: 0x2980000
  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: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x35C0000
  physical_start_addr: 0x29C0000
  partition_size: 0x80000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00

- partition_index: SYS13
  partition_name: LOGO
  file_name: logo.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x3640000
  physical_start_addr: 0x2A40000
  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: EBR2
  file_name: EBR2
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x3940000
  physical_start_addr: 0x2D40000
  partition_size: 0x80000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS15
  partition_name: CUSTOM
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0x39C0000
  physical_start_addr: 0x2DC0000
  partition_size: 0x12C00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00

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

- partition_index: SYS17
  partition_name: ANDROID
  file_name: system.img
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x16FC0000
  physical_start_addr: 0x163C0000
  partition_size: 0x32000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS18
  partition_name: CACHE
  file_name: cache.img
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x48FC0000
  physical_start_addr: 0x483C0000
  partition_size: 0xE200000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS19
  partition_name: USRDATA
  file_name: data.img
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x571C0000
  physical_start_addr: 0x565C0000
  partition_size: 0x52C00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS20
  partition_name: FAT
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0xA9DC0000
  physical_start_addr: 0xA91C0000
  partition_size: 0x123B40000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: INVISIBLE
  reserve: 0x00

- partition_index: SYS21
  partition_name: BMTPOOL
  file_name: NONE
  is_download: false
  type: NONE
  linear_start_addr: 0xFFFF00A8
  physical_start_addr: 0xFFFF00A8
  partition_size: 0x1500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: false
  is_reserved: true
  operation_type: RESERVED
  reserve: 0x00
Attached Files
.jpg
backup.jpg
Size: 131.09 KB / Downloads: 7
hovatek
hovatek
hovatek
Administrator
49,570
28-01-2015, 01:15 PM
#33
Here's what you'll do. Open the scatter file using Notepad++ then edit the parts that have is_download: false and change to is_download: true
save the scatter file then reload in SP flash tool. you should now have more items listed in SP flash tool. try to get as many items as possible listed in SP flash tool (so far they're present in the backup in the screenshot you attached).
The idea here is to flash as many files as possible from the backup folder.
you get?

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
neoxlam
neoxlam
neoxlam
Junior Member
24
28-01-2015, 01:37 PM
#34
Yes, I understand
neoxlam
neoxlam
neoxlam
Junior Member
24
28-01-2015, 03:42 PM
#35



That's what happened, but still error loading Boot Error
Attached Files
.jpg
backup_proshivka.jpg
Size: 343.09 KB / Downloads: 10
hovatek
hovatek
hovatek
Administrator
49,570
28-01-2015, 03:53 PM
#36
(28-01-2015, 03:42 PM)neoxlam That's what happened, but still error loading Boot Error
alright. we'll keep working on the boot and data partitions
This post was last modified: 28-01-2015, 04:09 PM by hovatek.

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
neoxlam
neoxlam
neoxlam
Junior Member
24
30-01-2015, 09:17 PM
#37
Found a solution, download uboot and insert into your firmware. Not be sewn only WiseLinkTool 4.1
https://yadi.sk/d/nfzkzem-eMXcF
hovatek
hovatek
hovatek
Administrator
49,570
31-01-2015, 09:00 AM
#38
(30-01-2015, 09:17 PM)neoxlam Found a solution, download uboot and insert into your firmware. Not be sewn only WiseLinkTool 4.1
https://yadi.sk/d/nfzkzem-eMXcF

is it a modified uboot and is it specific to your phone model?

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
neoxlam
neoxlam
neoxlam
Junior Member
24
31-01-2015, 09:24 AM
#39
Yes that's right. Suitable for Lenovo S600D and SAMSUNG-N9106, on the base d101_mb_v2.0
hovatek
hovatek
hovatek
Administrator
49,570
31-01-2015, 09:38 AM
#40



(31-01-2015, 09:24 AM)neoxlam Yes that's right. Suitable for Lenovo S600D and SAMSUNG-N9106, on the base d101_mb_v2.0

could you drop a guide on how to modify the uboot for another phone having this same problem? we have someone with the same issue here

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
Pages (5): Previous 1 2 3 4 5 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram