Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.05 KB

UPGRADE_CHECKLIST.md

File metadata and controls

21 lines (20 loc) · 1.05 KB

Updating

  • Update l4tVersion, jetpackVersion, and cudaVersion in default.nix
  • Update branch/revision/sha256s in:
    • default.nix
    • kernel/default.nix
    • uefi-firmware.nix
    • Grep for "sha256 = ", see if there is anything else not covered
  • Update the kernel version in kernel/default.nix if it chaged.
  • Grep for the previous version strings e.g. "35.4.1"
  • Compare files from unpackedDebs before and after
  • Grep for NvOsLibraryLoad in libraries from debs to see if any new packages not already handled in l4t use the function
  • Ensure the soc variants in modules/flash-script.nix match those in jetson_board_spec.cfg from BSP
  • Ensure logic in ota-utils/ota_helpers.func matches nvidia-l4t-init/opt/nvidia/nv-l4t-bootloader-config.sh
  • Run nix build .#genL4tJson and copy output to pkgs/containers/l4t.json

Testing

  • Run nix flake check
  • Build installer ISO
  • Flash all variants
  • Boot all variants
  • Run our (Anduril's) internal automated device tests