Jetson agx orin clone fail (system.img NV3P_SERVER: Accesing offset)

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?

Hi,

that may be caused by the APP partition on your device being too small, and you can add an option to control how large you want it to be:

sudo ./flash.sh -r -S XGiB jetson-agx-orin-devkit mmcblk0p1

I think the error come from the Forge Carrier Board has a specific flash.sh given by Connect Tech. I didn’t see that before. Nevertheless thanks for the help

1 Like

Hi,

please contact the vendor as you are using a third-party carrier board.
Maybe they did some customization in the partition layout, which is not handled by NVIDIA.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.