-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- i.MX: - Document AM62Ax platforms and test AM62A7 device - Add i.MX8QM to SDPV SoCs - snagflash/DFU: Add dfu-keep, dfu-detach and dfu-reset - snagflash/UMS: various fixes, document creation of static block device paths - AM335x: - Fix issue where SPL output is confused with UART pings - Catch spurious errors - Fix race condition between BOOTP and TFTP servers - Add progress bar for UART recovery - Fix case conversion issue with firmware binary paths - AM335x setup script: - Improve robustness of SUDOER username detection - Add custom shell prompt - Fix issue where stdout is broken after exiting from recovery shell - Silence spurious errors - install: Fix issue where old builds confuse installation script - pyproject: Change version-fetching method to avoid implicit setuptools dependency - snagrecover/DFU: Catch spurious error on DFU_DETACH Signed-off-by: Romain Gantois <[email protected]>
- Loading branch information
Showing
5 changed files
with
4 additions
and
10 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
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
""" | ||
|
||
# Global version string for Snagboot | ||
__version__ = "1.1" | ||
__version__ = "1.2" |
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