Skip to content

Commit

Permalink
Snagboot v1.3 release
Browse files Browse the repository at this point in the history
- treewide:
    support passing USB paths (e.g. 3-1.2) to snagboot instead of
    vid:pid addresses

- i.MX:
    - Drop libhidapi dependency and add custom HID implementation
    - Add support for i.MX53 SoCs

- AM335x:
    - Improve POSIX compliance of setup script and make it compatible
      with Fish shell

- AM62x:
    - Update recovery flow for newer versions of U-Boot
    - Add board template for phyBOARD-Lyra

- snagflash:
    - Handle "continue" command gracefully
    - Generalize handling of command parameters

Signed-off-by: Romain Gantois <[email protected]>
  • Loading branch information
rgantois committed Feb 24, 2024
1 parent 76ab499 commit 38cd4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snagrecover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# Global version string for Snagboot
__version__ = "1.2"
__version__ = "1.3"

0 comments on commit 38cd4c0

Please sign in to comment.