Merge pull request #211 from OpenIPC/FlyRouter-patch-1

Update fpv-sigmastar.md
pull/212/head
Signor Pellegrino 2023-10-29 20:52:20 +03:00 committed by GitHub
commit 2f7253f612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 9 deletions

View File

@ -8,15 +8,19 @@ Instructions for installing OpenIPC firmware on SigmaStar devices
<img src="https://github.com/OpenIPC/wiki/blob/master/images/fpv-logo.jpg?raw=true" alt="Logo"/> <img src="https://github.com/OpenIPC/wiki/blob/master/images/fpv-logo.jpg?raw=true" alt="Logo"/>
</p> </p>
$\color{red}{\texttt{Please click on the arrow on the left to expand the menu}}$ ### SSC338Q + IMX415 + NAND flash, board from CamHi vendor
<details>
<summary><h3>SSC338Q + IMX415 + NAND flash, board from CamHi vendor</h3></summary>
#### Quick note on experiments, will be revised and updated #### Quick note on experiments, will be revised and updated
* [The files for this experiment are temporarily available here](https://github.com/OpenIPC/sandbox-fpv/tree/master/sigmastar) * [The files for this experiment are temporarily available here](https://github.com/OpenIPC/sandbox-fpv/tree/master/sigmastar)
#### Explanations
The Sigmastar IPL (pre-bootloader) allows to boot a custom U-Boot from the sdcard.
The provided UBOOT + uImage.ssc338q is a fully working openipc firmware, that you can connect to via SSH / WEB over the ethernet connection.
With this temporary openipc firmware you can create a backup of the internal NAND and flash the permanent openipc firmware to the NAND.
#### Prepare #### Prepare
Here is the sdcard firmware to install openipc to the nand flash. Here is the sdcard firmware to install openipc to the nand flash.
@ -24,7 +28,9 @@ Here is the sdcard firmware to install openipc to the nand flash.
- Connect your SD card to your computer, create a 1 GB partition on it, format it as FAT32 / VFAT. - Connect your SD card to your computer, create a 1 GB partition on it, format it as FAT32 / VFAT.
- In Linux you just need to use the commands fdisk and mkfs.vfat - In Linux you just need to use the commands fdisk and mkfs.vfat
- Mount disk and unpack ssc338q_initramfs.zip and copy both files to the root directory. - Mount disk and unpack ssc338q_initramfs.zip and copy both files to the root directory.
- The UBOOT and uImage.ssc338q is used for the temporary sdcard system and to gain access to the nand flash. - The UBOOT and uImage.ssc338q is used for the temporary sdcard system and to gain access to the NANAD flash.
- Reboot the device and let it start from the SD card
- $\color{red}{\texttt{Do not stop the bootloader under any circumstances!}}$
#### Backup #### Backup
@ -47,11 +53,9 @@ nandwrite /dev/mtd0 /mnt/mmcblk0p1/ssc338q-nand.bin
#### Buying a device (CamHi vendor) #### Buying a device (CamHi vendor)
- https://aliexpress.com/item/1005002879158570.html - https://aliexpress.com/item/1005002879158570.html
</details>
<details> ### SSC338Q + IMX415 + NOR flash, board from Anjoy vendor
<summary><h3>SSC338Q + IMX415 + NOR flash, board from Anjoy vendor</h3></summary>
#### Information collection continues #### Information collection continues
@ -60,7 +64,6 @@ Information collection continues
#### Buying a device (Anjoy vendor) #### Buying a device (Anjoy vendor)
- https://aliexpress.com/item/1005003738087454.html - https://aliexpress.com/item/1005003738087454.html
</details>
### Other notes ### Other notes