Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gesangtome committed Apr 5, 2023
1 parent b071409 commit 417e512
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,6 @@

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
```

### ( ! ) Install udev rules

To ensure that unprivileged users can use flash_tool over USB to operate mtk devices, install the udev rule before executing flash_tool.sh
Expand All @@ -38,7 +18,7 @@ sudo udevadm trigger

### ( * ) How to execute:
```
chmod +x flash_tool.sh
chmod +x SPFlashToolV6.sh
./flash_tool.sh
./SPFlashToolV6.sh
```

0 comments on commit 417e512

Please sign in to comment.