I am using jetpack 6.2. I want to backup image and restore it to an another jetson orin nano, but it gives me the error at backup step when i run this command:
sudo ./tools/backup_restore/l4t_backup_restore.sh -b jetson-orin-nano-devkit-super-nvme
error:
Please install the Secureboot package to use initrd flash for fused board
rpcbind: another rpcbind is already running. Aborting
Export list for localhost:
/home/nvidia/nvidia_sdk/JetPack_6.0_Linux_JETSON_ORIN_NX_TARGETS/Linux_for_Tegra/tools/kernel_flash/tmp 127.0.0.1
/home/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash_internal.sh --no-flash --initrd --showlogs jetson-orin-nano-devkit-super-nvme internal
Step 1: Generate rcm boot commandline
ROOTFS_AB= ROOTFS_ENC= /home/nvidia/nvidia_sdk/JetPack_6.2_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/flash.sh --no-flash --rcm-boot jetson-orin-nano-devkit-super-nvme mmcblk0p1
ECID is
Board ID() version() sku() revision()
Preset RAMCODE is
Chip SKU(00:00:00:D3) ramcode() fuselevel(fuselevel_production) board_FAB()
emc_opt_disable_fuse:(0)
Error: Unrecognized module SKU
Cleaning up…
I don’t really understand what is the problem. What should i do to solve this?