Releases: OE4T/tegra-boot-tools
Version 2.4.0
Adds some optimizations for reducing the number of writes for tegra-bootloader-update --initialize
,
primarily to speed up installs on Jetsons with SPI flash boot devices.
- A new
--needs-repartition
option that can be used to check if the boot device needs a full rewrite - Restored the compare-before-update checks when initializing, to avoid unneeded writes
Version 2.3.2
Adds support for skipping BUP entries for optional partitions.
Version 2.3.1
- Fix for BCT sanity check issue on SPIflash-equipped t210 platforms when using
tegra-bootloader-update --initialize
Version 2.3.0
This version extends tegra-bootloader-update --initialize
to overwrite the boot device pseudo-GPT on tegra186 and tegra194 platforms, to allow an installation script to handle updates that change the partitioning of the boot device storage. This, combined with a suitable set of commands for repartitioning the eMMC (which should be run first, since boot partitions can reside in the eMMC), supports creating an installer that can run from RAM (e.g., in an initial RAM disk) for upgrading between L4T BSP versions that change bootloader partition layouts.
Version 2.2.4
- Fixes an issue with boot slot priorities that was leading to flips back to slot 0 after three successful boots in slot 1.
Version 2.0.3
- Fixes an issue with boot slot priorities that would cause a fallback to boot slot 0 after three reboots in slot 1.
Version 2.2.3
Minor update to handle the new version of slot metadata that was added in L4T R32.5.0.
Version 2.2.2
Includes another minor fix for tegra-bootloader-update
for tegra210 platforms that lets the user specify the --initialize
to force the bootloader partitions to be updated even if the VER/VER_b partitions are corrupted or the update is a downgrade.
Version 2.2.1
Maintenance release that includes a fix for tegra-bootloader-update --dry-run
failures on Jetson Nano eMMC.
Version 2.2.0
- Add version checks for tegra210 updates, similar to the L4T updater, to prevent downgrades and other possibly unsafe updates.
- Minor bug fixes