Hi all,
I try to use Linux_for_Tegra/tools/README_backup_restore.txt
to make a massflash backup image.
Workflow 1: To create a backup image to host storage, this step is works good.
sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -b jetson-orin-nano-devkit
Here is the log. backup-restore-Workflow-1.txt (95.6 KB)
I jump over Workflow 2: To restore a Jetson using a backup image
, to setup Workflow 3 directly.
Workflow 3: To massflash the backup image
sudo ./tools/backup_restore/l4t_backup_restore.sh -b -c jetson-orin-nano-devkit
Errors happened, Here’s full log. backup-restore-Workflow-3.txt (89.8 KB)
Waiting for target to boot-up…
Waiting for target to boot-up…
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%enx32690c54d6e8
Cleaning up…
Log is saved to Linux_for_Tegra/initrdlog/flash_1-2.2_0_20231026-190158.log
Run command:
ln -s /proc/self/fd /dev/fd && mount -o nolock [fc00:1:1::1]:/home/hengyongchao/NVIDIA/Linux_for_Tegra_mass_flash/tools/backup_restore /mnt && /mnt/nvbackup_partitions.sh -e mmcblk0p1 -n && echo Backup image is stored in /home/hengyongchao/NVIDIA/Linux_for_Tegra_mass_flash/tools/backup_restore/images
on root@fc00:1:1::2
fdisk: cannot open /dev/mmcblk0p1: No such file or directory
How can I fix this issue? thanks very much!