Skip to content

How to recover absolutely any Air Unit on OpenIPC?

What you'll need

  • An FTDI FT232RL adapter
  • A miniUSB - USB cable
  • A few jumper wires

Software


Flashing steps

  1. Open CMD or the Windows console and enter the command:

    ipconfig

    ipconfig

    Find your IPv4 address.

  2. Run Tftpd64:

    Tftpd64

    Link to the guide

  3. Generate a MAC address, and in the TFTP server field enter your computer's IP address.

  4. Click Generate Instructions.

  5. Check the FTDI connection:

    FTDI

    • RXTX
    • TXRX
    • GNDGND

Warning

Before powering on, make sure all UART connections are correct.
An incorrect connection can damage the device.

Tip

Find the correct UART interface according to your hardware's documentation.

  1. Solder the FTDI outputs to the UART pins on the board.

  2. Open Device Manager, plug in the FTDI USB and find the COM port (e.g. COM3).

  3. Run Putty with the appropriate COM port:

bash
putty.exe -serial COM3 -sercfg 115200,8,n,1,N
  1. A Putty window will open.

  2. Connect power to the FTDI and to the Runcam v1.

Tip

Open Putty before powering on, so you can see the device boot log.

  1. If everything is connected correctly, you will see the log in Putty:

Putty log

  1. Go to the instructions page:
    https://openipc.org/cameras/vendors/sigmastar/socs/ssc338q

  2. Copy the .bin firmware file into the TFTP folder:

Firmware file

  1. Run the commands from the site one line at a time, do not paste everything at once:

Flashing commands

Tip

Run one line at a time, do not paste several commands at once.

  1. If after the third command the download does not happen — check the TFTP server settings.

Tip

Make sure a firewall or antivirus is not blocking the TFTP server.

  1. Example IP address configuration:
  • Device IP: 192.168.0.123
  • Computer IP: 192.168.0.40
  1. After a successful boot via UART you can flash the WiFiLink firmware via the Multiconfigurator

Community project. Not an official OpenIPC resource.