we use “sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -b jetson-orin-nano-devkit”
backup on model 3767-300-0003-P.1-1-1-jetson-orin-nano-devkit
and use “sudo ./tools/backup_restore/l4t_backup_restore.sh -e nvme0n1 -r jetson-orin-nano-devkit”
restore on model 3767-300-0003-M.2-1-1-jetson-orin-nano-devkit-
and then we see the message:
nvrestore_partitions.sh: You are trying to flash images from a board model that does not
match the current board you’re flashing onto.
that because of nvrestore_partitions.sh script check board model
if we force BOARD_MATCH to true and let nvrestore_partitions.sh continue , Will it cause other problems? thanks!