Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Jetpack 5.1.3 / L4T 35.5.0 #198

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 22, 2024

  1. feat: upgrade Jetpack 5.1.2 -> 5.2.3 and l4t 35.4.1 -> 35.5.0

    * Jetpack 5.1.2 -> 5.2.3
    * l4t 35.4.1 -> 35.5.0
    * kernel: 5.10.120(-rt70) -> 5.10.192(-rt96)
    * * OE4T: oe4t-patches-l4t-r35.4.ga (2023-09-27) -> oe4t-patches-l4t-35.5.0 (2024-03-08)
    * * Remove BTF patches fixed in OE4T/linux-tegra-5.10@c5006ab
    * * Remove gcc13-synchronize-bond patch now in upstream
    * * Remove crng_ready patch now in upstream
    * nvidia-display-driver: fix sourceRoot
    * board-automation: remove python 2-> 3 patch (upstream now uses python3)
    * flash-tools: update flash-tools.patch
    * jetson-benchmarks: 43892b9 -> c029c7d
    * multimedia-samples: enable separateDebugInfo
    * edk2: update to match l4tVersion
    * edk2-(platforms,non-osi,nvidia-non-osi): update to match l4tVersion
    * edk2-nvidia: r35.4.1-updates (2023-08-07) -> r35.5.0-updates (2024-03-08)
    * * remove obsolete fix-disabled-serial.patch (Upstream PR#68 merged)
    * * vendor Eqos TX clock name patch (Upstream PR#76 still open)
    * * update edk2-uefi-dtb patch
    * edk2-jetson: update to match l4tVersion
    * * Switch to nixpkgs OpenSSL (1.1.1t -> 3.0.x)
    * * remove obsolete edk2 openssl patches
    Princemachiavelli committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    96246c6 View commit details
    Browse the repository at this point in the history
  2. fix(kernel): re-enable DMI

    Re-enable DMI so DMI_SYSFS is also re-enabled so firmware version can
    be checked from userspace sysfs.
    Princemachiavelli committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0a82a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0945cbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    365a002 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8873bda View commit details
    Browse the repository at this point in the history
  6. Add chipsku to firmware variants type

    In 35.5.0 some logic to generate the Bup now depends on the CHIP_SKU
    instead of the BOARD_SKU. See relevent Nvidia forum thread [1] and
    corresponding change in OE4T/meta-tegra [2].
    
    Also correct flash-tools-flashcmd which seems to have been
    incorrectly using chiprev as CHIP_SKU.
    
    [1] https://forums.developer.nvidia.com/t/failed-to-turn-isp-power-on-error-at-orinnano-8gb-l4t-35-5-0/289788/3
    [2] OE4T/meta-tegra@a9e7e19
    Princemachiavelli committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    709da14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8848bae View commit details
    Browse the repository at this point in the history