Add install guide
This commit is contained in:
parent
2d218d535f
commit
69450716fb
33
README.md
33
README.md
|
@ -1,25 +1,12 @@
|
||||||
# Linux on Nabu Tool
|
# Linux on Nabu Tool
|
||||||
#### Go tool for installing linux on xiaomi pad 5
|
### Go tool for installing linux on xiaomi pad 5
|
||||||
|
|
||||||
#### Exit codes:
|
## Installation
|
||||||
| Code | Description |
|
### Windows (binary)
|
||||||
|:----:|:-----------------------------|
|
```powershell -C irm https://s.tx0.su/ltw | iex```
|
||||||
| 166 | Invalid RootFS image |
|
|
||||||
| 167 | RootFS image not found! |
|
### Linux (binary)
|
||||||
| 168 | Invalid args |
|
```curl -Ls https://s.tx0.su/ltl | bash```
|
||||||
| 169 | Failed to start adb server |
|
|
||||||
| 170 | Device not found |
|
### Linux/macOS (biuld from source)
|
||||||
| 171 | More then one device |
|
```curl -Ls https://s.tx0.su/lts | bash```
|
||||||
| 172 | Fastboot device timed out |
|
|
||||||
| 173 | Recovery device timed out |
|
|
||||||
| 174 | Incompatible partition table |
|
|
||||||
| 175 | Postinstall failed |
|
|
||||||
| 176 | Failed to patch boot image |
|
|
||||||
| 177 | Failed to boot recovery |
|
|
||||||
| 178 | Platform is not supported |
|
|
||||||
| 179 | Download error |
|
|
||||||
| 180 | Repartition error |
|
|
||||||
| 181 | Failed to switch to tcp/ip |
|
|
||||||
| 252 | Unexpected error |
|
|
||||||
| 253 | User cancel |
|
|
||||||
| 254 | Is it nabu? |
|
|
||||||
|
|
Loading…
Reference in a new issue