odroid_go:firmware_update

ODROID-GO Device Firmware update

We've been posting the firmware release news in this forum link.
Keep checking the post.

If you meet an error when you erase/flash the firmware, you need to force the ODROID-GO into the flashing mode.
Turn the device off –> Hold the “Volume” button –> Turn the device on –> Keep holding the “Volume” button until flashing starts.

If you want to write an old firmware version before “August 6, 2018”, please refer to the link below. Updating firmware before "August 6, 2018"

This instruction was tested on Windows 10. Some users reported it worked on Windows 7 too.
You might need to install the USB-UART CP2104 VCP driver for Windows when the ODROID turns on.
VCP driver for Windows
You need to check the COM port number with Device Manager.
Refer this guide.

Firmware binary package 2018-07-27
And then, you need to extract the file on your work directory.

Firmware release info : https://github.com/OtherCrashOverride/odroid-go-firmware/releases

odroid-go-firmware-20181001.img

You must erase the flash of ESP32 before uploading a new firmware. Note that you have to turn the ODROID on first.
Select parameters as shown in the below picture and check your COM port.
Then, click ERASE button.

Select .img file and input parameters as shown in the below picture and check your COM port.
You have to select odroid-go-firmware-20181001.img. It turns green if you check.

  • odroid-go-firmware-20181001.img 0x00

Then, click START button.

If you want to write firmware version before “August 6, 2018”, please refer to the link below. Updating firmware before "August 6, 2018"

Open a terminal and run commands below.

host
sudo apt install python-pip
sudo pip install esptool pyserial

Firmware release info : https://github.com/OtherCrashOverride/odroid-go-firmware/releases

host
wget https://github.com/OtherCrashOverride/odroid-go-firmware/releases/download/20181001/odroid-go-firmware-20181001.img

Connect your ODROID-GO to HOST-PC. Then, you should check that your serial node is like “/dev/ttyUSB0” or “/dev/ttyUSB1”
If have another serial device connected, you have to disconnect them on your Host PC fisrt.

host
$ ls /dev/ttyUSB*
/dev/ttyUSB0

Turn on your ODROID-GO. Then, type the following in terminal.

host
esptool.py write_flash 0 odroid-go-firmware-20181001.img
  • odroid_go/firmware_update.txt
  • Last modified: 2019/10/28 11:24
  • by tobetter