Upgrade a mangOH Yellow with the Latest Firmware

This page provides instructions to upgrade your mangOH Yellow locally with the latest Octave firmware. Alternatively you can upgrade your device over the air if your device has been set up to communicate with Octave.

Prerequisites

  1. If you are a Windows user, you must install the driver on your computer the first time by running: WP7702 driver for Windows. Mac and Linux users do not require a driver installation.

📘

Note for Mac Users

For Mac, USB driver support for Octave edge devices is only supported up to MacOS 10.14. USB driver support in MacOS 10.15+ for Octave edge devices is currently unavailable. If you're using MacOS 10.15 or higher, you must use a Linux or Windows machine (e.g., via a virtual machine) to update your Octave edge device.

  1. Connect your laptop to the mangOH Yellow via the USB port.

  2. Open a terminal or a Windows command tool. Test the connection issuing ping command (press Ctrl-C to interrupt):

> ping 192.168.2.2

You will receive responses from the mangOH Yellow; press Ctrl-C to interrupt:

PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
64 bytes from 192.168.2.2: icmp_seq=1 ttl=64 time=2.22 ms
64 bytes from 192.168.2.2: icmp_seq=2 ttl=64 time=2.16 ms
64 bytes from 192.168.2.2: icmp_seq=3 ttl=64 time=1.19 ms
64 bytes from 192.168.2.2: icmp_seq=4 ttl=64 time=2.24 ms
^C
--- 192.168.2.2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 1.191/1.956/2.249/0.444 ms

You will now be able to ssh and copy files into the mangOH Yellow.

> ssh [email protected]

It is strongly recommended to setup credentials for remote login.
  Please select one of the following options:
    1) Setup ssh keys and disable passwords-based authentication via ssh (the most secure)
    2) Setup password (better than nothing)
    3) Do nothing

On the first time, the module will ask to set up the credentials. Choose 3 (Do nothing) and Y (to be reminded next time) or n if you don't need to secure access to the mangOH.

Type exit to close the ssh session".

Download the Latest Octave firmware

Download the latest mangOH Yellow WP7702 firmware with Octave:
3.1.0 for WP7702 mangOH yellow

Download the latest mangOH Yellow WP76XX firmware with Octave:
3.1.0 for WP76xx mangOH yellow

Install the firmware to your mangOH Yellow

  1. Copy the firmware to the mangOH:
scp mangOH-yellow-wp77xx_0.7.0-octave.spk [email protected]:/tmp/
  1. ssh into the mangOH and install the package:
root@swi-mdm9x28-wp:~# fwupdate download /tmp/mangOH-yellow-wp77xx_0.7.0-octave.spk

The mangOH will reboot after installing the new firmware. You can ssh into the mangOH again to verify that it is still alive and connected.

For WP76xx module the procedure is the same except the image name is mangOH-yellow-wp76xx_0.7.0-octave.spk.