XAVIER NX EMMC, DDR 변경
NVIDIA/Error

XAVIER NX EMMC, DDR 변경

Xavier NX 플래시 도중 아래와 같이 진행과정에서 에러 발생

[   5.6797 ] Sending BCTs
[   5.6806 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt --download bct_mem mem_rcm_sigheader.bct.encrypt
[   5.6813 ] Applet version 01.00.0000
[   5.7245 ] Sending bct_bootrom
[   5.7246 ] [................................................] 100%
[   5.7257 ] Sending bct_mb1
[   5.7305 ] [................................................] 100%
[   5.7344 ] Sending bct_mem
[   5.7840 ] [................................................] 100%
[   5.7898 ] 0000000000000102: E> NONE: Invalid value MemBct dram size: 0MB for slot: 1.
[   5.8060 ] 
[   5.8060 ] 
Error: Return value 2
Command tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt --download bct_mem mem_rcm_sigheader.bct.encrypt
Failed flashing t186ref.

포럼에 검색 결과 같은 이슈를 가지고 있는 글을 발견했다.

https://forums.developer.nvidia.com/t/xavier-nx-invalid-value-membct-dram-size-0mb-for-slot-1/247673/3

 

[XAVIER NX] Invalid value MemBct dram size: 0MB for slot: 1

Hi @kayccc, Thanks for the fast response. The part number of our NX indeed matches with the document you provided. Regarding the overlay, I did not quite get which one needs to be applied. Are you referring to the XNX 16GB overlay (even though we use 8GB N

forums.developer.nvidia.com

원인은 기존에 보유하고 있던 NX 모듈의 메모리 칩과, Emmc 칩이 Micro사 제품이었는데 새로 받은 모듈은 칩이 SK Hynix사 제품으로 되어 있었다. 

Jetson_Xavier_NX_PCN_206980_DRAM_eMMC_Manufacturing_BOM_Expansion_v3.pdf
0.62MB

 

 

위 문서에서 처럼 칩이 바뀌었고 바뀐 상태에서 아래 첨부파일을 다운받아 overlay 과정을 통해 플래시를 진행하려면 아래와 같이 진행해야한다.

XNX-16GB-overlay.tbz2
0.04MB

 

Linux_for_Tegra 폴더와 압축파일을 같은 폴더안에 위치시킨다.

압축파일의 압축을 풀어준 후 파일을 해당 BSP 폴더에 파일을 교체시켜준다.

tar -xpf XNX-16GB-overlay.tbz2
cd XNX-16GB-overlay
tar -xpf xnx-16gb-overlay.tbz2 -C ../

그 다음 플래시를 진행하면 정상적으로 진행되는 것을 확인 할 수 있다.

cd Linux_for_Tegra
sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1

'NVIDIA > Error' 카테고리의 다른 글

JETPACK 5.1.2 HDMI ERROR  (1) 2024.01.11
NX Booting Error  (0) 2023.11.25
XavierNX Uart Error  (0) 2023.03.21