While Cloning the Jetson Orin NX backup image to another Jetson Orin NX device shows,
Waiting for device to expose ssh …Error: ipv6: address already assigned.
Error: ipv6: address already assigned.
Device has booted into initrd. You can ssh to the target by the command:
$ ssh root@fe80::1%enx4e16134d969c
Cleaning up…
Log is saved to Linux_for_Tegra/initrdlog/flash_3-1_0_20250520-100241.log
Run command:
ln -s /proc/self/fd /dev/fd && mount -o nolock [fc00:1:1::1]:/home/spotless/nvidia/nvidia_sdk/JetPack_5.1.5_Linux_JETSON_ORIN_NX_TARGETS/Linux_for_Tegra/tools/backup_restore /mnt && /mnt/nvrestore_partitions.sh -e nvme0n1 -n
on root@fc00:1:1::2
/mnt/images ~
nvrestore_partitions.sh: Use the default nvpartitionmap.txt as the index file.
nvrestore_partitions.sh: You are trying to flash images from a board model that does not
match the current board you’re flashing onto.
So, I have tried to flash that Jetson Orin NX through SDK manager and manual flashing through terminal shows the same error as,
Terminal error,
ERROR: might be timeout in USB write.
Error: Return value 3
Command tegrarcm_v2 --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_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
Reading board information failed.
SDK Manager error,
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1193 ] Assuming zero filled SBK key
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1205 ] Warning: pub_key.key is not found
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1201 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
13:10:35 ERROR: Flash Jetson Linux - flash: [ 0.1211 ] Error: Skip generating mem_bct because sdram_config is not defined
13:10:35 ERROR: Flash Jetson Linux - flash: [ 0.1211 ] Error: Skip generating mem_bct because sdram_config is not defined
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1211 ] Copying signatures
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1218 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1255 ] Boot Rom communication
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1262 ] tegrarcm_v2 --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_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1269 ] BR_CID: 0x80012344705DD3E31000000019030100
13:10:35 INFO: Flash Jetson Linux - flash: [ 0.1646 ] Sending bct_br
13:10:40 ERROR: Flash Jetson Linux - flash: [ 0.2483 ] ERROR: might be timeout in USB write.
13:10:40 ERROR: Flash Jetson Linux - flash: Error: Return value 3
13:10:40 INFO: Flash Jetson Linux - flash: Command tegrarcm_v2 --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_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
13:10:40 ERROR: Flash Jetson Linux - flash: — Error: Reading board information failed.
13:10:40 ERROR: Flash Jetson Linux - flash: *** ERROR: Parsing boardid failed
13:10:40 ERROR: Flash Jetson Linux - flash: [exec_command]: /bin/bash -c /home/spotless/.nvsdkm/replays/scripts/JetPack_5.1.5_Linux/NV_L4T_FLASH_JETSON_LINUX_COMP.sh; [error]: *** ERROR: Parsing boardid failed
13:10:40 INFO: Flash Jetson Linux - flash: [ Component Install Finished with Error ]
13:10:40 INFO: Flash Jetson Linux - flash: [host] [ 2.99 MB released. Disk Avail on Partition /dev/nvme0n1p7: 23.96 GB ]
13:10:40 INFO: Flash Jetson Linux - flash: [ NV_L4T_FLASH_JETSON_LINUX_COMP Install took 5s ]
13:10:40 ERROR: Flash Jetson Linux - flash: command terminated with error
13:10:40 SUMMARY: Flash Jetson Linux - flash: First Error: Installation failed
Can you please help me to recover from this issue. Can you help me to identify why it is raised?
Thanks in Advance…