Skip to content

Commit

Permalink
Update 35.3.1 strings to 35.4.1 in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Feb 20, 2024
1 parent fda30ab commit 3fdc7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UPGRADE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [ ] `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.3.1"
- [ ] Grep for the previous version strings e.g. "35.4.1"
- [ ] Compare files from `unpackedDebs` before and after
- [ ] 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`
Expand Down
2 changes: 1 addition & 1 deletion modules/flash-script.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ in
default = null;
};

# See: https://docs.nvidia.com/jetson/archives/r35.3.1/DeveloperGuide/text/SD/Security/SecureBoot.html#prepare-an-sbk-key
# See: https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/SD/Security/SecureBoot.html#prepare-an-sbk-key
secureBoot = {
pkcFile = mkOption {
type = types.nullOr types.path;
Expand Down

0 comments on commit 3fdc7ff

Please sign in to comment.