After Restoring the Cloned Image file in Jetson Xavier AGX, getting Power On OFF

I have cloned Xavier AGX by following the post

And Restored Cloned Image in other Xavier AGX.

Everything done well, you can see the logs below:

$ sudo ./flash.sh -r -k APP jetson-xavier mmcblk0p1
[sudo] password for user:
###############################################################################
L4T BSP Information:
R32 , REVISION: 4.3
###############################################################################
Target Board Information:
Name: jetson-xavier, Board Family: t186ref, SoC: Tegra 194,
OpMode: production, Boot Authentication: NS,
###############################################################################
.
.
.
[ 1445.0610 ]
[ 1445.0615 ] Coldbooting the device
[ 1445.0966 ] tegrarcm_v2 --ismb2
[ 1445.1032 ]
[ 1445.1136 ] tegradevflash_v2 --reboot coldboot
[ 1445.1171 ] Bootloader version 01.00.0000
[ 1445.1205 ]
*** The [APP] has been updated successfully. ***

**Problem: On screen NVIDIA LOGo blinking, It seems AGX get On and OFF but Power LED keep glowing.

If you have any solution, then please help.

Thanks.

To restored the cloned image, I use other command and it’s work perfectly.
Command: sudo ./flash.sh -r jetson-xavier mmcblk0p1

EX.
user:~/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra$ sudo ./flash.sh -r jetson-xavier mmcblk0p1

Glad to know issue resolved, thanks for the update.