Again Display flicking Issue popped up , upgraded to Jetpack6.0GA but still issue persists

Hi
As raised earlier on Display stops working at times , the display flicking issue has popped up. Upgraded to Jetpack6.0GA from Jetpack6.0DP but the issue still persists. Please note that storgae used here is NVMe.

Below are the other details about this System

avaish@ubuntu:~$ nvidia-smi
Sun Jun 23 21:28:33 2024
±--------------------------------------------------------------------------------------+
| NVIDIA-SMI 540.3.0 Driver Version: N/A CUDA Version: 12.2 |
|-----------------------------------------±---------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 Orin (nvgpu) N/A | N/A N/A | N/A |
| N/A N/A N/A N/A / N/A | Not Supported | N/A N/A |
| | | N/A |
±----------------------------------------±---------------------±---------------------+

±--------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
±--------------------------------------------------------------------------------------+

vaish@ubuntu:~$ jetson_release
Software part of jetson-stats 4.2.7 - (c) 2024, Raffaello Bonghi
Jetpack missing!

  • Model: NVIDIA Jetson Orin Nano Developer Kit
  • L4T: 36.3.0
    NV Power Mode[0]: 15W
    Serial Number: [XXX Show with: jetson_release -s XXX]
    Hardware:
  • P-Number: p3767-0005
  • Module: NVIDIA Jetson Orin Nano (Developer kit)
    Platform:
  • Distribution: Ubuntu 22.04 Jammy Jellyfish
  • Release: 5.15.136-tegra
    jtop:
  • Version: 4.2.7
  • Service: Active
    Libraries:
  • CUDA: 12.2.140
  • cuDNN: 8.9.4.25
  • TensorRT: 8.6.2.3
  • VPI: 3.1.5
  • Vulkan: 1.3.204
  • OpenCV: 4.9.0 - with CUDA: YES
    Please help me with this issue . It is really blocking my project on Jetson .

Also not sure why it says “Jetpak Missing” , I followd steps from How to Install and Configure JetPack SDK — JetPack 6.0 documentation and somehow it did not complete the upgrade Please help.

Got BIOS messages via Debug UART Port and see this ASSERT (As the system stopped booting also)
orin_nano_log.txt (37.8 KB)

ASSERT [FvbNorFlashStandaloneMm] /out/nvidia/optee.t234-uefi/StandaloneMmOptee_RELEASE/edk2-nvidia/Silicon/NVIDIA/Drivers/FvbNorFlashDxe/FvbN) , Pls find the attached log .

Hi svaraikyam,

Are you using the devkit or custom board for Orin Nano?

It seems you hit a ASSERT in UEFI.
Do you modify anything in UEFI source and update the custom UEFI binary?

Hi Kevin
I am using Dev Kit for Orin Nano and in between resolving display flickering issue, perhaps enabled EFIFB option in BIOS . Though assert is unexpected , none of the option should cause that . moreover on display issue, I would go for reflashing Jetpack 6.0 GA (36.3) release . If the display issue persists afterwards , pls help me resolve that.

with re-installation of Jetpack GA from SDK Manager resolved the flicking issue now . The steps to reproduction of display flickering was some kind of automatic updates , I saw when used Jetson after 2-3 weeks. At that time , It was having Jetpacket 6.0 DP release .

Now I have one mystery still unresolved that why I see " Jetpack Missing" after I upgraded from Jetpack 6.0 Dp to Jetpack 6,0 GA from given steps on
How to Install and Configure JetPack SDK — JetPack 6.0 documentation.
What services/features will not be availlable becasue of this ?How to resolve this ?

vaish@ubuntu:~$ jetson_release
Software part of jetson-stats 4.2.7 - (c) 2024, Raffaello Bonghi
Jetpack missing!

  • Model: NVIDIA Jetson Orin Nano Developer Kit
  • L4T: 36.3.0
    NV Power Mode[0]: 15W
    Serial Number: [XXX Show with: jetson_release -s XXX]
    Hardware:
  • P-Number: p3767-0005
  • Module: NVIDIA Jetson Orin Nano (Developer kit)
    Platform:
  • Distribution: Ubuntu 22.04 Jammy Jellyfish
  • Release: 5.15.136-tegra
    jtop:
  • Version: 4.2.7
  • Service: Active
    Libraries:

For the ASSERT issue of FvbNorFlashStandaloneMm, it will be fixed in the next release.

Could you run the following command to check if your jetpack is installed correctly?

$ dpkg -l | grep nvidia-jetpack

Or you can run the following command to install it

$ sudo apt update
$ sudo apt install nvidia-jetpack

pls find the below screen shot.

So, it seems nvidia-jetpack has been installed correctly on your board.

I’m not clear about why jetson_release tool reporting that Jetpack missing!.
It seems a 3rd-party tool and you can ask the owner of this tool.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.