Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 782 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 782 Bytes

Changelog

This project adheres to Semantic Versioning.

[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.