SDK Manager fails to flash Jetson Xavier NX

I use Ubuntu 20.04 host machine with the latest SDK manager. I’m trying to flash Jetpack 5.0.2 (Rev.1) on Jetson Xavier NX, J202 Seeed carrier board with NVMe. The log from the terminal window of error messages is below. What should I do?
Maybe related or not, earlier on SDK manager complained about APT repositories. I deleted files it was complaining about from /etc/apt/sources.list.d which seems to solve that issue.

16:29:02 SUMMARY: Drivers for Jetson - target_image: Install completed successfully.
16:30:45 ERROR: File System and OS - target_image: dpkg: error processing package puppetpc (–configure):
16:30:45 ERROR: File System and OS - target_image: E: Sub-process /usr/bin/dpkg returned an error code (1)
16:30:46 ERROR: File System and OS - target_image: dpkg: error processing package puppetpc (–configure):
16:30:47 ERROR: File System and OS - target_image: E: Sub-process /usr/bin/dpkg returned an error code (1)
16:30:47 ERROR: File System and OS - target_image: command terminated with error
16:30:47 SUMMARY: File System and OS - target_image: First Error: Installation failed.
16:30:47 SUMMARY: NVIDIA Container Runtime with Docker integration (Beta) - target: Depends on failed component
16:30:47 SUMMARY: BSP Patch - target: Depends on failed component
16:30:47 SUMMARY: Multimedia API - target: Depends on failed component
16:30:47 SUMMARY: TensorRT Runtime - target: Depends on failed component
16:30:47 SUMMARY: VPI Runtime - target: Depends on failed component
16:30:47 SUMMARY: CUDA Runtime - target: Depends on failed component
16:30:47 SUMMARY: CuDNN Runtime - target: Depends on failed component
16:30:47 SUMMARY: OpenCV Runtime - target: Depends on failed component
16:30:47 SUMMARY: DateTime Target Setup - target: Depends on failed component
16:30:47 SUMMARY: Flash Jetson Xavier NX - flash: Depends on failed component

Hi vladi,

SDK Manager is used for the devkit.
If you are using custom board, you should use flash script to flash your board because you need custom board configuration for you board.

For flashing into NVMe, please refer to the following instruction:
Flashing Support — Flashing to an NVMe Drive

Thanks, I was able to flash into NVMe with initrd_flash script after few trials and errors. But I’d expect SDK manager to be able to handle that because the board uses BSP of the dev kit board so I’m not aware if there is any custom configuration.

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