I follow README_backup_restore.txt
Workflow 1: To create a backup image to host storage
Workflow 2: To restore a Jetson using a backup image
It seems to be possible, but they all need some scripts and configuration files under the Linux_for_Tegra directory, and cannot be used on other machines (without SDK) as burning machines
How to generate an independent image that can be backed up and burned
After JP5, massflash is included in l4t_initrd_flash.sh.
You could refer to Linux_for_Tegra/tools/kernel_flash/README_initrd_flash.txt for detailed usage.
It seems that you want to generate the package first.
Maybe you could refer to Workflow 2: How to generate images first and flash the target later. in README_initrd_flash.txt.
After sudo ./flash.sh -r -k APP -G system.img jetson-agx-orin-devkit mmcblk0p1, generate system.img, move it to Linux_for_Tegra/bootloader/, run “sudo ./flash.sh -r jetson-agx-orin-devkit mmcblk0p1” command. So, this way can not backup and restore AGX Orin in JetPack5.1_R35.2.1?
I means: sudo ./flash.sh -r jetson-agx-orin-devkit mmcblk0p1, this way can work in AGX XAVIER before, but now can not work. So does this way can work for AGX Orin with Jetpack5.1_R3652.1.
debug console log show as follow picture. I will search follow question in forum or internet at first.
In README_initrd_flash.txt
Workflow 7: Initrd Massflash
Seems to be similar to the nvmassflashgen.sh script
This script can generate mfi_jetson-agx-orin-devkit.tar.gz and perform burning directly on other computers after decompression
I hope that only scripts such as clone.img and flash.sh can be used as release versions,
There are too many complicated files in mfi_jetson-agx-orin-devkit.tar.gz, there is a risk of being modified…