Skip to content

Tags: bootlin/snagboot

Tags

v2.6.1

Toggle v2.6.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot 2.6.1 release

- snagrecover:
  Correct i.MX93 ROM code recovery which doesn't support control endpoint HID commands
  Add multi-board support to AM335x recovery setup script
  Add i.MX7Solo support

- treewide:
  Fix broken links in documentation
  Drop Python 3.9 support
  Add CI for Python 3.14

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.6

Toggle v2.6's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.6 release

- treewide:
    Migrate documentation to readthedocs
    Emit more specific error messages for USB permission-based access issues
    Add unit tests

- snagflash:
    Support compressed input files, e.g. *.wic.bz2
    Refactor fastboot-uboot logic to factor out common code and improve logging
    Automatically detect when oem_run isn't supported by U-Boot, and fallback to ucmd

- snagrecover:
    Support Renesas RZ/N1 platforms
    Support SoC model aliases, and add i.MX8MP alias
    Handle relative path prefixes with the -F syntax

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.5

Toggle v2.5's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.5 release

- snagrecover:
    add support for bcm2711/12 platforms
    add support for several AMLogic platforms
    add support for AM654x platforms
    confirm Allwinner A133 support

- snagfactory:
    allow changing target device mid-pipeline
    tone down UI colors, increase button sizes

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.4

Toggle v2.4's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.4 release

- treewide:
    modernize and expand CI tests
    drop support for Python 3.8
    use importlib API to fetch resources

- snagflash:
    fastboot-uboot: support comments in command file
    correct parsing logic for "fb-size" parameter

- snagrecover:
    add support for i.MX91 platforms
    add support for Intel Keem Bay platforms
    support HABv4-closed i.MX SoCs

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.3

Toggle v2.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.3 release

- treewide:
    add mechanisms for packaging Snagboot into an executable installer for Windows

- snagfactory:
    make the "fb-buffer-size" parameter optional

- snagflash:
    move "interactive mode" Fastboot commands into a separate "fastboot-uboot" protocol,
    deprecate using these with the "fastboot" protocol
    make the "fb-size" environment variable optional for flashing

- snagrecover:
    reinstate AM335x UART recovery
    warn if given firmware looks like a text file

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.2

Toggle v2.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.2 release

- docs:
    provide some performance indicators for Snagfactory

- snagflash:
    add a Fastboot command to flash Android Sparse Image files

- snagrecover:
    add support for AM62Lx platforms

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.1

Toggle v2.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.1 release

- treewide:
    make Kivy dependency optional by introducing a new "gui" package extra feature

- snagflash:
    correct file offset computations in MMC flashing procedure

- snagrecover:
    add support for STMicroelectronics STM32MP25 SoCs
    add support for Xilinx ZynqMP SoCs

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.0.1

Toggle v2.0.1's commit message

Unverified

This user has not yet uploaded their public signing key.
snagflash: interactive: correct file offset computations in flash_mmc()

The offsets for huge file chunks are incorrectly calculated in flash_mmc(),
resulting in incorrect data being written to the backend device.

Correct these file offset computations.

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

v2.0

Toggle v2.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Snagboot v2.0 release

- treewide:
    add Windows support for all SoC families except AM335x
    introduce the new Snagfactory flashing tool

- snagflash:
    add interactive mode with advanced compound commands

- AM6x:
    broaden AM62x support to include AM64x SoCs

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>

beta-3

Toggle beta-3's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'feature/snagflash-interactive' into HEAD