-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/no sleep emmc flashing (#15)
* EMMC serial handshaking EMMC flashing will no longer progress nonsensically when errors or misshaps occur. Most all sleeps are gone. * EMMC tests serial handshake * Initial changelog 1.0.0 release
- Loading branch information
Showing
3 changed files
with
74 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0] - 2024-01-24 | ||
|
||
### Added | ||
|
||
- Initial release 🌱 of the rzboard_flash_util for [RZBoard](https://github.com/Avnet/RZ-V2L-HUB) | ||
- 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](https://github.com/Avnet/rzboard_flash_util/actions) | ||
- 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters