Hello, I’ve been trying to flash an Orin NX 8GB without success
At first I had attempted to use the simple flash scripts but I had been encountering errors and,
while searching for possible solutions I saw it was recommended to use the sdkmanager
I’ve been executing it in docker using the following docker options:
docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb/ -v /dev:/dev -v /media/$USER:/media/nvidia:slave \
--network host
And I have generated the following flash command from --query interactive
:
./sdk_mngr.sh - --cli install --logintype devzone --product Jetson --host --targetos Linux --version 5.1.1 \
--target JETSON_ORIN_NX_TARGETS --select 'Jetson Linux' --select 'Jetson Runtime Components' \
--select 'Jetson SDK Components' --deselect 'Developer Tools' --flash all --additionalsdk 'DeepStream 6.2'
After downloading and preparing the image it asks to connect the board (I have verified by attaching to
the container and running lsusb that the board shows up) and once I do it starts flashing and fails:
│info: [ 0.0343 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from --mb1_bin │
│info: [ 0.0343 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from --psc_bl1_bin │
│info: [ 0.0343 ] rcm boot with presigned binaries │
│info: [ 0.0358 ] tegrarcm_v2 --instance 1-1 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_al │
│igned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt │
│error: Error: Return value 8 │
These are other logs I’ve been able to find, do you have any suggestions on how to proceed?
NV_L4T_FLASH_JETSON_LINUX_COMP.log (238.9 KB)
flash_1-1_0_20230427-131106.log (4.2 KB)