Hello,
I want to clone my AGX Orin (jetson agx orin developer kit) to another Orin ( Forge Carrier Board for NVIDIA® Jetson AGX Orin™) . I followed this tuto:
“How to Clone eMMC Image of Jetson AGX Orin Module? | Forecr”
I generated my backup.img.raw, moved it in system.img and used this cmd:
sudo ./flash.sh -r jetson-agx-orin-devkit mmcblk0p1
and after some time I have this error at this point:
[ 430.1470 ] Writing partition recovery-dtb with tegra234-p3701-0000-p3737-0000.dtb.rec [ 420844 bytes ]
[ 430.1508 ] […] 100%
[ 430.1689 ] Writing partition esp with esp.img [ 67108864 bytes ]
[ 430.1739 ] […] 100%
[ 433.2235 ] Writing partition APP with system.img [ 62090379264 bytes ]
[ 433.2302 ] 0000000054540204: E> NV3P_SERVER: Accessing offset 62090379264 after boundary partition size 59055800320
[ 433.2409 ]
[ 433.2410 ]
Error: Return value 4
Command tegradevflash_v2 --pt flash.xml.bin --create
Failed flashing t186ref.
Any idea about this problem?