From 0def71416e34573a64b2ee2ff8cdbd7f49bb1762 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:34:40 +0100 Subject: [PATCH] Update fpv-sigmastar.md (#260) --- en/fpv-sigmastar.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/fpv-sigmastar.md b/en/fpv-sigmastar.md index 342012f..cd9997e 100644 --- a/en/fpv-sigmastar.md +++ b/en/fpv-sigmastar.md @@ -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