Skip to content

Releases: Avnet/rzboard_flash_util

v1.0.1

09 Oct 18:30
4229e08
Compare
Choose a tag to compare

Changelog

Minor documentation improvements and use before assignment bugfix in debugging edge case. See v1.0.0 for core releases.

[1.0.1] - 2024-10-09

v1.0.0 Release - Core Features Met

19 Jan 17:38
e95bb75
Compare
Choose a tag to compare

Changelog

This release indicates the core flash util features are met (see below)

[1.0.0] - 2024-01-24

Added

  • Initial release 🌱 of the rzboard_flash_util for RZBoard
  • Features include:
    • eMMC flashing
      • Bootloaders
      • Linux image
    • QSPI flashing
      • Bootloaders
    • Serial port configuration
    • RZBoard IP configuration for linux image flashing
    • Progress bars
    • Automated testing / CI
  • Support for...
    • Windows, Mac, Linux (Assume Ubuntu)

Changed

  • Latest commits updated EMMC flashing to use serial handshaking and not sleeps. This means the flash utility waits for the RZBoard to send data before continuing the flash process.