Clone and flash specified partition

Hi,

platform : AGX Xavier
Jetpack : 4.6

Here’s previous question

I can config my partition before

Now, I want to clone my specific partition and flash to another device

I can clone and flash the APP partition by the commands
clone :
sudo ./flash.sh -r -k APP -G APP.img jetson-agx-xavier-devkit mmcblk0p1
flash :
sudo ./flash.sh jetson-agx-xavier-devkit mmcblk0p1

But it failed when I try to clone the UDA partition
sudo ./flash.sh -r -k UDA -G UDA.img jetson-agx-xavier-devkit mmcblk0p1
the log show *** Update [UDA] is not supported. ***

How can I clone and flash the UDA just like what APP do?

Hi zax,

Please add -r in this command to use the exist system.img which you just cloned.

$ cp APP.img bootloader/system.img
$ cp APP.img.raw bootloader/system.img.raw
$ sudo ./flash.sh -r jetson-agx-xavier-devkit mmcblk0p1

It can be only available for APP partition(rootfs).

If you want to backup the whole device, please refer to Linux_for_Tegra/tools/backup_restore/README_backup_restore.txt for details.

Hi KevinFFF,

Jetpack4.6 seems not support backup_restore

Thanks for help

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks

Are you using the devkit or custom board for AGX Xavier?

Do you have any chance to update to the latest JP4.6.5 (R32.7.5)?