The orin nano 4G/8G BOARD ID, BOARDSKU,FAB, BOARDREV IS?

the orin nano 4G/8G BOARD ID, BOARDSKU,FAB, BOARDREV IS ?

May I know why this is important to you? Any purpose?

Hi, please refer to the FAQ site for more info.

I want to flashing the module by executing ./flash.sh
sudo ./flash.sh jetson-orin-nano-dekvit nvme0n1p1
but report some error:

flash_log.txt (54.4 KB)

because any error referred to

so need to BOARD ID, BOARDSKU,FAB, BOARDREV

Can you specify where it is in the document or give

because any error referred to

so need to BOARD ID, BOARDSKU,FAB, BOARDREV

Hi,

你的問題很顯然跟你貼的那一篇不一 樣,請不要搞混…
這些資訊是你在沒有接device的情況下想要手動燒NVMe/USB drive,或者是module上的EEPROM壞掉、讀不出來的時候才需要

Board ID(3767) version(300) sku(0004) revision(M.3)
Chip SKU(00:00:00:D6) ramcode(00:00:00:04) fuselevel(fuselevel_production) board_FAB(300)
emc_opt_disable_fuse:(0)

你的log裡顯示這些資訊是對的

你的問題是flashing command完全是錯的,如果你想flash NVME SSD的話,flashing command請使用以下其一

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
sudo ./flash.sh jetson-orin-nano-devkit-nvme internal

excutive order: sudo ./flash.sh jetson-orin-nano-devkit-nvme internal
Report the same error
New order log.txt (54.6 KB)

麻煩也抓一下serial console log

what is the baud rate?

Connection speed is 115200, with 8 bits, no parity, and 1 stop bit (115200 8N1).

log3.txt (177.7 KB)

this log is PIN FC_REC connect GND;

請問你真的知道自己在做什麼嗎
我是要你附上flash過程中的serial console log,你給我開機成功的log完全沒有意義…

I’m sorry !
这是 flash 过程中的 serial console log

log4.txt (5.2 KB)

I> Applet (version: 0.0.0.0-t234-54845784-8d394889)
I> t234-A01-1-Silicon (0x12347)
I> Emulation:
I> Entry timestamp: 0xffffffff
I> Task: Pinmux init (0x4000062d)
I> Task: Boot device init (0x40001321)
I> Applet do storage init
I> Boot_device: QSPI_FLASH instance: 0
I> Qspi clock source : clk_m
I> QSPI-0l initialized successfully
E> Error in command_complete 18000 int_status
E> OCR failed, error = 39390706
E> Failed to open sdmmc-3, err = 39390706
W> Ignoring init failure for device 0-3
E> Error in command_complete 18000 int_status
E> OCR failed, error = 39390706
E> Failed to open sdmmc-3, err = 39390706
W> Ignoring init failure for device 1-3
E> Unknown device 7
E> Unknown device 8
I> Task: Partition Manager Init (0x40002d61)
I> Found 57 partitions in QSPI_FLASH (instance 0)
I> Task: I2C register (0x400006a5)
I> Task: Register exit handlers (0x400005f5)
I> Task: Enter 3p server (0x40001925)
I> USB configuration success
I> Populate chip info
I> RAM_CODE 0x4000041
I> Populate eeprom info
I> Populate eeprom info for module cvm
I> dump bct
I> Rebooting : reboot-recovery

後面就沒有東西了?
請問你是用DevKit還是custom board?
如果是custom board的話麻煩先把同一塊module插到DevKit上驗證一下

我这边拿的是4G的module插到了DevKit 上。

你可以用initrd flash再試一次嗎?
flash.sh現在理論上可以支援NVMe、但是有可能不太穩定,而且我們官方的方法還是建議用initrd flash

是的,后面没有东西了

执行这个命令:
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
报如下错误:
log5.txt (197.5 KB)
l4t_initrd_flash.sh过程中的 serial console log 如log4