Skip to content

Snagboot v3.0

Latest

Choose a tag to compare

@rgantois rgantois released this 18 Aug 11:54
· 1 commit to main since this release
cdd746d

snagrecover:

  • Added support for several TI k3 SoCs
  • Replaced the pyfatfs dependency of Broadcom recovery with an in-tree library
  • Added Qualcomm IQ9075 support

snagflash:

  • Added support for on-the-fly decompression of zstd-compressed image files with fastboot-uboot
  • Fixed ucmd fallback for older versions of U-Boot
  • Added support for relative image file paths in fastboot-uboot command files
  • Modified USB device detection to wait for USB IDs instead of immediately timing out
  • Added a progress bar to UMS flashing
  • Improved sparse file handling in fastboot

snagfactory:

  • Migrated UI from Kivy to PySide6
  • Added support for relative firmware file paths in configuration files

treewide:

  • Various bug fixes and logging improvements