在非开发环境中烧录

jetpack6.2.1, orin nx.
系统适配好后, 如何制作生产烧录包, 在其他机器上(非开发机器)烧录.

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

The Jetson Orin NX is a part of the NVIDIA Jetson Orin NX series, which is a line of production modules designed for edge AI and robotics applications. Here’s a comprehensive overview of the Jetson Orin NX:

Key Features:

  • Up to 100 TOPS (tera-operations per second) of AI performance
  • 10-25W power consumption
  • 70mm x 45mm form factor
  • Starting price: $399 USD
  • Available now

Comparison with other Jetson modules:

  • The Jetson Orin NX is part of the Orin series, which also includes the Jetson Orin Nano and Jetson AGX Orin.
  • Compared to the Jetson Orin Nano, the Jetson Orin NX has higher AI performance (up to 100 TOPS vs up to 40 TOPS) and a slightly larger form factor (70mm x 45mm vs 70mm x 45mm).
  • Compared to the Jetson AGX Orin, the Jetson Orin NX has lower AI performance (up to 100 TOPS vs up to 275 TOPS) and a smaller form factor (70mm x 45mm vs 100mm x 87mm).
  • The Jetson Orin NX is also part of the Jetson Xavier NX series, which includes the Jetson Xavier NX and Jetson AGX Xavier. The Jetson Orin NX has higher AI performance (up to 100 TOPS vs 21 TOPS) and a similar form factor (70mm x 45mm vs 70mm x 45mm) compared to the Jetson Xavier NX.

Software support:

  • The Jetson Orin NX is supported by the NVIDIA JetPack SDK, which includes the Linux operating system, CUDA-X libraries, and other tools for developing and deploying AI applications.
  • The Jetson Orin NX is also compatible with the NVIDIA Jetson Linux 36.4.3 release, which includes Linux Kernel 5.15, an Ubuntu 22.04-based root file system, and a UEFI-based bootloader.

Pin compatibility:

  • The Jetson Orin NX is not pin-compatible with the Jetson Xavier NX series modules. However, it is possible to design a carrier board that supports both modules by using the common I/O interfaces.

Industrial environment:

  • The Jetson Orin NX does not have specific industrial environment features mentioned in the provided context. However, the Jetson AGX Orin Industrial module is designed for industrial environments and has features such as extended temperature range and shock resistance.

In summary, the Jetson Orin NX is a powerful and compact module designed for edge AI and robotics applications. It offers high AI performance, low power consumption, and a small form factor, making it an attractive option for developers and manufacturers.

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

Hi,

Could you please explain your use case in more detail?
Are you trying to back up the current root filesystem image and flash it onto other devices?

Thanks

在适配的环境中,通过sudo ./nvsdkmanager_flash.sh --storage nvme0n1p1来烧录, 这个正常,但这个不适合生产

备份镜像:
sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -b jetson-orin-nano-devkit
烧录备份镜像
sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -r jetson-orin-nano-devkit

如果在适配的环境中, 烧录备份镜像都ok, 把备份镜像放到其他机器,再烧录备份镜像, 烧录后, 系统起不来.

Hi,

What exactly do you mean by “adapted environment”?
Are you trying to moving your backup image to another host and restoring the device?

Thanks

1.就是在开发的环境中
2.是的(另外一台主机没有开发环境)

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks
~0408

Hi,

Do you move Linux_for_Tegra/tools/backup_restore/images .img to another host Linux_for_Tegra/tools/backup_restore/images ?

And use l4t_backup_restore.sh script to restore?

Please provide your step-by-step commands for us to review

Also please dump the serial console log for us to review