Skip to content

Releases: OtherCrashOverride/odroid-go-firmware

20181001

01 Oct 14:30
Compare
Choose a tag to compare

Changes:

  • Add phy_init_data in phy_init partition.

20180915

16 Sep 00:51
Compare
Choose a tag to compare

Changes:

  • Single file firmware flashed at offset 0.
  • esp-idf updated to v3.1 release with improved SD card compatibility

To flash:

esptool.py write_flash 0 odorid-go-firmware-20180915.img

20180806-factory

06 Aug 05:31
Compare
Choose a tag to compare
20180806-factory Pre-release
Pre-release

New single file firmware flashed at offset 0.

To flash "odroid-go.img:

./esptool.py --port "/dev/ttyUSB0" --baud 921600 write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0 odroid-go.img

The following was used to create the "odroid-go.img" file:

make erase_flash
make flash

cd tools/esp32img
./esptool.py --port "/dev/ttyUSB0" --baud 921600 read_flash 0 0x100000 odroid-go.bin
./esp32img odroid-go.bin

20180727

27 Jul 20:31
Compare
Choose a tag to compare
  • Fix "BOOT SET ERROR"
  • Fix menu crashing from invalid .fw files.
  • Cosmetic changes.

20180726

26 Jul 16:51
Compare
Choose a tag to compare

This release supports multiple applications located in the /odroid/firmware folder of the SD card.

20180718

18 Jul 19:48
Compare
Choose a tag to compare
  • Change partition sizes (2MB)
  • Change flash speed to 80Mhz

20180712

12 Jul 06:10
Compare
Choose a tag to compare

Initial release

20180708

09 Jul 03:17
Compare
Choose a tag to compare
20180708 Pre-release
Pre-release

Testing