Unable to start orin nx

Hi, l’m use 16gb orin nx official development kit.

Currently I have a problem:
I flashed the system using nvme, but I can’t turn it on. I used the serial port to print the relevant error information, please help me take a look.
error.log (381.8 KB)

At present, when my device is connected to the power supply, orin nx will start repeatedly many times. And the status of the display:

Hi,

[11:26:40:015] [ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-6289-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Sun Mar 19 07:55:28 PDT 2023␍

Means the Linux kernel version is 5.10.104, which comes with 35.3.1, but

[11:26:33:665] Jetson UEFI firmware (version 4.1-33958178 built on 2023-08-01T19:34:02+00:00)␍␊

means the UEFI bootloader is from 35.4.1.

I don’t know how you flashed it, but please make a whole re-flash to make sure these two are aligned.

@DaveYYY

In orin nx, it seems that nvme also failed. The following is the error log:
sdkm-2024-01-11-09-19-01.log (1.5 MB)

Oh, looks like you are using WSL2?
Please avoid it as flashing with WSL2 requires some extra tricks.

@DaveYYY

Bro, nope. I am using the original ubuntu 18.04.
I have a dual system computer.

Then you still need to dump the log.

@DaveYYY

here the new log
cutecom.log (98.0 KB)

Why stuff from 35.3.1 and 35.4.1 are still mixing together?

Jetson UEFI firmware (version 4.1-33958178 built on 2023-08-01T19:34:02+00:00)

[ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-6289-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Sun Mar 19 07:55:28 PDT 2023

Can you please delete everything and start over again?

@DaveYYY

Sure.
But I’m not sure how to clear bootloader. Are there any good ways?
As far as I know, Jetson’s bootloader is on the carrier board.

I mean delete the BSP on your host PC.
Also, bootloader is stored in the QSPI memory on the module, not the carrier board.

@DaveYYY

Thanks for the correction.

I have now deleted the relevant bsp



You can see that all relevant files have been deleted, I will now re-download and install using sdkmanager.

@DaveYYY

then sdkmanger burn error

sdkmanager error log:
sdkmanager.log (3.8 MB)

serial debug log:
cutecom.log (178.7 KB)

Hi,

Are you sure the serial console log is captured with this new attempt?
I still see both of:

13:49:26.900 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: _BASE_KERNEL_VERSION=5.10.120-tegra

[ 0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-6289-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Sun Mar 19 07:55:28 PDT 2023

Can you please download the BSP from our website and flash manually?
https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/IN/QuickStart.html

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

@DaveYYY

To confirm I recreated a file to hold the latest information.


log:
cutecom.log (268.9 KB)

of course i will do it.

@DaveYYY

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

use command log:
log.txt (440.5 KB)

serial console log:(It can be determined to be the latest)
cutecom.log (88.0 KB)

Hi,

用中文說可能比較有效率一點
你可不可以檢查一下Linux_for_Tegra/kernel/Image這個檔案

strings Image | grep ‘Linux version’

看這一包kernel到底是第幾版?
還有Linux_for_Tegra/rootfs/boot/Image也順便看一下

你確定你下載的版本是35.4.1/5.1.2嗎?

@DaveYYY

好的,bro

我查看了版本:

我可以确定,你可以看到文件的名字,这些是包里面解压出来的。

你能不能把原本那條NVMe先格式化,或是換一條空的試試看