-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e190078
commit ec3581b
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# SP_Flash_Tool_Linux | ||
|
||
## MediaTek Smart Phone Download Tools | ||
|
||
Clone from spflashtools (https://spflashtools.com) | ||
|
||
|
||
### ( ! ) Install Dependency package | ||
|
||
flash_tool requires libpng12.so.0, So install package 'libpng12' before executing flash_tool.sh | ||
|
||
debian: | ||
|
||
``` | ||
sudo add-apt-repository ppa:linuxuprising/libpng12 | ||
sudo apt update | ||
sudo apt install libpng12-0 | ||
``` | ||
|
||
redhat: | ||
|
||
``` | ||
sudo dnf update | ||
sudo dnf install libpng12 | ||
``` | ||
|
||
### ( * ) How to execute: | ||
``` | ||
chmod +x flash_tool.sh | ||
./flash_tool.sh | ||
``` |