mirror of https://github.com/OpenIPC/wiki.git
Update fpv-sigmastar.md
parent
3ad73f8e5d
commit
1d5af6d350
|
@ -40,6 +40,12 @@ ssh root@192.168.1.100
|
|||
nanddump -f /mnt/mmcblk0p1/backup-nand.bin /dev/mtd0
|
||||
```
|
||||
|
||||
- Alternatively the flash content can be uploaded via tftp.
|
||||
```
|
||||
cd /dev
|
||||
tftp 192.168.1.10 -pr mtd0
|
||||
```
|
||||
|
||||
#### Install
|
||||
```
|
||||
flash_eraseall /dev/mtd0
|
||||
|
|
Loading…
Reference in New Issue