Skip to content

Releases: OE4T/tegra-boot-tools

Version 2.4.0

14 Jun 19:58
v2.4.0
Compare
Choose a tag to compare

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

07 May 15:49
v2.3.2
Compare
Choose a tag to compare

Adds support for skipping BUP entries for optional partitions.

Version 2.3.1

05 May 12:37
v2.3.1
Compare
Choose a tag to compare
  • Fix for BCT sanity check issue on SPIflash-equipped t210 platforms when using tegra-bootloader-update --initialize

Version 2.3.0

03 May 14:52
v2.3.0
Compare
Choose a tag to compare

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

12 Mar 13:48
v2.2.4
Compare
Choose a tag to compare
  • 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

12 Mar 13:44
v2.0.3
Compare
Choose a tag to compare
  • 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

02 Feb 22:46
v2.2.3
Compare
Choose a tag to compare

Minor update to handle the new version of slot metadata that was added in L4T R32.5.0.

Version 2.2.2

31 Dec 12:27
v2.2.2
Compare
Choose a tag to compare

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

30 Dec 16:54
v2.2.1
Compare
Choose a tag to compare

Maintenance release that includes a fix for tegra-bootloader-update --dry-run failures on Jetson Nano eMMC.

Version 2.2.0

03 Dec 21:09
v2.2.0
Compare
Choose a tag to compare
  • Add version checks for tegra210 updates, similar to the L4T updater, to prevent downgrades and other possibly unsafe updates.
  • Minor bug fixes