Jetpack 6.2 does not flash

Module: Jetson Orin NX 16GB-DRAM (P3767-0000)
Storage: 512 GB M2.NVMe SSD
Board: Omniwise (Custom Board) - The manufacturer is generally loyal to NVIDIA installations
Current JP: 6.0
Host:Ubuntu 20.04(Native) - I’m doing flash for the first time with this host, The host was set up from scratch just for this flashing.
USB Cable → I threw it into the machine with this cable in the first flash.

Jetpack 6.0 was installed on my device. I caused damage to the operating system with some of the actions I performed. The jetpack is in the wipe and is not being restored. Apt has taken damage. That’s why I decided to flash the device again, but no matter what I did, I couldn’t flash the device either from the sdkmanager or with manual installation. The log of the manual installation is below;
flash_3-2_0_20250318-174634.log (3.3 KB)
logs received during installation with sdkmanager;
NV_L4T_FLASH_JETSON_LINUX_COMP.log (406.2 KB)

Flash Code:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 jetson-orin-nano-devkit-super internal

It is very important for me that this problem is resolved quickly. Thanks in advance.

Hi,

Do you make the device in the recovery mode?
Please refer to the quick start guide in Quick Start — NVIDIA Jetson Linux Developer Guide.
And refer to this section to check whether the device in recovery mode.

Thanks

Yes, it is recovery mode.
Everything is true, NVIDIA Corp. APX Device ID: 7323
I don’t know if it’s important; when the flash operation fails, the device comes out of recovery mode and turns on.

Similar error;
flash_3-2_0_20250319-081931.log (3.3 KB)

How do you prepare the bsp?
Could you provide the steps by steps command for us to review?

Thanks

I downloaded BSP and SRF with NVIDIA Jetson Linux

sudo tar xf Jetson_Linux_r36.4.3_aarch64.tbz2
cd Linux_for_Tegra/rootfs
sudo tar xpf ../../Tegra_Linux_Sample-Root-Filesystem_r36.4.3_aarch64.tbz2
cd ..
sudo ./tools/l4t_flash_prerequisites.sh
sudo ./apply_binaries.sh
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 jetson-orin-nano-devkit-super internal

That’s how I do it. I’m actually moving faithfully to the document.

But below steps are bit different:

We’re actually doing the same thing

@DavidDDD Hey, are you there?

sudo ./flash.sh jetson-orin-nano-devkit-super-nvme internal

When I use this code, it flashes and outputs the following output, but the device does not boot and does not turn on;

The target generic has been flashed succesfully.
Reset the board to boot form internal eMMC. 

@DavidDDD

Hi,

Could you provide the link you bought the device?
Basically, Our official bsp not support custom carrier board.
Reach out the vendor to get the customized bsp is the straightforward method.

Thanks

Manufacturer :Omniwise(OpenZeka)

Thank you, could you share the log code from which you made this inference? @DavidDDD

I have solved the problem. The problem was with the host machine. I successfully flashed it with a different host machine. I flashed it with the loader of the custom carrier board. But I’m unhappy that they haven’t brought the JetPack 6.2 version yet. Thank you for your efforts to help @DavidDDD

1 Like

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