Upgrade a mangOH yellow with latest Firmware

This page provides the instructions to upgrade locally your mangOH yellow with the latest Octave firmware.

Prerequisites

  1. (Windows only) If you are a Windows user, the first time you must install the driver on your computer. WP7702 driver for Windows. It is an .exe file, run it and follow the prompts. It shall run smoothly!

  2. Connect your laptop to the mangOH yellow via the USB port.

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

> ping 192.168.2.2
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 shall now be able to ssh and copy files into the mangOH yellow.

Download the latest Octave firmware

Download the latest stable release: 3.0.0 preview for mangOH yellow.

Install the firmware to your mangOH red

  1. Copy the firmware to the mangOH
>scp yellow_wp77xx_0.6.0-octave.spk [email protected]:/tmp/yellow_wp77xx_0.6.0-octave.spk
  1. ssh in the mangOH, and install the package
>ssh [email protected]
 #fwupdate download /tmp/yellow_wp77xx_0.6.0-octave.spk

The mangOH will reboot after installing the new firmware.

  1. We recommend to remove the update package from /tmp to clean device flash memory
>ssh [email protected]
 #rm /tmp/yellow_wp77xx_0.6.0-octave.spk