Orin模组放置一段时间后无法开机

收到我们有几个客户的反馈都是模组放置了一段时间后无法开机,sdkmanager重新刷写后或许可以恢复正常,这个是不是orin模组的硬件问题呢

*** Please note that this reply is generated by LLM automatically ***

The provided context does not mention the term “sdkmanagerorin” specifically. However, based on the information provided, I can give you an overview of the Jetson Orin NX series and its related software components.

The Jetson Orin NX series is a part of the NVIDIA Jetson family, which is a series of embedded system-on-modules (SoMs) designed for AI, robotics, and IoT applications. The Jetson Orin NX series is based on the NVIDIA Ampere architecture and provides a range of features, including accelerated computing, graphics, and multimedia capabilities.

The Jetson Orin NX series is supported by the NVIDIA JetPack SDK, which is a software development kit that provides a comprehensive set of tools and libraries for developing applications on the Jetson platform. The JetPack SDK includes the Linux operating system, NVIDIA drivers, and a range of software components, including the CUDA-X toolkit, cuDNN, and TensorRT.

The SDK Manager is a tool provided by NVIDIA that allows users to easily install and manage the JetPack SDK on their Jetson devices. It provides a graphical user interface for selecting and installing the desired software components, as well as for updating and managing the SDK.

In terms of the Jetson Orin NX series, the SDK Manager can be used to install and manage the JetPack SDK, which includes the following software components:

  • Linux operating system
  • NVIDIA drivers
  • CUDA-X toolkit
  • cuDNN
  • TensorRT
  • Multimedia and graphics libraries
  • Other software components

The SDK Manager also provides a range of features, including:

  • Support for multiple Jetson devices
  • Easy installation and management of software components
  • Automatic updates and notifications
  • Customizable installation options

Overall, the SDK Manager is a powerful tool that makes it easy to get started with developing applications on the Jetson Orin NX series and other Jetson devices.

*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***

Better checking the serial log to see what is going on there.

How to get the serial log output with orin?

For a devkit, follow as this one.

For a custom board, you need to capture signal from similar pins.

有其他方法吗 我们的环境和设备都不支持这种操作

No other method to check the log.

minicom.txt (64.3 KB)这是其中一个的log 不确定是否准确 其他的因为有的客户加装了外壳我们要询问客户才能拆掉

ASSERT [FvbNorFlashStandaloneMm] /dvs/git/dirty/git-master_linux/out/nvidia/opt)

The last few lines are missing in your log but I think it is probably related to this post.

这已经是最后一行了 后面出现的都是空白行 另外我注意到这篇帖子里提到的应该是需要通过补丁做修复对吗 在哪一个JP版本中这些问题已经被修复了呢

Latest JP5 and JP6 versions shall cover the fix.

另外给的这些补丁 我没有看明白是要怎么处理呢 以往提供的补丁包都有指定路径的

UEFI source code is public one put on the github.

是的 我的意思是 这些代码是要做什么处理呢 我们之前只尝试过修复Linux_for_tegra刷机包的补丁使用

Basically all this fix is for a memory leakage problem

The post has the method to guide you how to apply patches.

Actually I can’t find the source file mentioned and don’t know about where to run step2 command

If you are talking about assertion 1, then

Please go to the L4T page that your version is, download the source code of ATF (arm-trusted firmware) in the public source tarball. That patch is for ATF to apply.

After you follow the steps in the readme to build out the ATF binary, put it into your UEFI open source to replace the old file and then rebuild UEFI binary again.

OK you mean here?Both of the 3 sources should be download?

Only need the Driver Package Sources. The rest of source code is seldom needed.

OK thanks I will get a try