About Jetpack compatibility

Hello,

When the binary built on jetson nano with jetpack4.5 installed is run on jetson nano with jetpack4.4 installed, the following error appears.
May I know what the problem is? Is backward compatibility guaranteed?

1월 20 19:51:15 manager-desktop FwJetsonAi[21762]: loading filename from:/opt/nss/ai/config_ms_coco.trt
1월 20 19:51:17 manager-desktop FwJetsonAi[21762]: [01/20/2022-19:51:17] [W] [TRT] Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: deserialize done
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: binding0: 4915200
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: binding1: 8568000
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: NvMMLiteOpen : Block : BlockType = 261
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: NVMEDIA: Reading vendor.tegra.display-size : status: 6
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: NvMMLiteBlockCreate : Block : BlockType = 261
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: Opening in BLOCKING MODE
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: Starting decoder capture loop thread
1월 20 19:51:19 manager-desktop FwJetsonAi[21762]: [main:FwJetsonAi.cpp(250)]        [FwJetsonAi] Wait for the sigwait thread to receive SIGTERM or SIGINT
1월 20 19:51:20 manager-desktop FwJetsonAi[21762]: Video Resolution: 1920x1080
1월 20 19:51:20 manager-desktop FwJetsonAi[21762]: cuGraphicsEGLRegisterImage failed: 1, cuda process stop
1월 20 19:51:20 manager-desktop FwJetsonAi[21762]: [ERROR] (NvV4l2ElementPlane.cpp:178) <dec0> Capture Plane:Error while DQing buffer: Broken pipe
1월 20 19:51:20 manager-desktop FwJetsonAi[21762]: Error while calling dequeue at capture plane
1월 20 19:51:20 manager-desktop FwJetsonAi[21762]: Exiting decoder capture loop thread
1월 20 19:51:21 manager-desktop systemd[6249]: Starting Notification regarding a crash report...
1월 20 19:51:21 manager-desktop systemd[1]: Starting Process error reports when automatic reporting is enabled...

Thank you.

Hi,

No.
Would you mind compiling the binary on JetPack4.4 to see if any errors?
Since the GPU driver might be different across JetPack, it might not work if not compatible.

Thanks.

1 Like

Hello,

As shown below, can the GPU driver be different even if the version of the jetpack component (cudam, tensorrt, opencv) installed in jetpack4.5 and jetpack4.4 is the same?
How to check the gpu driver?

Thank you.

Hi,

The GPU driver for Jetson is integrated into the OS.
You can find the OS versions between 4.4 and 4.5 are different.

  • JetPack 4.4.1: r32.4.4
  • JetPack 4.5.1: r32.5.2

Thanks.

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