1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-03 13:12:44 +02:00

Various Install methods

This commit is contained in:
Elias Kotlyar
2018-11-21 22:33:37 +01:00
parent bda63e8d06
commit ef45cc6adf

17
hacks/install_various.md Normal file
View File

@@ -0,0 +1,17 @@
## Install new Version using the SD-Card
```$xslt
flash_eraseall /dev/mtd4
dd if=appfs.bin of=/dev/mtd4
```
### Install new Version using the Bootloader:
```$xslt
fatls mmc 0:1
fatload mmc 0:1 0x80600000 dafang_128mb_v2.bin
sf probe
sf update 0x80600000 0x0 0x40000
```