From 3ad73f8e5db9d5a325ac1dd02e9051fed3d4fa17 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:59:06 +0100 Subject: [PATCH] Update fpv-sigmastar.md (#259) --- en/fpv-sigmastar.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/en/fpv-sigmastar.md b/en/fpv-sigmastar.md index 5b4f2f9..342012f 100644 --- a/en/fpv-sigmastar.md +++ b/en/fpv-sigmastar.md @@ -20,7 +20,7 @@ With this temporary OpenIPC firmware you can create a backup of the nand and fla #### Prepare - Connect your sdcard to your computer, create a 1 GB partition and format it as FAT32 / VFAT. - [Download ssc338q-initramfs.zip][1] -- Copy all files to the root directory of the sdcard, update your wireless credentials on autoconfig.sh: +- Copy all files to the root directory of the sdcard, update your wireless credentials on autostart.sh: ```diff #!/bin/sh +WLAN_SSID="Router" @@ -43,7 +43,9 @@ nanddump -f /mnt/mmcblk0p1/backup-nand.bin /dev/mtd0 #### Install ``` flash_eraseall /dev/mtd0 -nandwrite /dev/mtd0 /mnt/mmcblk0p1/ssc338q-fpv.bin +nandwrite -k /dev/mtd0 /mnt/mmcblk0p1/ssc338q-fpv.bin +rm /mnt/mmcblk0p1/UBOOT +reboot -f ``` #### Buying a device (CamHi vendor) @@ -64,4 +66,4 @@ Information collection continues ### Other notes For testing please use the [MPV](https://mpv.io/) player, in which the Shift+I key combination can be used to get debugging information. -[1]: https://github.com/OpenIPC/wiki/files/13380069/ssc338q-initramfs.zip +[1]: https://github.com/OpenIPC/wiki/files/13382282/ssc338q-initramfs.zip