Hi, i have a jetson orin nano development kit which came with firmware version which was not compatible with jetpack 6.0. as instructed in the getting started i updated the firmware and then got jetpack 6.0 working. Now, i have some drivers which work only in 5.12 hence i want to go back. I tried the flashing 5.12 with sdk manager and command line flash.sh they fail with below logs :
11:24:09 INFO: [target] [sudo] password for rgb:
11:24:15 DEBUG: command terminated with error
11:24:15 INFO: The command to set device into recovery mode expected error catched.
11:24:20 ERROR: Can not find matching device in recovery mode.
11:24:20 INFO: Recovery mode is set for 0955:7523.
11:24:20 INFO: Device info before flash: Jetson Orin Nano [8GB developer kit version] | 003/024 | 3-2 | 2.00 | Recovery | 0955:7523
11:24:20 DEBUG: running command < true >
11:24:20 INFO: command finished successfully
11:24:20 DEBUG: running command < /tmp/device_mode_host_setup.srinivas.sh >
11:24:20 INFO: exec_command: /tmp/device_mode_host_setup.srinivas.sh
11:24:20 INFO: [host] [sudo] password for srinivas:
11:24:20 INFO: command finished successfully
11:24:20 DEBUG: running command < true >
11:24:20 INFO: command finished successfully
11:24:20 DEBUG: Flash Jetson Linux - flash: using adapter to install NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NANO_TARGETS to /home/srinivas/nvidia/nvidia_sdk/JetPack_5.1.2_Linux_JETSON_ORIN_NANO_TARGETS
11:24:20 INFO: Flash Jetson Linux - flash: [ Component Install Started ]
11:24:20 INFO: Flash Jetson Linux - flash: *** Checking target board connection …
11:24:20 INFO: Flash Jetson Linux - flash: *** Reading ECID …
11:24:20 INFO: Flash Jetson Linux - flash: *** Reading EEPROM …
11:24:20 INFO: Flash Jetson Linux - flash: [ 0.0209 ] F
11:24:20 INFO: Flash Jetson Linux - flash: [ 0.0992 ] WAR
11:24:20 INFO: Flash Jetson Linux - flash: [ 0.1138 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
11:24:20 INFO: Flash Jetson Linux - flash: [ 0.1466 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo readinfo_t234_min_prod.xml.bin
11:24:20 INFO: Flash Jetson Linux - flash: ng psc
11:24:21 INFO: Flash Jetson Linux - flash: -t
11:24:21 INFO: Flash Jetson Linux - flash: [ 0.4902 ] ER
11:24:21 INFO: Flash Jetson Linux - flash: [ NV_L4T_FLASH_JETSON_LINUX_COMP Install took 0s ]
11:24:21 ERROR: Flash Jetson Linux - flash: command terminated with error
11:24:21 SUMMARY: DateTime Target Setup - target: Depends on failed component
12:05:46 SUMMARY: File System and OS - target_image: Install completed successfully.
12:07:36 SUMMARY: DateTime Target Setup - target: Depends on failed component
I was told to share the lsusb output in the other thread. Sorry, i do not have the box with me now but i can assure you lsusb showed the nvidia device with ID 0955:7523
please help me debug this. i’ll try any suggestion as soon as i get the box.
Thanks