Page 1 of 1

How To Fix Storage Type Mismatch (Scatter storage type EMMC | Target storage type NAND) In SP Flash Tool

Posted: Fri Jul 26, 2019 7:08 pm
by RomShillzz
This is a tutorial on how to fix storage type mismatch (scatter storage type EMMC | target storage type NAND) when flashing firmware using SP Flash Tool.

storage-type-mismatch-emmc-nand.png
storage-type-mismatch-emmc-nand.png (101.8KiB)Viewed 14724 times

Have you gotten an error while flashing a firmware using SP Flash Tool as shown on the image above or code below?

Code: Select all

Storage type mismatch!
scatter storage type is HW_STORAGE_EMMC
target storage type is  HW_STORAGE_NAND
If Yes, then in this tutorial I'll be showing you how to fix this error.

WARNING!
Flashing will erase all of your data
All described operations you are doing at your own risk.


Requirements:
  • SP Flash Tool:
How To (Steps):
After getting the above requirement, Install Notepad++ and follow the steps below.

Step 1:
  • Right-click on the firmware scatter file and open with Notepad++.
1.png
1.png (84.55KiB)Viewed 14724 times

Step 2:
  • Press CTRL+ F and search for the value "EMMC" (without the quotes).
2.png
2.png (87.55KiB)Viewed 14724 times

Step 3:
  • Rename all the EMMC to NAND.
3.png
3.png (95.44KiB)Viewed 14724 times

Step 4:
  • After renaming,
4.png
4.png (90.46KiB)Viewed 14724 times
  • Click on File and save the scatter file (you can also save the file using CTRL + S).
4b.png
4b.png (52.6KiB)Viewed 14724 times

Step 5:
  • Launch SP Flash Tool and select the scatter file again. Now the EMMC Scatter storage type has been successfully changed to NAND! You can now flash your device.
5.png
5.png (89.94KiB)Viewed 14724 times




You Might Also Like:
How To Fix Storage Type Mismatch (Scatter storage type EMMC | Target storage type NONE) In SP Flash Tool: viewtopic.php?f=104&t=277


If this worked for you, use the thanks button!