All patches in R35.6.1 version

Who can provide all patches for r35.6.1? We are using Jetson AGX ORIN, custom board.

Any specific issue you met? Please provide more information, then we can know how to support.

we meet uefi boot issue:
ASSERT [FvbNorFlashStandaloneMm] /dvs/git/dirty/git-master_linux/out/nvidia/optee.t234-uefi/StandaloneMmOptee_RELEASE/edk2-nvidia/Silicon/NVIDIA/Drivers/FvbNorFlashDxe/FvbNorFlashStandaloneMm.c(978): ((BOOLEAN)(0==1))

we have modified code according to this page :Varint readfix r35.5.0 by gmahadevan · Pull Request #110 · NVIDIA/edk2-nvidia · GitHub,
then use this command to compile:edk2_docker edk2-nvidia/Platform/NVIDIA/Jetson/build.sh ,
which generate uefi_Jetson_RELEASE.bin,we put it to Linux_for_Tegra/bootloader/ folder and rename it to uefi_jetson.bin,then use this command to flash: sudo ./flash.sh -r jetson-agx-orin-devkit-industrial mmcblk0p1
but issue recur again.

Hi,
The issue is supposed to be fixed on later release. Please check:

Jetson/L4T/r35.5.x patches - eLinux.org
[UEFI] Assertion - FvbNorFlashStandaloneMm.c(868): ((BOOLEAN)(0==1))

Please try Jetpack 5.1.5 r35.6.2.

I am currently using version R35.6.2 , i met a new issue:

It will be stuck in following logs when booting, after about 86 seconds it continue to boot successfully:

▒▒fmon_enable: FMON_MGBE0_MAC: detected fault 0x1
fmon_enable: FMON_MGBE0_TX_PCS: detected fault 0x1
fmon_enable: FMON_GBE_UPHY_L4_CORE_TX: detected fault 0x1
verify_rate_range: FMON_MGBE0_RX_PCS: rate 0 below min 18750000
fmon_update_config: FMON_MGBE0_RX_PCS: detected fault 0x80
verify_rate_range: FMON_GBE_UPHY_L4_CORE_RX: rate 0 below min 18750000
fmon_update_config: FMON_GBE_UPHY_L4_CORE_RX: detected fault 0x80
r35.6.2_boot_log.txt (115.6 KB)

What could be the reason for this?

It seems the different case from the assertion issue. (i.e. there’s no assertion in this case)

Do you mean it takes 86 seconds in UEFI of each boot or the issue happens occasionally?
I would suggest using debug UEFI to further check this issue.