Skip to content

Commit

Permalink
Add README document
Browse files Browse the repository at this point in the history
  • Loading branch information
gesangtome committed Apr 5, 2023
1 parent e190078 commit ec3581b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
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
```

0 comments on commit ec3581b

Please sign in to comment.