I bought two Orin NX 8G boards(Leetop-SUBKIT_603_ORIN_NX).I call them A1 and A2.
Then I bought a new Orin NX 8G board(Leetop-SUBKIT_603_ORIN_NX) after a month.I call that B1.
I backup A1 with command “sudo ./tools/backup_restore/l4t_backup_restore.sh -b p3509-a02+p3767-0000”,and get ImageA. I can use ImageA to restore A1 and A2 with command “./tools/backup_restore/l4t_backup_restore.sh -r p3509-a02+p3767-0000”
But I can’t use ImageA restore B1.The error shows like “You are trying to flash images from a board model that does not match the current board you’re flashing onto.”
I didn’t save the log.
I use the command "ssh-keygen -f “/home/ubuntu/.ssh/known_hosts” -R “fe80::1%usb0”.
And I connect ssh with “ssh root@fe80::1%usb0”, then it let me enter password.
When it occured the error above, I send the command "ssh-keygen -f “/home/ubuntu/.ssh/known_hosts” -R “fe80::1%usb0” "
Then restart the restore process. It still occured the same error.
Waiting for target to boot-up...
Waiting for device to expose ssh ......RTNETLINK answers: File exists
RTNETLINK answers: File exists
Device has booted into initrd. You can ssh to the target by the command:
$ ssh root@fe80::1%usb0
Cleaning up...
Log is saved to Linux_for_Tegra/initrdlog/flash_3-1_0_20230731-162502.log
Run command:
ln -s /proc/self/fd /dev/fd && mount -o nolock [fc00:1:1::1]:/home/ubuntu/nvidia/nvidia_sdk/JetPack_5.1.1_Linux_JETSON_ORIN_NX_TARGETS/Linux_for_Tegra/tools/backup_restore /mnt && /mnt/nvrestore_partitions.sh -n
on root@fc00:1:1::2
/mnt/images ~
nvrestore_partitions.sh: Use the default nvpartitionmap.txt as the index file.
/mnt/nvrestore_partitions.sh: line 415: syntax error: unexpected end of file
ubuntu@ThinkBook:~/nvidia/nvidia_sdk/JetPack_5.1.1_Linux_JETSON_ORIN_NX_TARGETS/Linux_for_Tegra$ ssh root@fe80::1%usb0
The authenticity of host 'fe80::1%usb0 (fe80::1%usb0)' can't be established.
ECDSA key fingerprint is SHA256:U3LbU/bdjgvFh50AXZsd4PzvdZg0JnbqxKqvOX4GiR8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? ^C
#done
#if [ ${BOARD_MATCH} = false ]; then
# echo "${SCRIPT_NAME}: You are trying to flash images from a board model that does not"
# echo "match the current board you're flashing onto."
# exit 1
#fi
#done ->????????
#if [ ${BOARD_MATCH} = false ]; then
# echo "${SCRIPT_NAME}: You are trying to flash images from a board model that does not"
# echo "match the current board you're flashing onto."
# exit 1
#fi